Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[13.0][MIG] account_invoice_triple_discount #733

Closed
Closed
1 change: 1 addition & 0 deletions account_invoice_triple_discount/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
15 changes: 15 additions & 0 deletions account_invoice_triple_discount/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright 2018 QubiQ (http://www.qubiq.es)
# Copyright 2017 Tecnativa - David Vidal
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Account Invoice Triple Discount",
"version": "13.0.1.0.0",
"category": "Accounting & Finance",
"author": "QubiQ, Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-invoicing",
"license": "AGPL-3",
"summary": "Manage triple discount on invoice lines",
"depends": ["account"],
"data": ["report/invoice.xml", "views/account_move.xml"],
"installable": True,
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_triple_discount
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \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: account_invoice_triple_discount
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_invoice_line__discount2
msgid "Discount 2 (%)"
msgstr ""

#. module: account_invoice_triple_discount
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_invoice_line__discount3
msgid "Discount 3 (%)"
msgstr ""

#. module: account_invoice_triple_discount
#: model:ir.model,name:account_invoice_triple_discount.model_account_invoice
msgid "Invoice"
msgstr ""

#. module: account_invoice_triple_discount
#: model:ir.model,name:account_invoice_triple_discount.model_account_invoice_line
msgid "Invoice Line"
msgstr ""

40 changes: 40 additions & 0 deletions account_invoice_triple_discount/i18n/ar.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_triple_discount
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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_triple_discount
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_invoice_line__discount2
msgid "Discount 2 (%)"
msgstr ""

#. module: account_invoice_triple_discount
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_invoice_line__discount3
msgid "Discount 3 (%)"
msgstr ""

#. module: account_invoice_triple_discount
#: model:ir.model,name:account_invoice_triple_discount.model_account_invoice
msgid "Invoice"
msgstr "فاتورة"

#. module: account_invoice_triple_discount
#: model:ir.model,name:account_invoice_triple_discount.model_account_invoice_line
msgid "Invoice Line"
msgstr "خط الفاتورة"
39 changes: 39 additions & 0 deletions account_invoice_triple_discount/i18n/bg.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_triple_discount
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: account_invoice_triple_discount
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_invoice_line__discount2
msgid "Discount 2 (%)"
msgstr ""

#. module: account_invoice_triple_discount
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_invoice_line__discount3
msgid "Discount 3 (%)"
msgstr ""

#. module: account_invoice_triple_discount
#: model:ir.model,name:account_invoice_triple_discount.model_account_invoice
msgid "Invoice"
msgstr "Фактура"

#. module: account_invoice_triple_discount
#: model:ir.model,name:account_invoice_triple_discount.model_account_invoice_line
msgid "Invoice Line"
msgstr ""
40 changes: 40 additions & 0 deletions account_invoice_triple_discount/i18n/bs.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_triple_discount
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n"
"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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_triple_discount
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_invoice_line__discount2
msgid "Discount 2 (%)"
msgstr ""

#. module: account_invoice_triple_discount
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_invoice_line__discount3
msgid "Discount 3 (%)"
msgstr ""

#. module: account_invoice_triple_discount
#: model:ir.model,name:account_invoice_triple_discount.model_account_invoice
msgid "Invoice"
msgstr "Faktura"

#. module: account_invoice_triple_discount
#: model:ir.model,name:account_invoice_triple_discount.model_account_invoice_line
msgid "Invoice Line"
msgstr "Stavka fakture"
39 changes: 39 additions & 0 deletions account_invoice_triple_discount/i18n/ca.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_triple_discount
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: account_invoice_triple_discount
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_invoice_line__discount2
msgid "Discount 2 (%)"
msgstr ""

#. module: account_invoice_triple_discount
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_invoice_line__discount3
msgid "Discount 3 (%)"
msgstr ""

#. module: account_invoice_triple_discount
#: model:ir.model,name:account_invoice_triple_discount.model_account_invoice
msgid "Invoice"
msgstr "Factura"

#. module: account_invoice_triple_discount
#: model:ir.model,name:account_invoice_triple_discount.model_account_invoice_line
msgid "Invoice Line"
msgstr "Línia factura"
39 changes: 39 additions & 0 deletions account_invoice_triple_discount/i18n/cs.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_triple_discount
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"

#. module: account_invoice_triple_discount
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_invoice_line__discount2
msgid "Discount 2 (%)"
msgstr ""

#. module: account_invoice_triple_discount
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_invoice_line__discount3
msgid "Discount 3 (%)"
msgstr ""

#. module: account_invoice_triple_discount
#: model:ir.model,name:account_invoice_triple_discount.model_account_invoice
msgid "Invoice"
msgstr "Faktura"

#. module: account_invoice_triple_discount
#: model:ir.model,name:account_invoice_triple_discount.model_account_invoice_line
msgid "Invoice Line"
msgstr "Řádek faktury"
40 changes: 40 additions & 0 deletions account_invoice_triple_discount/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_triple_discount
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
"PO-Revision-Date: 2018-10-11 11:45+0000\n"
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n"
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.1.1\n"

#. module: account_invoice_triple_discount
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_invoice_line__discount2
msgid "Discount 2 (%)"
msgstr "2. Rabatt (%)"

#. module: account_invoice_triple_discount
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_invoice_line__discount3
msgid "Discount 3 (%)"
msgstr "3. Rabatt (%)"

#. module: account_invoice_triple_discount
#: model:ir.model,name:account_invoice_triple_discount.model_account_invoice
msgid "Invoice"
msgstr "Rechnung"

#. module: account_invoice_triple_discount
#: model:ir.model,name:account_invoice_triple_discount.model_account_invoice_line
msgid "Invoice Line"
msgstr "Rechnungsposition"
40 changes: 40 additions & 0 deletions account_invoice_triple_discount/i18n/el_GR.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_triple_discount
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/"
"el_GR/)\n"
"Language: el_GR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: account_invoice_triple_discount
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_invoice_line__discount2
msgid "Discount 2 (%)"
msgstr ""

#. module: account_invoice_triple_discount
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_invoice_line__discount3
msgid "Discount 3 (%)"
msgstr ""

#. module: account_invoice_triple_discount
#: model:ir.model,name:account_invoice_triple_discount.model_account_invoice
msgid "Invoice"
msgstr "Τιμολόγιο"

#. module: account_invoice_triple_discount
#: model:ir.model,name:account_invoice_triple_discount.model_account_invoice_line
msgid "Invoice Line"
msgstr ""
40 changes: 40 additions & 0 deletions account_invoice_triple_discount/i18n/en_GB.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_triple_discount
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/"
"teams/23907/en_GB/)\n"
"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: account_invoice_triple_discount
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_invoice_line__discount2
msgid "Discount 2 (%)"
msgstr ""

#. module: account_invoice_triple_discount
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_invoice_line__discount3
msgid "Discount 3 (%)"
msgstr ""

#. module: account_invoice_triple_discount
#: model:ir.model,name:account_invoice_triple_discount.model_account_invoice
msgid "Invoice"
msgstr "Invoice"

#. module: account_invoice_triple_discount
#: model:ir.model,name:account_invoice_triple_discount.model_account_invoice_line
msgid "Invoice Line"
msgstr "Invoice Line"
Loading