ソースを参照

commit account_invoice_report_by_partner

sebas 8 年 前
コミット
6bf6e95fa6
66 ファイル変更1988 行追加0 行削除
  1. 63 0
      README.rst
  2. 20 0
      __init__.py
  3. BIN
      __init__.pyc
  4. 33 0
      __openerp__.py
  5. 33 0
      i18n/am.po
  6. 33 0
      i18n/ar.po
  7. 33 0
      i18n/bg.po
  8. 33 0
      i18n/bs.po
  9. 33 0
      i18n/ca.po
  10. 33 0
      i18n/cs.po
  11. 33 0
      i18n/da.po
  12. 34 0
      i18n/de.po
  13. 33 0
      i18n/el_GR.po
  14. 33 0
      i18n/en_GB.po
  15. 34 0
      i18n/es.po
  16. 33 0
      i18n/es_CR.po
  17. 33 0
      i18n/es_EC.po
  18. 33 0
      i18n/es_MX.po
  19. 33 0
      i18n/es_VE.po
  20. 33 0
      i18n/et.po
  21. 33 0
      i18n/fi.po
  22. 33 0
      i18n/fr.po
  23. 33 0
      i18n/fr_CH.po
  24. 33 0
      i18n/gl.po
  25. 33 0
      i18n/hr.po
  26. 33 0
      i18n/hr_HR.po
  27. 33 0
      i18n/id.po
  28. 32 0
      i18n/invoice_report_by_partner.pot
  29. 33 0
      i18n/it.po
  30. 33 0
      i18n/ja.po
  31. 33 0
      i18n/lt.po
  32. 33 0
      i18n/lv.po
  33. 33 0
      i18n/mk.po
  34. 33 0
      i18n/mn.po
  35. 33 0
      i18n/nb.po
  36. 33 0
      i18n/nb_NO.po
  37. 33 0
      i18n/nl.po
  38. 33 0
      i18n/nl_BE.po
  39. 33 0
      i18n/pl.po
  40. 33 0
      i18n/pt.po
  41. 33 0
      i18n/pt_BR.po
  42. 33 0
      i18n/pt_PT.po
  43. 33 0
      i18n/ro.po
  44. 33 0
      i18n/ru.po
  45. 33 0
      i18n/sk.po
  46. 33 0
      i18n/sk_SK.po
  47. 34 0
      i18n/sl.po
  48. 33 0
      i18n/sr@latin.po
  49. 33 0
      i18n/sv.po
  50. 33 0
      i18n/th.po
  51. 33 0
      i18n/tr.po
  52. 33 0
      i18n/tr_TR.po
  53. 33 0
      i18n/vi.po
  54. 33 0
      i18n/zh_CN.po
  55. 33 0
      i18n/zh_TW.po
  56. 20 0
      models/__init__.py
  57. BIN
      models/__init__.pyc
  58. 33 0
      models/account.py
  59. BIN
      models/account.pyc
  60. 29 0
      models/partner.py
  61. BIN
      models/partner.pyc
  62. 19 0
      tests/__init__.py
  63. BIN
      tests/__init__.pyc
  64. 67 0
      tests/test_account_invoice_report_by_partner.py
  65. BIN
      tests/test_account_invoice_report_by_partner.pyc
  66. 19 0
      views/partner_view.xml

+ 63 - 0
README.rst

@@ -0,0 +1,63 @@
+.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
+   :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
+   :alt: License: AGPL-3
+
+=========================
+Invoice Report by Partner
+=========================
+
+This module was written to extend the functionality of invoice reports to support diferent invoice report by partner and allow you to set the invoice report template in partner form to print this template as default.
+
+Usage
+=====
+
+To use this module, you need to:
+
+ * go to partner configuration
+ * set default invoice report template
+ * print invoice report
+
+.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
+   :alt: Try me on Runbot
+   :target: https://runbot.odoo-community.org/runbot/account_invoice_reporting/8.0
+
+.. repo_id is available in https://github.com/OCA/maintainer-tools/blob/master/tools/repos_with_ids.txt
+.. branch is "8.0" for example
+
+For further information, please visit:
+
+* https://www.odoo.com/forum/help-1
+
+Known issues / Roadmap
+======================
+
+* Print button on invoices gets invoice report for the partner, clicking Print on upper dropdown you could get other invoice report
+
+Bug Tracker
+===========
+
+Bugs are tracked on `GitHub Issues <https://github.com/OCA/account_invoice_reporting/issues>`_.
+In case of trouble, please check there if your issue has already been reported.
+If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
+`here <https://github.com/OCA/account_invoice_reporting/issues/new?body=module:%20account_invoice_report_by_partner%0Aversion:%208.0.1.0.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
+
+Credits
+=======
+
+Contributors
+------------
+
+* Angel Moya <angel.moya@domatix.com>
+
+Maintainer
+----------
+
+.. image:: http://odoo-community.org/logo.png
+   :alt: Odoo Community Association
+   :target: http://odoo-community.org
+
+This module is maintained by the OCA.
+
+OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
+
+To contribute to this module, please visit http://odoo-community.org.

+ 20 - 0
__init__.py

@@ -0,0 +1,20 @@
+# -*- coding: utf-8 -*-
+##############################################################################
+#
+#    This program is free software: you can redistribute it and/or modify
+#    it under the terms of the GNU Affero General Public License as published
+#    by the Free Software Foundation, either version 3 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU Affero General Public License for more details.
+#
+#    You should have received a copy of the GNU Affero General Public License
+#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+##############################################################################
+
+from . import models
+from . import tests

BIN
__init__.pyc


+ 33 - 0
__openerp__.py

@@ -0,0 +1,33 @@
+# encoding: utf-8
+##############################################################################
+#
+#    This program is free software: you can redistribute it and/or modify
+#    it under the terms of the GNU Affero General Public License as published
+#    by the Free Software Foundation, either version 3 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU Affero General Public License for more details.
+#
+#    You should have received a copy of the GNU Affero General Public License
+#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+##############################################################################
+
+{
+    'name': "Invoice Report by Partner",
+    'version': "8.0.1.0.0",
+    'author': "Domatix, Odoo Community Association (OCA)",
+    'website': 'www.domatix.com',
+    'category': 'Accounting & Finance',
+    'license': "AGPL-3",
+    'depends': [
+        'account',
+    ],
+    'data': [
+        'views/partner_view.xml',
+    ],
+    'installable': True,
+}

+ 33 - 0
i18n/am.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Amharic (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/am/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: am\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "ተባባሪ"

+ 33 - 0
i18n/ar.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Arabic (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/ar/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ar\n"
+"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "فاتورة"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "الشريك"

+ 33 - 0
i18n/bg.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/bg/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: bg\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Фактура"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Партньор"

+ 33 - 0
i18n/bs.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/bs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: bs\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Faktura"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Partner"

+ 33 - 0
i18n/ca.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Catalan (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/ca/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ca\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Factura"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Empresa"

+ 33 - 0
i18n/cs.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Czech (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Faktura"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Společník"

+ 33 - 0
i18n/da.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-09-17 01:52+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Danish (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/da/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: da\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Partner"

+ 34 - 0
i18n/de.po

@@ -0,0 +1,34 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+# Rudolf Schnapka <rs@techno-flex.de>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-01-09 02:56+0000\n"
+"PO-Revision-Date: 2016-01-14 11:21+0000\n"
+"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n"
+"Language-Team: German (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Rechnung"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr "Vorlage zu Rechnungsbericht"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Partner"

+ 33 - 0
i18n/el_GR.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-09-17 01:52+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/el_GR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: el_GR\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Τιμολόγιο"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Συνεργάτης"

+ 33 - 0
i18n/en_GB.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/en_GB/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: en_GB\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Invoice"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Partner"

+ 34 - 0
i18n/es.po

@@ -0,0 +1,34 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+# Angel Moya - Domatix <angel.moya@domatix.com>, 2015
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-01-05 08:56+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
+"Language-Team: Spanish (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/es/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Factura"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr "Plantilla de factura"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Empresa"

+ 33 - 0
i18n/es_CR.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/es_CR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_CR\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Factura"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Empresa"

+ 33 - 0
i18n/es_EC.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/es_EC/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_EC\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Factura"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Empresa"

+ 33 - 0
i18n/es_MX.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-25 22:43+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/es_MX/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_MX\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Factura"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Compañero"

+ 33 - 0
i18n/es_VE.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/es_VE/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_VE\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Empresa"

+ 33 - 0
i18n/et.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Estonian (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/et/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: et\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Arve"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Partner"

+ 33 - 0
i18n/fi.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Finnish (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/fi/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: fi\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Lasku"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Kumppani"

+ 33 - 0
i18n/fr.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-08-20 01:46+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: French (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/fr/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: fr\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Facture"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Partenaire"

+ 33 - 0
i18n/fr_CH.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: French (Switzerland) (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/fr_CH/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: fr_CH\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Facture"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Partenaire"

+ 33 - 0
i18n/gl.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Galician (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/gl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: gl\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Factura"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Empresa"

+ 33 - 0
i18n/hr.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-09-17 01:52+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Croatian (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/hr/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: hr\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Račun"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Partner"

+ 33 - 0
i18n/hr_HR.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Croatian (Croatia) (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/hr_HR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: hr_HR\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Račun"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Partner"

+ 33 - 0
i18n/id.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Indonesian (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/id/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: id\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Faktur"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr ""

+ 32 - 0
i18n/invoice_report_by_partner.pot

@@ -0,0 +1,32 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+#	* invoice_report_by_partner
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2015-02-19 15:58+0000\n"
+"PO-Revision-Date: 2015-02-19 15:58+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: \n"
+
+#. module: invoice_report_by_partner
+#: model:ir.model,name:invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr ""
+
+#. module: invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: invoice_report_by_partner
+#: model:ir.model,name:invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr ""
+

+ 33 - 0
i18n/it.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-09-17 01:52+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Italian (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/it/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: it\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Fattura"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Partner"

+ 33 - 0
i18n/ja.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Japanese (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/ja/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ja\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "請求書"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "パートナ"

+ 33 - 0
i18n/lt.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/lt/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: lt\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Sąskaita faktūra"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Partneris"

+ 33 - 0
i18n/lv.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Latvian (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/lv/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: lv\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Partneris"

+ 33 - 0
i18n/mk.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/mk/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: mk\n"
+"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Фактура"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Партнер"

+ 33 - 0
i18n/mn.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/mn/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: mn\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Нэхэмжлэл"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Харилцагч"

+ 33 - 0
i18n/nb.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/nb/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: nb\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Faktura"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Partner"

+ 33 - 0
i18n/nb_NO.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/nb_NO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: nb_NO\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Innmelding"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Partner"

+ 33 - 0
i18n/nl.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-25 22:43+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Dutch (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/nl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: nl\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Factuur"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Relatie"

+ 33 - 0
i18n/nl_BE.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/nl_BE/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: nl_BE\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Factuur"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Relatie"

+ 33 - 0
i18n/pl.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Polish (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/pl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: pl\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Faktura"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Partner"

+ 33 - 0
i18n/pt.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/pt/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: pt\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Fatura"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Parceiro"

+ 33 - 0
i18n/pt_BR.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-09-17 01:52+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/pt_BR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: pt_BR\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Fatura"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Parceiro"

+ 33 - 0
i18n/pt_PT.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/pt_PT/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: pt_PT\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Fatura"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Parceiro"

+ 33 - 0
i18n/ro.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Romanian (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/ro/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ro\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Factura"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Partener"

+ 33 - 0
i18n/ru.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Russian (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/ru/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ru\n"
+"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Счет"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Контрагент"

+ 33 - 0
i18n/sk.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-25 22:43+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Slovak (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/sk/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sk\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Partner"

+ 33 - 0
i18n/sk_SK.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Slovak (Slovakia) (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/sk_SK/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sk_SK\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Faktúra"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr ""

+ 34 - 0
i18n/sl.po

@@ -0,0 +1,34 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+# Matjaž Mozetič <m.mozetic@matmoz.si>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-01-05 08:56+0000\n"
+"PO-Revision-Date: 2016-01-06 10:20+0000\n"
+"Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n"
+"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/sl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sl\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Račun"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr "Predloga poročila \"Račun\""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Partner"

+ 33 - 0
i18n/sr@latin.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Serbian (Latin) (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/sr@latin/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sr@latin\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Partner"

+ 33 - 0
i18n/sv.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Swedish (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/sv/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sv\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Faktura"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Företag"

+ 33 - 0
i18n/th.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Thai (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/th/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: th\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "ใบแจ้งหนี้"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "พาร์ทเนอร์"

+ 33 - 0
i18n/tr.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Turkish (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/tr/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: tr\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Fatura"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "İş Ortağı"

+ 33 - 0
i18n/tr_TR.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-31 00:20+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Turkish (Turkey) (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/tr_TR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: tr_TR\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "Fatura"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Ortak"

+ 33 - 0
i18n/vi.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/vi/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: vi\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "Đối tác"

+ 33 - 0
i18n/zh_CN.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/zh_CN/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: zh_CN\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "发票"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "业务伙伴"

+ 33 - 0
i18n/zh_TW.po

@@ -0,0 +1,33 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * account_invoice_report_by_partner
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: account-invoice-reporting (8.0)\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-23 23:37+0000\n"
+"PO-Revision-Date: 2016-01-05 08:56+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-account-invoice-reporting-8-0/language/zh_TW/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: zh_TW\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_account_invoice
+msgid "Invoice"
+msgstr "發票"
+
+#. module: account_invoice_report_by_partner
+#: field:res.partner,invoice_report_id:0
+msgid "Invoice Report Template"
+msgstr ""
+
+#. module: account_invoice_report_by_partner
+#: model:ir.model,name:account_invoice_report_by_partner.model_res_partner
+msgid "Partner"
+msgstr "夥伴"

+ 20 - 0
models/__init__.py

@@ -0,0 +1,20 @@
+# -*- coding: utf-8 -*-
+##############################################################################
+#
+#    This program is free software: you can redistribute it and/or modify
+#    it under the terms of the GNU Affero General Public License as published
+#    by the Free Software Foundation, either version 3 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU Affero General Public License for more details.
+#
+#    You should have received a copy of the GNU Affero General Public License
+#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+##############################################################################
+
+from . import partner
+from . import account

BIN
models/__init__.pyc


+ 33 - 0
models/account.py

@@ -0,0 +1,33 @@
+# encoding: utf-8
+##############################################################################
+#
+#    This program is free software: you can redistribute it and/or modify
+#    it under the terms of the GNU Affero General Public License as published
+#    by the Free Software Foundation, either version 3 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU Affero General Public License for more details.
+#
+#    You should have received a copy of the GNU Affero General Public License
+#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+##############################################################################
+
+from openerp import models, api
+
+
+class AccountInvoice(models.Model):
+    _inherit = 'account.invoice'
+
+    @api.multi
+    def invoice_print(self):
+        self.ensure_one()
+        self.sent = True
+        invoice = self[0]
+        action_name = invoice.partner_id.invoice_report_id \
+            and invoice.partner_id.invoice_report_id.report_name \
+            or 'account.report_invoice'
+        return self.env['report'].get_action(self, action_name)

BIN
models/account.pyc


+ 29 - 0
models/partner.py

@@ -0,0 +1,29 @@
+# encoding: utf-8
+##############################################################################
+#
+#    This program is free software: you can redistribute it and/or modify
+#    it under the terms of the GNU Affero General Public License as published
+#    by the Free Software Foundation, either version 3 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU Affero General Public License for more details.
+#
+#    You should have received a copy of the GNU Affero General Public License
+#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+##############################################################################
+
+from openerp import models, fields
+
+
+class ResPartner(models.Model):
+    _inherit = 'res.partner'
+
+    invoice_report_id = fields.Many2one(
+        'ir.actions.report.xml',
+        string='Invoice Report Template',
+        domain="[('model', '=', 'account.invoice')]",
+        )

BIN
models/partner.pyc


+ 19 - 0
tests/__init__.py

@@ -0,0 +1,19 @@
+# -*- coding: utf-8 -*-
+##############################################################################
+#
+#    This program is free software: you can redistribute it and/or modify
+#    it under the terms of the GNU Affero General Public License as published
+#    by the Free Software Foundation, either version 3 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU Affero General Public License for more details.
+#
+#    You should have received a copy of the GNU Affero General Public License
+#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+##############################################################################
+
+from . import test_account_invoice_report_by_partner

BIN
tests/__init__.pyc


+ 67 - 0
tests/test_account_invoice_report_by_partner.py

@@ -0,0 +1,67 @@
+# -*- coding: utf-8 -*-
+
+import openerp.tests.common as common
+from datetime import datetime
+from openerp.tools import DEFAULT_SERVER_DATE_FORMAT
+
+
+class TestInvoiceReportByPartner(common.TransactionCase):
+
+    def create_simple_invoice(self):
+        partner_id = self.ref('base.res_partner_2')
+        product_id = self.ref('product.product_product_4')
+        today = datetime.now()
+        journal_id = self.ref('account.sales_journal')
+        date = today.strftime(DEFAULT_SERVER_DATE_FORMAT)
+        return self.env['account.invoice']\
+            .create({'partner_id': partner_id,
+                     'account_id':
+                     self.ref('account.a_recv'),
+                     'journal_id':
+                     journal_id,
+                     'date_invoice': date,
+                     'invoice_line': [(0, 0, {'name': 'test',
+                                              'account_id':
+                                              self.ref('account.a_sale'),
+                                              'price_unit': 2000.00,
+                                              'quantity': 1,
+                                              'product_id': product_id,
+                                              }
+                                       )
+                                      ],
+                     })
+
+    def setUp(self):
+        super(TestInvoiceReportByPartner, self).setUp()
+
+    def test_report_by_partner(self):
+        """Assign report to partner and print invoice"""
+        report_obj = self.env['ir.actions.report.xml']
+        partner_obj = self.env['res.partner']
+
+        invoice = self.create_simple_invoice()
+
+        invoice_report = report_obj.search(
+            [('report_name', '=', 'account.report_invoice')])
+
+        action_name_copy = 'account.report_invoice_copy'
+        invoice_report_copy = invoice_report.copy(
+            {'name': 'Invoices copy',
+             'report_file': action_name_copy,
+             'report_rml': action_name_copy,
+             'report_name': action_name_copy})
+
+        partner_id = self.ref('base.res_partner_2')
+
+        partner = partner_obj.browse(partner_id)
+
+        partner.write(
+            {'invoice_report_id': invoice_report_copy.id})
+
+        invoice_print = invoice.invoice_print()
+        partner_print = invoice.env['report'].get_action(
+            invoice, action_name_copy)
+
+        # I check the invoice report
+        assert invoice_print == partner_print, \
+            'The invoice report is not the partner report'

BIN
tests/test_account_invoice_report_by_partner.pyc


+ 19 - 0
views/partner_view.xml

@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<openerp>
+    <data>
+
+        <record id="view_partner_invoice_template_form" model="ir.ui.view">
+            <field name="name">res.partner.invoice.template.form</field>
+            <field name="model">res.partner</field>
+            <field name="inherit_id" ref="account.view_partner_property_form" />
+            <field name="arch" type="xml">
+                <page name="accounting" position="inside">
+                    <group>
+                        <field name="invoice_report_id" />
+                    </group>
+                </page>
+            </field>
+        </record>
+
+    </data>
+</openerp>