diff --git a/purchase_report_hide_taxes/README.rst b/purchase_report_hide_taxes/README.rst new file mode 100644 index 0000000..0cc71e3 --- /dev/null +++ b/purchase_report_hide_taxes/README.rst @@ -0,0 +1,83 @@ +========================== +Purchase Report Hide Taxes +========================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:558139aca719d50057691582be91048ffe7b1602d25c91d3c633c9d18e7f0526 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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/github-KMEE%2Fkmee--odoo--addons-lightgray.png?logo=github + :target: https://github.com/KMEE/kmee-odoo-addons/tree/14.0/purchase_report_hide_taxes + :alt: KMEE/kmee-odoo-addons + +|badge1| |badge2| + +This module removes the product taxes in the purchase order report. + +**Table of contents** + +.. contents:: + :local: + +Use Cases / Context +=================== + +The module was created for the following reason: + +:: + + • Some company products have a lot of taxes, this causes the product's tax column to break the formatting in the purchase order report. + +Configuration +============= + +This module does not require any special configuration. + +Usage +===== + +To use this module, you need to: + +:: + + 1. Go to "Purchase" + 2. Print the purchase order report and verify if the product taxes has been removed. + +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 to smash it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +------- + +* KMEE + +Contributors +------------ + +- ``KMEE `` : + + - Bruno Corredato Botti bruno.botti@kmee.com.br + +Maintainers +----------- + +This module is part of the `KMEE/kmee-odoo-addons `_ project on GitHub. + +You are welcome to contribute. diff --git a/purchase_report_hide_taxes/__init__.py b/purchase_report_hide_taxes/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/purchase_report_hide_taxes/__manifest__.py b/purchase_report_hide_taxes/__manifest__.py new file mode 100644 index 0000000..92bd7fa --- /dev/null +++ b/purchase_report_hide_taxes/__manifest__.py @@ -0,0 +1,17 @@ +# Copyright 2024 KMEE +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +{ + "name": "Purchase Report Hide Taxes", + "version": "14.0.1.0.0", + "license": "", + "author": "KMEE", + "website": "https://github.com/KMEE/kmee-odoo-addons", + "depends": [ + "purchase", + ], + "data": [ + "report/purchase_report.xml", + ], + "demo": [], +} diff --git a/purchase_report_hide_taxes/readme/CONFIGURE.md b/purchase_report_hide_taxes/readme/CONFIGURE.md new file mode 100644 index 0000000..6d1421d --- /dev/null +++ b/purchase_report_hide_taxes/readme/CONFIGURE.md @@ -0,0 +1 @@ +This module does not require any special configuration. \ No newline at end of file diff --git a/purchase_report_hide_taxes/readme/CONTEXT.md b/purchase_report_hide_taxes/readme/CONTEXT.md new file mode 100644 index 0000000..ab71783 --- /dev/null +++ b/purchase_report_hide_taxes/readme/CONTEXT.md @@ -0,0 +1,3 @@ +The module was created for the following reason: + + • Some company products have a lot of taxes, this causes the product's tax column to break the formatting in the purchase order report. \ No newline at end of file diff --git a/purchase_report_hide_taxes/readme/CONTRIBUTORS.md b/purchase_report_hide_taxes/readme/CONTRIBUTORS.md new file mode 100644 index 0000000..4c74b7b --- /dev/null +++ b/purchase_report_hide_taxes/readme/CONTRIBUTORS.md @@ -0,0 +1,3 @@ +* `KMEE ` : + + * Bruno Corredato Botti diff --git a/purchase_report_hide_taxes/readme/DESCRIPTION.md b/purchase_report_hide_taxes/readme/DESCRIPTION.md new file mode 100644 index 0000000..e7853c2 --- /dev/null +++ b/purchase_report_hide_taxes/readme/DESCRIPTION.md @@ -0,0 +1 @@ +This module removes the product taxes in the purchase order report. \ No newline at end of file diff --git a/purchase_report_hide_taxes/readme/USAGE.md b/purchase_report_hide_taxes/readme/USAGE.md new file mode 100644 index 0000000..b53314d --- /dev/null +++ b/purchase_report_hide_taxes/readme/USAGE.md @@ -0,0 +1,4 @@ +To use this module, you need to: + + 1. Go to "Purchase" + 2. Print the purchase order report and verify if the product taxes has been removed. \ No newline at end of file diff --git a/purchase_report_hide_taxes/report/purchase_report.xml b/purchase_report_hide_taxes/report/purchase_report.xml new file mode 100644 index 0000000..c61f17a --- /dev/null +++ b/purchase_report_hide_taxes/report/purchase_report.xml @@ -0,0 +1,22 @@ + + + + diff --git a/purchase_report_hide_taxes/static/description/index.html b/purchase_report_hide_taxes/static/description/index.html new file mode 100644 index 0000000..ddc5619 --- /dev/null +++ b/purchase_report_hide_taxes/static/description/index.html @@ -0,0 +1,441 @@ + + + + + +Purchase Report Hide Taxes + + + +
+

Purchase Report Hide Taxes

+ + +

Beta KMEE/kmee-odoo-addons

+

This module removes the product taxes in the purchase order report.

+

Table of contents

+ +
+

Use Cases / Context

+

The module was created for the following reason:

+
+• Some company products have a lot of taxes, this causes the product's tax column to break the formatting in the purchase order report.
+
+
+
+

Configuration

+

This module does not require any special configuration.

+
+
+

Usage

+

To use this module, you need to:

+
+1. Go to "Purchase"
+2. Print the purchase order report and verify if the product taxes has been removed.
+
+
+
+

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 to smash it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • KMEE
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is part of the KMEE/kmee-odoo-addons project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + diff --git a/setup/purchase_report_hide_taxes/odoo/addons/purchase_report_hide_taxes b/setup/purchase_report_hide_taxes/odoo/addons/purchase_report_hide_taxes new file mode 120000 index 0000000..59e2b88 --- /dev/null +++ b/setup/purchase_report_hide_taxes/odoo/addons/purchase_report_hide_taxes @@ -0,0 +1 @@ +../../../../purchase_report_hide_taxes \ No newline at end of file diff --git a/setup/purchase_report_hide_taxes/setup.py b/setup/purchase_report_hide_taxes/setup.py new file mode 100644 index 0000000..28c57bb --- /dev/null +++ b/setup/purchase_report_hide_taxes/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)