Search 1.9 billion lines of Odoo code on GitHub

simple_tax_account

Author: GRAP
License: AGPL-3
Branch: 8.0
Repository: legalsylvain/grap-odoo-incubator
Dependencies: account, and base
Languages: PO File (49, 8.9%), Python (232, 42.3%), XML (229, 41.8%), and reStructuredText (38, 6.9%)
Other branches: 12.0-MIG-pos_check_session_state, 12.0-MIG-pos_sector, 12.0-MIG-pos_street_market, 12.0-MIG-product_category_usage_group, 12.0-MIG-product_ean13_image, 12.0-test_lucien, 8.0-ADD-pos_draft_move-modules, 8.0_ADD_account_fiscal_position_tax_included_PLUS_TI, 8.0_ADD_l10n_fr_certification_pos_offline, 8.0_ADD_mass_action, 8.0_ADD_mass_merging_line, 8.0_ADD_mobile_app_purchase, 8.0_ADD_multi_search_modules, 8.0_ADD_pos_environment_matrix_reload, 8.0_ADD_pos_image_journal, 8.0_ADD_pos_limit_payment, 8.0_ADD_pos_order_log, 8.0_ADD_pos_payment_usability, 8.0_ADD_res_company_category, 8.0_ADD_web_base_url_update, 8.0_REF_internal_use_accounting_generation, 8.0_REF_simple_tax_account, 8.0_add_company_legal_name, 8.0_make_ti_great_again_PLUS_simple_tax, 8.0_pos_environment, 8.0_product_category_product_qty, and 8.0_res_company_active
Other repositories: OdooBulgaria/odoo-addons-misc, Supercagette/odoo-addons-misc, TheCloneMaster/grap-odoo-incubator, akretion/grap-odoo-incubator, aurestic/grap-odoo-incubator, bealdav/odoo-addons-misc, cedvict/grap-odoo-incubator, consultingerp/grap-odoo-incubator, coopiteasy/grap-odoo-incubator, dhecar/odoo-addons-misc, diagramsoftware/grap-odoo-incubator, erick-alvino/grap-odoo-incubator, francislouie/grap-odoo-incubator, grap/grap-odoo-incubator, grap/odoo-addons-misc, haryoran04/grap-odoo-incubator, initOS/grap-odoo-incubator, jaferrer/grap-odoo-incubator, legalsylvain/odoo-addons-misc, minimedj/odoo-addons-misc, mohamedhagag/odoo-addons-misc, nabima/grap-odoo-incubator, open-synergy/grap-odoo-incubator, quentinDupont/grap-odoo-incubator, quentinDupont/odoo-addons-misc, rkhalil1990/odoo-addons-misc, sjpatel21/grap-odoo-incubator, and vidtsin/grap-odoo-incubator

<a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> </a> <a name="easy-switch-between-vat-excluded-and-vat-included"></a> <h2>Easy Switch between VAT Excluded and VAT Included</h2> <a name="use-case"></a> <h3>Use case</h3> <p>This module is useful in the following case:</p> <ul class="simple"> <li>Odoo is implemented in a country with simple Taxes system, (Like in France) with generaly only one Tax type='percent'. (VAT)</li> <li>Users define allways product price with VAT included. (or allways excluded)</li> <li>Some customers / suppliers wants quotation / invoices with the other system</li> </ul> <a name="technical-information"></a> <h3>Technical Information</h3> <p>On account.tax, add a new field 'simple_tax_id' that is the according tax with or without tax included. Sample:</p> <ul class="simple"> <li>TAX A: VAT 10% included</li> <li>TAX B : VAT 10% excluded</li> <li>TAX A and TAX B will be linked together</li> </ul> <img alt="/simple_tax_account/static/description/tax_setting.png" src="/simple_tax_account/static/description/tax_setting.png" /> <p>On res.partner, add a new field selection 'simple_tax_type' with the following values:</p> <ul class="simple"> <li>'none' : (default) undefined, the Tax will be the tax of the product</li> <li>'excluded': All price will be recomputed with Tax excluded</li> <li>'included': All price will be recomputed with Tax inluded</li> </ul> <img alt="/simple_tax_account/static/description/partner_setting.png" src="/simple_tax_account/static/description/partner_setting.png" /> <p>Possibility to switch between Price VAT Included and Price VAT Excluded when editing a Account Invoice</p> <p>** Invoices with Mixed Taxes**</p> <img alt="/simple_tax_account/static/description/invoice_harmonized_taxes.png" src="/simple_tax_account/static/description/invoice_harmonized_taxes.png" /> <p>** Invoices with Harmonized Taxes**</p> <img alt="/simple_tax_account/static/description/invoice_mixed_taxes.png" src="/simple_tax_account/static/description/invoice_mixed_taxes.png" /> <p>On account.tax.template, add a new field 'simple_template_id' that is the according template with of without tax included.</p> <img alt="/simple_tax_account/static/description/tax_template_setting.png" src="/simple_tax_account/static/description/tax_template_setting.png" /> <a name="related-modules"></a> <h3>Related Modules</h3> <p>This following modules provide the same behaviour:</p> <ul class="simple"> <li><code>simple_tax_sale</code> for sale module</li> <li><code>simple_tax_purchase</code> for purchase module</li> </ul> <a name="credits"></a> <h4>Credits</h4> <a name="contributors"></a> <h3>Contributors</h3> <ul class="simple"> <li>Sylvain LE GAL &lt;<a class="reference external" href="https://twitter.com/legalsylvain">https://twitter.com/legalsylvain</a>&gt;</li> </ul>