diff --git a/report_sale_order_line_subtotals_tax_excluded/README.rst b/report_sale_order_line_subtotals_tax_excluded/README.rst new file mode 100644 index 00000000..95039db0 --- /dev/null +++ b/report_sale_order_line_subtotals_tax_excluded/README.rst @@ -0,0 +1,27 @@ +.. 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 + +============================================= +Report sale order line subtotals tax excluded +============================================= + +* In sale order report print amount without tax. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smash it by providing detailed and welcomed feedback. + +Credits +======= + +Contributors +------------ +* Ana Juaristi +* Alfredo de la Fuente + +Do not contact contributors directly about support or help with technical issues. diff --git a/report_sale_order_line_subtotals_tax_excluded/__init__.py b/report_sale_order_line_subtotals_tax_excluded/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/report_sale_order_line_subtotals_tax_excluded/__manifest__.py b/report_sale_order_line_subtotals_tax_excluded/__manifest__.py new file mode 100644 index 00000000..f8a2bf05 --- /dev/null +++ b/report_sale_order_line_subtotals_tax_excluded/__manifest__.py @@ -0,0 +1,17 @@ +# Copyright 2026 Alfredo de la Fuente - AvanzOSC +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). +{ + "name": "Report Sale Order Line Subtotals Tax Excluded", + "version": "16.0.1.0.0", + "category": "Sales/Sales", + "license": "AGPL-3", + "author": "AvanzOSC", + "website": "https://github.com/avanzosc/sale-addons", + "depends": [ + "sale", + ], + "data": [ + "report/sale_order_report.xml", + ], + "installable": True, +} diff --git a/report_sale_order_line_subtotals_tax_excluded/i18n/en_GB.po b/report_sale_order_line_subtotals_tax_excluded/i18n/en_GB.po new file mode 100644 index 00000000..5751d74b --- /dev/null +++ b/report_sale_order_line_subtotals_tax_excluded/i18n/en_GB.po @@ -0,0 +1,21 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_sale_order_line_subtotals_tax_excluded +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-01-07 07:53+0000\n" +"PO-Revision-Date: 2026-01-07 07:53+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: report_sale_order_line_subtotals_tax_excluded +#: model_terms:ir.ui.view,arch_db:report_sale_order_line_subtotals_tax_excluded.report_saleorder_document +msgid "Amount" +msgstr "" diff --git a/report_sale_order_line_subtotals_tax_excluded/i18n/es.po b/report_sale_order_line_subtotals_tax_excluded/i18n/es.po new file mode 100644 index 00000000..b8d4d34f --- /dev/null +++ b/report_sale_order_line_subtotals_tax_excluded/i18n/es.po @@ -0,0 +1,21 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_sale_order_line_subtotals_tax_excluded +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-01-07 07:54+0000\n" +"PO-Revision-Date: 2026-01-07 07:54+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: report_sale_order_line_subtotals_tax_excluded +#: model_terms:ir.ui.view,arch_db:report_sale_order_line_subtotals_tax_excluded.report_saleorder_document +msgid "Amount" +msgstr "Importe" diff --git a/report_sale_order_line_subtotals_tax_excluded/i18n/report_sale_order_line_subtotals_tax_excluded.pot b/report_sale_order_line_subtotals_tax_excluded/i18n/report_sale_order_line_subtotals_tax_excluded.pot new file mode 100644 index 00000000..5751d74b --- /dev/null +++ b/report_sale_order_line_subtotals_tax_excluded/i18n/report_sale_order_line_subtotals_tax_excluded.pot @@ -0,0 +1,21 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_sale_order_line_subtotals_tax_excluded +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-01-07 07:53+0000\n" +"PO-Revision-Date: 2026-01-07 07:53+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: report_sale_order_line_subtotals_tax_excluded +#: model_terms:ir.ui.view,arch_db:report_sale_order_line_subtotals_tax_excluded.report_saleorder_document +msgid "Amount" +msgstr "" diff --git a/report_sale_order_line_subtotals_tax_excluded/report/sale_order_report.xml b/report_sale_order_line_subtotals_tax_excluded/report/sale_order_report.xml new file mode 100644 index 00000000..a0d0fff6 --- /dev/null +++ b/report_sale_order_line_subtotals_tax_excluded/report/sale_order_report.xml @@ -0,0 +1,18 @@ + + + + diff --git a/setup/report_sale_order_line_subtotals_tax_excluded/odoo/addons/report_sale_order_line_subtotals_tax_excluded b/setup/report_sale_order_line_subtotals_tax_excluded/odoo/addons/report_sale_order_line_subtotals_tax_excluded new file mode 120000 index 00000000..990a389c --- /dev/null +++ b/setup/report_sale_order_line_subtotals_tax_excluded/odoo/addons/report_sale_order_line_subtotals_tax_excluded @@ -0,0 +1 @@ +../../../../report_sale_order_line_subtotals_tax_excluded \ No newline at end of file diff --git a/setup/report_sale_order_line_subtotals_tax_excluded/setup.py b/setup/report_sale_order_line_subtotals_tax_excluded/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/report_sale_order_line_subtotals_tax_excluded/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)