Merge lp:~syleam/openobject-addons/61-fix-l10n-fr into lp:~akretion-team/openobject-addons/61-fix-l10n-fr

Proposed by Sebastien LANGE - http://www.Syleam.fr
Status: Needs review
Proposed branch: lp:~syleam/openobject-addons/61-fix-l10n-fr
Merge into: lp:~akretion-team/openobject-addons/61-fix-l10n-fr
Diff against target: 12 lines (+1/-1)
1 file modified
l10n_fr/fr_tax.xml (+1/-1)
To merge this branch: bzr merge lp:~syleam/openobject-addons/61-fix-l10n-fr
Reviewer Review Type Date Requested Status
Akretion Team Pending
Review via email: mp+116157@code.launchpad.net

Description of the change

The tax is wrong in 6071 account

To post a comment you must log in.

Unmerged revisions

6816. By Sebastien LANGE - http://www.Syleam.fr

[FIX] In 6071 account, the tax must be purchase not sale

6815. By Alexis de Lattre

Remove account types definied in l10n_fr
Now uses account types of the 'account' module
Some small fixes in the chart of account

6814. By Alexis de Lattre

Update code field, for to be coherent with others.

6813. By Alexis de Lattre

Add a tax code for "Import VAT 0%" and link it to the corresponding tax
Coherent naming of tax codes

6812. By Alexis de Lattre

[Merge] with latest addons-trunk rev 6777

6811. By Alexis de Lattre

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

6810. By Alexis de Lattre

Copy the "note" field from fiscal position template to fiscal position.

6809. By Alexis de Lattre

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

6808. By Alexis de Lattre

Fix French chart of accounts :
- type of account 44566 changed from 'view' to 'normal'
- the parent of account 445662 is now 4456

6807. By Alexis de Lattre

Remove the '_demo' suffix in filenames... as they don't contain demo data !

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'l10n_fr/fr_tax.xml'
2--- l10n_fr/fr_tax.xml 2012-05-16 13:09:11 +0000
3+++ l10n_fr/fr_tax.xml 2012-07-22 13:49:19 +0000
4@@ -880,7 +880,7 @@
5 </record>
6
7 <record id="pcg_6071" model="account.account.template">
8- <field name="tax_ids" eval="[(6,0,[ref('tva_normale')])]"/>
9+ <field name="tax_ids" eval="[(6,0,[ref('tva_acq_normale')])]"/>
10 </record>
11
12 <record id="pcg_6072" model="account.account.template">

Subscribers

People subscribed via source and target branches