=================================
Ecotax Management (with Odoo tax)
=================================
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:bc334c7e37ef90dd515f13a029b06a4189614d22d962aa9f3837d3c9fd929dad
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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--fiscal--rule-lightgray.png?logo=github
:target: https://github.com/OCA/account-fiscal-rule/tree/16.0/account_ecotax_tax
:alt: OCA/account-fiscal-rule
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/account-fiscal-rule-16-0/account-fiscal-rule-16-0-account_ecotax_tax
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/account-fiscal-rule&target_branch=16.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
This module allows to compute the ecotax amounts from Odoo tax mechanism.
The advantages compared to the base account_ecotax module is that it allows to :
- Manage ecotax amount as included or excluded from the price of the product
- Isolate the amount of the ecotax in a specific accounting account (set on the tax)
Then the ecotax amounts are not considered as turnover, which could be good or not depending on your country's legislation or accountant preferences.
**Table of contents**
.. contents::
:local:
Usage
=====
1. Create a tax group named **"Ecotaxes"**. The sequence must be lower than other tax groups.
- Set the **Preceding Subtotal** field to **"Without Ecotax"**.
2. Create two taxes named **"Fixed Ecotax"** and **"Weight-Based Ecotax"**.
- Check the **Ecotax** checkbox.
- Set the correct Python code:
- For the fixed ecotax:
.. code-block:: python
result = quantity and product.fixed_ecotax * quantity or 0.0
- For the weight-based ecotax:
.. code-block:: python
result = quantity and product.weight_based_ecotax * quantity or 0.0
- Check the **Included in Base Amount** option.
- The sequence for Ecotax must be lower than the VAT tax.
3. For VAT taxes, check the **Base Affected by Previous Taxes?** option.
4. Add an ecotax classification via the menu **Accounting > Configuration > Taxes > Ecotax Classification**.
- The ecotax classification can be either a fixed ecotax or a weight-based ecotax.
- Ecotax classification information can be used for legal declarations.
- For the fixed ecotax, the ecotax amount is used as a default value, which can be overridden on the product.
- For the weight-based ecotax, define one ecotax by a coefficient applied to the weight (depending on the product's materials).
- Set the appropriate tax in the **Sale Ecotax** field.
5. Assign one or more ecotax classifications to a product.
- The ecotax amount can also be manually overridden on the product.
Bug Tracker
===========
Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-fiscal-rule/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 <https://github.com/OCA/account-fiscal-rule/issues/new?body=module:%20account_ecotax_tax%0Aversion:%2016.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
~~~~~~~
* Akretion
Contributors
~~~~~~~~~~~~
* Mourad EL HADJ MIMOUNE <mourad.elhadj.mimoune@akretion.com>
* Florian da Costa <florian.dacosta@akretion.com>
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.
.. |maintainer-mourad-ehm| image:: https://github.com/mourad-ehm.png?size=40px
:target: https://github.com/mourad-ehm
:alt: mourad-ehm
.. |maintainer-florian-dacosta| image:: https://github.com/florian-dacosta.png?size=40px
:target: https://github.com/florian-dacosta
:alt: florian-dacosta
Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
|maintainer-mourad-ehm| |maintainer-florian-dacosta|
This module is part of the `OCA/account-fiscal-rule <https://github.com/OCA/account-fiscal-rule/tree/16.0/account_ecotax_tax>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Raw data
{
"_id": null,
"home_page": "https://github.com/OCA/account-fiscal-rule",
"name": "odoo-addon-account-ecotax-tax",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": null,
"author": "Akretion, Odoo Community Association (OCA)",
"author_email": "support@odoo-community.org",
"download_url": null,
"platform": null,
"description": "=================================\nEcotax Management (with Odoo tax)\n=================================\n\n.. \n !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n !! This file is generated by oca-gen-addon-readme !!\n !! changes will be overwritten. !!\n !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n !! source digest: sha256:bc334c7e37ef90dd515f13a029b06a4189614d22d962aa9f3837d3c9fd929dad\n !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n :target: https://odoo-community.org/page/development-status\n :alt: Beta\n.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n :alt: License: AGPL-3\n.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--fiscal--rule-lightgray.png?logo=github\n :target: https://github.com/OCA/account-fiscal-rule/tree/16.0/account_ecotax_tax\n :alt: OCA/account-fiscal-rule\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n :target: https://translation.odoo-community.org/projects/account-fiscal-rule-16-0/account-fiscal-rule-16-0-account_ecotax_tax\n :alt: Translate me on Weblate\n.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png\n :target: https://runboat.odoo-community.org/builds?repo=OCA/account-fiscal-rule&target_branch=16.0\n :alt: Try me on Runboat\n\n|badge1| |badge2| |badge3| |badge4| |badge5|\n\nThis module allows to compute the ecotax amounts from Odoo tax mechanism.\nThe advantages compared to the base account_ecotax module is that it allows to : \n- Manage ecotax amount as included or excluded from the price of the product\n- Isolate the amount of the ecotax in a specific accounting account (set on the tax)\n\nThen the ecotax amounts are not considered as turnover, which could be good or not depending on your country's legislation or accountant preferences.\n\n**Table of contents**\n\n.. contents::\n :local:\n\nUsage\n=====\n\n1. Create a tax group named **\"Ecotaxes\"**. The sequence must be lower than other tax groups.\n - Set the **Preceding Subtotal** field to **\"Without Ecotax\"**.\n\n2. Create two taxes named **\"Fixed Ecotax\"** and **\"Weight-Based Ecotax\"**.\n - Check the **Ecotax** checkbox.\n - Set the correct Python code:\n\n - For the fixed ecotax:\n\n .. code-block:: python\n\n result = quantity and product.fixed_ecotax * quantity or 0.0\n\n - For the weight-based ecotax:\n\n .. code-block:: python\n\n result = quantity and product.weight_based_ecotax * quantity or 0.0\n\n - Check the **Included in Base Amount** option.\n - The sequence for Ecotax must be lower than the VAT tax.\n\n3. For VAT taxes, check the **Base Affected by Previous Taxes?** option.\n\n4. Add an ecotax classification via the menu **Accounting > Configuration > Taxes > Ecotax Classification**.\n\n - The ecotax classification can be either a fixed ecotax or a weight-based ecotax.\n - Ecotax classification information can be used for legal declarations.\n - For the fixed ecotax, the ecotax amount is used as a default value, which can be overridden on the product.\n - For the weight-based ecotax, define one ecotax by a coefficient applied to the weight (depending on the product's materials).\n - Set the appropriate tax in the **Sale Ecotax** field.\n\n5. Assign one or more ecotax classifications to a product.\n\n - The ecotax amount can also be manually overridden on the product.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/account-fiscal-rule/issues>`_.\nIn case of trouble, please check there if your issue has already been reported.\nIf you spotted it first, help us to smash it by providing a detailed and welcomed\n`feedback <https://github.com/OCA/account-fiscal-rule/issues/new?body=module:%20account_ecotax_tax%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.\n\nDo not contact contributors directly about support or help with technical issues.\n\nCredits\n=======\n\nAuthors\n~~~~~~~\n\n* Akretion\n\nContributors\n~~~~~~~~~~~~\n\n* Mourad EL HADJ MIMOUNE <mourad.elhadj.mimoune@akretion.com>\n* Florian da Costa <florian.dacosta@akretion.com>\n\nMaintainers\n~~~~~~~~~~~\n\nThis module is maintained by the OCA.\n\n.. image:: https://odoo-community.org/logo.png\n :alt: Odoo Community Association\n :target: https://odoo-community.org\n\nOCA, or the Odoo Community Association, is a nonprofit organization whose\nmission is to support the collaborative development of Odoo features and\npromote its widespread use.\n\n.. |maintainer-mourad-ehm| image:: https://github.com/mourad-ehm.png?size=40px\n :target: https://github.com/mourad-ehm\n :alt: mourad-ehm\n.. |maintainer-florian-dacosta| image:: https://github.com/florian-dacosta.png?size=40px\n :target: https://github.com/florian-dacosta\n :alt: florian-dacosta\n\nCurrent `maintainers <https://odoo-community.org/page/maintainer-role>`__:\n\n|maintainer-mourad-ehm| |maintainer-florian-dacosta| \n\nThis module is part of the `OCA/account-fiscal-rule <https://github.com/OCA/account-fiscal-rule/tree/16.0/account_ecotax_tax>`_ project on GitHub.\n\nYou are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n",
"bugtrack_url": null,
"license": "AGPL-3",
"summary": "Use Odoo tax mechanism to compute the ecotaxes",
"version": "16.0.1.0.0.7",
"project_urls": {
"Homepage": "https://github.com/OCA/account-fiscal-rule"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "805ddaa1d27be9d5857c2467f6c3eb323be817d63a028e67f8faa964cf84bea9",
"md5": "8efa56140472ead4caf52f295d89a3b8",
"sha256": "1a06ddef83f294875b64e579d61c7db59b1c3f3428d8a0dcb6003b470283a945"
},
"downloads": -1,
"filename": "odoo_addon_account_ecotax_tax-16.0.1.0.0.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8efa56140472ead4caf52f295d89a3b8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 25765,
"upload_time": "2025-02-07T02:33:49",
"upload_time_iso_8601": "2025-02-07T02:33:49.016144Z",
"url": "https://files.pythonhosted.org/packages/80/5d/daa1d27be9d5857c2467f6c3eb323be817d63a028e67f8faa964cf84bea9/odoo_addon_account_ecotax_tax-16.0.1.0.0.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-07 02:33:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "OCA",
"github_project": "account-fiscal-rule",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "Avalara",
"specs": []
}
],
"lcname": "odoo-addon-account-ecotax-tax"
}