diff --git a/addons/l10n_fr/__openerp__.py b/addons/l10n_fr/__openerp__.py index 7def04c2814..26ec91c3fc6 100644 --- a/addons/l10n_fr/__openerp__.py +++ b/addons/l10n_fr/__openerp__.py @@ -37,6 +37,10 @@ This is the module to manage the accounting chart for France in OpenERP. This module applies to companies based in France mainland. It doesn't apply to companies based in the DOM-TOMs (Guadeloupe, Martinique, Guyane, Réunion, Mayotte, etc...) +This localisation module creates the VAT taxes of type "tax included" for purchases (it is notably required when you use the module "hr_expense"). Beware that these "tax included" VAT taxes are not managed by the fiscal positions provided by this module (because it is complex to manage both "tax excluded" and "tax included" scenarios in fiscal positions). + +This localisation module doesn't properly handle the scenario when a France-mainland company sells services to a company based in the DOMs. We could manage it in the fiscal positions, but it would require to differentiate between "product" VAT taxes and "service" VAT taxes. We consider that it is too "heavy" to have this by default in l10n_fr ; companies that sell services to DOM-based companies should update the configuration of their taxes and fiscal positions manually. + Credits: Sistheo, Zeekom, CrysaLEAD, Akretion and Camptocamp. """, "depends" : ['base_iban', 'account', 'account_chart', 'base_vat', 'l10n_fr_rib'], diff --git a/addons/l10n_fr/fr_fiscal_templates.xml b/addons/l10n_fr/fr_fiscal_templates.xml index ceec59ffd7a..a7e202d47b8 100644 --- a/addons/l10n_fr/fr_fiscal_templates.xml +++ b/addons/l10n_fr/fr_fiscal_templates.xml @@ -7,13 +7,13 @@ - + Intra-EU B2B French VAT exemption according to articles 262 ter I (for products) and/or 283-2 (for services) of "CGI" - + Import/Export + DOM-TOM French VAT exemption according to articles 262 I of "CGI" @@ -29,88 +29,88 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + @@ -118,64 +118,64 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + diff --git a/addons/l10n_fr/fr_pcg_taxes.xml b/addons/l10n_fr/fr_pcg_taxes.xml index c1ba2063c89..18fbb34543b 100644 --- a/addons/l10n_fr/fr_pcg_taxes.xml +++ b/addons/l10n_fr/fr_pcg_taxes.xml @@ -426,6 +426,7 @@ + diff --git a/addons/l10n_fr/fr_tax.xml b/addons/l10n_fr/fr_tax.xml index db9acf17473..402decda8d0 100644 --- a/addons/l10n_fr/fr_tax.xml +++ b/addons/l10n_fr/fr_tax.xml @@ -7,7 +7,7 @@ amount of the eco-tax) --> - + TVA collectée (vente) 19,6% @@ -119,7 +119,7 @@ - + TVA acquittée (achat) 19,6% @@ -228,7 +228,125 @@ purchase - + + + + + + + TVA acquittée (achat) 19,6% inclue + TVA-HA-19.6-inclue + + + percent + + + + + + + + + + + + + + purchase + + + + + TVA acquittée (achat) 8,5% inclue + TVA-HA-8.5-inclue + + + percent + + + + + + + + + + + + + + purchase + + + + + TVA acquittée (achat) 7,0% inclue + TVA-HA-7.0-inclue + + + percent + + + + + + + + + + + + + + purchase + + + + + TVA acquittée (achat) 5,5% inclue + TVA-HA-5.5-inclue + + + percent + + + + + + + + + + + + + + purchase + + + + + TVA acquittée (achat) 2,1% inclue + TVA-HA-2.1-inclue + + + percent + + + + + + + + + + + + + + purchase + +