Commit Graph

6 Commits

Author SHA1 Message Date
Alexis de Lattre 262a405b0a Remove old FR VAT taxes 19.6% and 7.0%.
Remove the FR VAT tax 5.0% that has never seen the light !

bzr revid: alexis@via.ecp.fr-20140103130703-kpf5rojc4azwq8w1
2014-01-03 14:07:03 +01:00
Olivier Dony 6a3683f116 [FIX] l10n_fr: 2014 tax update patch has removed obsolete templates, causing an error at module update
Due to the relationship between fiscal position
templates and tax templates, the removal of
obsolete tax templates may crash if the corresponding
fiscal positions are not deleted before.
In a recent l10n_fr patch [1] a number of
templates disappeared, which causes an error during
subsequent updates on databases where the obsolete
templates are still present.
      
As a workaround, we can force a deletion of
all fiscal position templates before loading
them. This is relatively safe because the templates
are not connected to live data, and will be
re-created during the update (except for the
obsolete ones which will be gone forever).

[1] addons 7.0 rev 9515 rev-id: odo@openerp.com-20131010114424-atzr3bl9e9diir2g

lp bug: https://launchpad.net/bugs/1240265 fixed

bzr revid: odo@openerp.com-20131021124748-x4jnibwyab4gam23
2013-10-21 14:47:48 +02:00
fclementi@camptocamp.com f0f7b55750 [IMP] update 2014 new VAT
bzr revid: fclementi@camptocamp.com-20131002133841-07rjon3m7bjwqo2e
2013-10-02 15:38:41 +02:00
Alexis de Lattre 843fba3cbb Meaningfull IDs for fiscal positions and tax mappings
Add tax-included taxes for purchases
Add property_reserve_and_surplus_account
Add some usefull information in the description of the module

bzr revid: alexis@via.ecp.fr-20120507180732-xewd970p1eizsq3n
2012-05-07 20:07:32 +02:00
Alexis de Lattre 4aedd699a1 Fix fiscal position templates
Fix tax templates
Add a tax template "TVA 0% import (achat)"
Set sequence to 10 on all tax templates, to make it easier to manually defined taxes that must have a lower sequence (eco-taxes for example)
Update the "Code" field on tax templates to a meaning-full value
End the double definition of the tax templates (was defined in both fr_tax.xml and fr_pcg_taxes.xml ; now only in fr_tax.xml)
Fix typo in tax codes
Remove "classes 8" accounts, which are not official legal accounts
Update module description

lp bug: https://launchpad.net/bugs/924234 fixed

bzr revid: alexis@via.ecp.fr-20120423230316-ecx6lk6sc2mr2y2z
2012-04-24 01:03:16 +02:00
Alexis de Lattre 4254162e43 Remove the '_demo' suffix in filenames... as they don't contain demo data !
bzr revid: alexis@via.ecp.fr-20120418091410-2yxefhy2lio840vu
2012-04-18 11:14:10 +02:00