odoo-addon-account-ecotax


Nameodoo-addon-account-ecotax JSON
Version 16.0.1.0.0.18 PyPI version JSON
download
home_pagehttps://github.com/OCA/account-fiscal-rule
SummaryEcotax Management: in French context is a 'cost' added to the sale price of electrical or electronic appliances or furnishing items
upload_time2025-02-08 02:33:50
maintainerNone
docs_urlNone
authorAkretion, Odoo Community Association (OCA)
requires_python>=3.10
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements Avalara
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =================
Ecotax Management
=================

.. 
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! source digest: sha256:40a0c743a70b81ba6a212dea6c1f91f1f4a86bb752773065223a03787984ab27
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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
    :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
    :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 adds ecotax amount on invoice line.
furthermore, a total ecotax is added at the footer of each document.

To make easy ecotaxe management and to factor the data, ecotaxes are set on products via ECOTAXE classifications.
ECOTAXE classification can either be a fixed or weight based ecotax.

A product can have one or serveral ecotax classifications. For example, wooden window blinds equipped with electric motor can
have ecotax for wood and ecotax for electric motor.

This module has some limits : 
- The ecotax amount is always included in the price of the product.
- The ecotax amount is not isolated in an specific accounting account but is included in the product income account.

If one of these limits is an issue, you could install the submodule account_ecotax_tax.
This second module lets you manage the ecotax as a tax, so you can configure if you want it to be included or excluded of product price and also configuring an accounting account to isolate it.
The main consequence of this approach is that the ecotax won't be considered in the turnover, since it is considered as a tax.

This module version add the possibility to manage several ecotax classifications by product.
A migration script is necessary to update from previous versions.

There is the main change to manage in migration script:

renamed field
model 			old field   		new field
account.move.line 	unit_ecotaxe_amount    ecotaxe_amount_unit
product.template        manual_fixed_ecotaxe   force_ecotaxe_amount

changed fields
model                 old field                    new field
product.template      ecotaxe_classification_id    ecotaxe_classification_ids

added fields
model 		    new field
account.move.line  ecotaxe_line_ids
product.template   ecotaxe_line_product_ids

**Table of contents**

.. contents::
   :local:

Usage
=====

1. 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).

2. Assign one or more ecotax classifications to a product.

   - The ecotax amount can also be manually overridden on the product.

3. Create an invoice with this 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%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>`_ 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",
    "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\n=================\n\n.. \n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! source digest: sha256:40a0c743a70b81ba6a212dea6c1f91f1f4a86bb752773065223a03787984ab27\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\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\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 adds ecotax amount on invoice line.\nfurthermore, a total ecotax is added at the footer of each document.\n\nTo make easy ecotaxe management and to factor the data, ecotaxes are set on products via ECOTAXE classifications.\nECOTAXE classification can either be a fixed or weight based ecotax.\n\nA product can have one or serveral ecotax classifications. For example, wooden window blinds equipped with electric motor can\nhave ecotax for wood and ecotax for electric motor.\n\nThis module has some limits : \n- The ecotax amount is always included in the price of the product.\n- The ecotax amount is not isolated in an specific accounting account but is included in the product income account.\n\nIf one of these limits is an issue, you could install the submodule account_ecotax_tax.\nThis second module lets you manage the ecotax as a tax, so you can configure if you want it to be included or excluded of product price and also configuring an accounting account to isolate it.\nThe main consequence of this approach is that the ecotax won't be considered in the turnover, since it is considered as a tax.\n\nThis module version add the possibility to manage several ecotax classifications by product.\nA migration script is necessary to update from previous versions.\n\nThere is the main change to manage in migration script:\n\nrenamed field\nmodel \t\t\told field   \t\tnew field\naccount.move.line \tunit_ecotaxe_amount    ecotaxe_amount_unit\nproduct.template        manual_fixed_ecotaxe   force_ecotaxe_amount\n\nchanged fields\nmodel                 old field                    new field\nproduct.template      ecotaxe_classification_id    ecotaxe_classification_ids\n\nadded fields\nmodel \t\t    new field\naccount.move.line  ecotaxe_line_ids\nproduct.template   ecotaxe_line_product_ids\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nUsage\n=====\n\n1. 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\n2. Assign one or more ecotax classifications to a product.\n\n   - The ecotax amount can also be manually overridden on the product.\n\n3. Create an invoice with this 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%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>`_ 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": "Ecotax Management: in French context is a 'cost' added to the sale price of electrical or electronic appliances or furnishing items",
    "version": "16.0.1.0.0.18",
    "project_urls": {
        "Homepage": "https://github.com/OCA/account-fiscal-rule"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e83876f757f209572f058fe0eb4db7d2e532348d1624c904a80afbd2805a638a",
                "md5": "400a0ec0da174b699529b0130557b265",
                "sha256": "bf76693fd41a31e6a29fd5e7a4a051ec9105ccdef0ee01fec7b447077f983a85"
            },
            "downloads": -1,
            "filename": "odoo_addon_account_ecotax-16.0.1.0.0.18-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "400a0ec0da174b699529b0130557b265",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 49370,
            "upload_time": "2025-02-08T02:33:50",
            "upload_time_iso_8601": "2025-02-08T02:33:50.722817Z",
            "url": "https://files.pythonhosted.org/packages/e8/38/76f757f209572f058fe0eb4db7d2e532348d1624c904a80afbd2805a638a/odoo_addon_account_ecotax-16.0.1.0.0.18-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-08 02:33:50",
    "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"
}
        
Elapsed time: 1.22717s