-
-
Notifications
You must be signed in to change notification settings - Fork 692
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by pedrobaeza
- Loading branch information
Showing
62 changed files
with
2,863 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
======================= | ||
Tax required in invoice | ||
======================= | ||
|
||
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png | ||
:target: https://odoo-community.org/page/development-status | ||
:alt: Beta | ||
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png | ||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--invoicing-lightgray.png?logo=github | ||
:target: https://github.com/OCA/account-invoicing/tree/15.0/account_invoice_tax_required | ||
:alt: OCA/account-invoicing | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/account-invoicing-15-0/account-invoicing-15-0-account_invoice_tax_required | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png | ||
:target: https://runbot.odoo-community.org/runbot/95/15.0 | ||
:alt: Try me on Runbot | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module adds a check on invoice | ||
to force user to set tax on invoice line. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Usage | ||
===== | ||
|
||
To use this module, you need to: | ||
|
||
#. Go to Invoicing > Customers > Invoices. | ||
#. Create a new invoice. | ||
#. Insert a new invoice line without taxes. | ||
#. Press on "Post". | ||
#. An error will raise preventing to do it. | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-invoicing/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 <https://github.com/OCA/account-invoicing/issues/new?body=module:%20account_invoice_tax_required%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
Credits | ||
======= | ||
|
||
Authors | ||
~~~~~~~ | ||
|
||
* Camptocamp | ||
* Tecnativa | ||
* Punt Sistemes | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
* Vincent Renaville <[email protected]> | ||
* Angel Moya <[email protected]> | ||
* Kitti U. <[email protected]> | ||
* Jorge Camacho <[email protected]> | ||
* Nikul Chaudhary <[email protected]> | ||
* Juan Vicente PAscual <[email protected]> | ||
|
||
Maintainers | ||
~~~~~~~~~~~ | ||
|
||
This module is maintained by the OCA. | ||
|
||
.. image:: https://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: https://odoo-community.org | ||
|
||
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. | ||
|
||
This module is part of the `OCA/account-invoicing <https://github.com/OCA/account-invoicing/tree/15.0/account_invoice_tax_required>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Copyright 2015 - Camptocamp SA - Author Vincent Renaville | ||
# Copyright 2016 - Tecnativa - Angel Moya <[email protected]> | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Copyright 2015 - Camptocamp SA - Author Vincent Renaville | ||
# Copyright 2016 - Tecnativa - Angel Moya <[email protected]> | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
{ | ||
"name": "Tax required in invoice", | ||
"version": "16.0.1.0.0", | ||
"author": "Camptocamp,Tecnativa,Punt Sistemes, " "Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/account-invoicing", | ||
"category": "Localization / Accounting", | ||
"license": "AGPL-3", | ||
"summary": """This module adds functional a check on invoice to force user | ||
to set tax on invoice line.""", | ||
"depends": ["account"], | ||
"installable": True, | ||
} |
33 changes: 33 additions & 0 deletions
33
account_invoice_tax_required/i18n/account_invoice_tax_required.pot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_invoice_tax_required | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 15.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_tax_required | ||
#: code:addons/account_invoice_tax_required/models/account_move.py:0 | ||
#, python-format | ||
msgid "" | ||
"%(message)s\n" | ||
"%(errors)s" | ||
msgstr "" | ||
|
||
#. module: account_invoice_tax_required | ||
#: code:addons/account_invoice_tax_required/models/account_move.py:0 | ||
#, python-format | ||
msgid "Invoice has a line with product %s with no taxes" | ||
msgstr "" | ||
|
||
#. module: account_invoice_tax_required | ||
#: model:ir.model,name:account_invoice_tax_required.model_account_move | ||
msgid "Journal Entry" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_invoice_tax_required | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2018 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 11.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-02-02 03:40+0000\n" | ||
"PO-Revision-Date: 2018-02-02 03:40+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>, 2018\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_tax_required | ||
#: code:addons/account_invoice_tax_required/models/account_move.py:0 | ||
#, python-format | ||
msgid "" | ||
"%(message)s\n" | ||
"%(errors)s" | ||
msgstr "" | ||
|
||
#. module: account_invoice_tax_required | ||
#: code:addons/account_invoice_tax_required/models/account_move.py:0 | ||
#, python-format | ||
msgid "Invoice has a line with product %s with no taxes" | ||
msgstr "" | ||
|
||
#. module: account_invoice_tax_required | ||
#: model:ir.model,name:account_invoice_tax_required.model_account_move | ||
msgid "Journal Entry" | ||
msgstr "" | ||
|
||
#~ msgid "Invoice" | ||
#~ msgstr "فاتورة" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_invoice_tax_required | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2018 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 11.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-02-02 03:40+0000\n" | ||
"PO-Revision-Date: 2018-02-02 03:40+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>, 2018\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_tax_required | ||
#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 | ||
#, python-format | ||
msgid "" | ||
"%s\n" | ||
"%s" | ||
msgstr "" | ||
|
||
#. module: account_invoice_tax_required | ||
#: model:ir.model,name:account_invoice_tax_required.model_account_invoice | ||
msgid "Invoice" | ||
msgstr "Фактура" | ||
|
||
#. module: account_invoice_tax_required | ||
#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 | ||
#, python-format | ||
msgid "Invoice has a line with product %s with no taxes" | ||
msgstr "" | ||
|
||
#. module: account_invoice_tax_required | ||
#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 | ||
#, python-format | ||
msgid "No Taxes Defined!" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_invoice_tax_required | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2018 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 11.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-02-02 03:40+0000\n" | ||
"PO-Revision-Date: 2018-02-02 03:40+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>, 2018\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_tax_required | ||
#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 | ||
#, python-format | ||
msgid "" | ||
"%s\n" | ||
"%s" | ||
msgstr "" | ||
|
||
#. module: account_invoice_tax_required | ||
#: model:ir.model,name:account_invoice_tax_required.model_account_invoice | ||
msgid "Invoice" | ||
msgstr "Faktura" | ||
|
||
#. module: account_invoice_tax_required | ||
#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 | ||
#, python-format | ||
msgid "Invoice has a line with product %s with no taxes" | ||
msgstr "" | ||
|
||
#. module: account_invoice_tax_required | ||
#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 | ||
#, python-format | ||
msgid "No Taxes Defined!" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_invoice_tax_required | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2018 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 11.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-02-02 03:40+0000\n" | ||
"PO-Revision-Date: 2022-08-09 10:06+0000\n" | ||
"Last-Translator: jabelchi <[email protected]>\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" | ||
"X-Generator: Weblate 4.3.2\n" | ||
|
||
#. module: account_invoice_tax_required | ||
#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 | ||
#, python-format | ||
msgid "" | ||
"%s\n" | ||
"%s" | ||
msgstr "" | ||
"%s\n" | ||
"%s" | ||
|
||
#. module: account_invoice_tax_required | ||
#: model:ir.model,name:account_invoice_tax_required.model_account_invoice | ||
msgid "Invoice" | ||
msgstr "Factura" | ||
|
||
#. module: account_invoice_tax_required | ||
#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 | ||
#, python-format | ||
msgid "Invoice has a line with product %s with no taxes" | ||
msgstr "La factura té una línia amb el producte %s que no té impostos" | ||
|
||
#. module: account_invoice_tax_required | ||
#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 | ||
#, python-format | ||
msgid "No Taxes Defined!" | ||
msgstr "No s'han definit impostos" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_invoice_tax_required | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2018 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 11.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-02-02 03:40+0000\n" | ||
"PO-Revision-Date: 2018-02-02 03:40+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>, 2018\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_tax_required | ||
#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 | ||
#, python-format | ||
msgid "" | ||
"%s\n" | ||
"%s" | ||
msgstr "" | ||
|
||
#. module: account_invoice_tax_required | ||
#: model:ir.model,name:account_invoice_tax_required.model_account_invoice | ||
msgid "Invoice" | ||
msgstr "Faktura" | ||
|
||
#. module: account_invoice_tax_required | ||
#: code:addons/account_invoice_tax_required/models/account_invoice.py:17 | ||
#, python-format | ||
msgid "Invoice has a line with product %s with no taxes" | ||
msgstr "" | ||
|
||
#. module: account_invoice_tax_required | ||
#: code:addons/account_invoice_tax_required/models/account_invoice.py:24 | ||
#, python-format | ||
msgid "No Taxes Defined!" | ||
msgstr "" |
Oops, something went wrong.