Search 1.9 billion lines of Odoo code on GitHub

product_taxes_group

Author: GRAP,Odoo Community Association (OCA)
License: AGPL-3
Branch: 8.0_product_taxes_group
Repository: akretion/account-fiscal-rule
Dependencies: account, and product
Languages: PO File (81, 11.8%), Python (334, 48.5%), XML (170, 24.7%), YAML (65, 9.4%), and reStructuredText (38, 5.5%)
Other repositories: OdooBulgaria/odoo-addons-misc, ProJobless/odoo-addons-grap, Supercagette/odoo-addons-misc, Trust-Code/account-fiscal-rule, VitalPet/odoo-addons-grap, bealdav/odoo-addons-misc, dhecar/odoo-addons-misc, diassynthesis/odoo-addons-grap, grap/account-financial-tools, grap/account-fiscal-rule, grap/odoo-addons-misc, gurneyalex/account-financial-tools, iceship/odoo-addons-grap, legalsylvain/odoo-addons-misc, minimedj/odoo-addons-misc, mohamedhagag/odoo-addons-misc, quentinDupont/odoo-addons-misc, rkhalil1990/odoo-addons-misc, and salahable/odoo-addons-misc

<a name="simplify-taxes-management-for-products"></a> <h2>Simplify taxes management for products</h2> <a name="functionality"></a> <h3>Functionality:</h3> <ul class="simple"> <li>Add a new light concept 'tax_group' to associate possible supplier and sale taxes;</li> </ul> <img alt="/product_taxes_group/static/src/img/tax_group_form.png" src="/product_taxes_group/static/src/img/tax_group_form.png" /> <ul class="simple"> <li>Make more usable taxes selection in product view. The user has now the possibility to select a tax group, instead of select manually all the taxes;</li> </ul> <img alt="/product_taxes_group/static/src/img/product_template_accounting_setting.png" src="/product_taxes_group/static/src/img/product_template_accounting_setting.png" /> <ul class="simple"> <li>Prevent users to select incompatible purchase and supplier taxes. French Exemple: A product can not be configured with:<ul> <li>Supplier Taxes: 5.5 %;</li> <li>Sale Taxes: 20%;</li> </ul> </li> <li>Provides the possibility to the account manager to change incorrect parameters massively;</li> </ul> <a name="technical-information"></a> <h3>Technical Information:</h3> <ul class="simple"> <li>Install this module will create 'tax_group' for each existing combination. Make sure that the user who install the module is SUPERUSER_ID or is member of account.group_account_manager;</li> <li>In the same way, import products will create tax_group if combination doesn't exist and will fail if right access is not sufficient. A solution is to provide tax_group_id during the import, instead of Providing taxes_id and purchase_taxes_id fields;</li> </ul> <a name="bug-tracker"></a> <h2>Bug Tracker</h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/account-fiscal-rule/issues">GitHub Issues</a>. 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 <a class="reference external" href="https://github.com/OCA/account-fiscal-rule/issues/new?body=module:%20product_taxes_group%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">here</a>.</p> <a name="credits"></a> <h2>Credits</h2> <a name="contributors"></a> <h3>Contributors</h3> <ul class="simple"> <li>Sylvain LE GAL (<a class="reference external" href="https://twitter.com/legalsylvain">https://twitter.com/legalsylvain</a>)</li> </ul> <a name="maintainer"></a> <h3>Maintainer</h3> <a class="reference external image-reference" href="http://odoo-community.org"><img alt="Odoo Community Association" src="http://odoo-community.org/logo.png" /></a> <p>This module is maintained by the OCA.</p> <p>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.</p> <p>To contribute to this module, please visit <a class="reference external" href="http://odoo-community.org">http://odoo-community.org</a>.</p>