More detailed description for account_compute_tax_amount, the current

one is lacunar
This commit is contained in:
Guewen Baconnier
2014-11-18 14:15:53 +01:00
parent 7236526c23
commit 22d10dbf2e
2 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
Recompute tax amount
====================
The way the tax amount is computed in the core `account` module is prone
to input errors.
This module forces the the tax amount to always be: `credit - debit`
whatever the configuration of the tax is and whatever the user types in
the tax amount.
**Warning**: there is no guarantee that this module will work for every
country, at least it works for Switzerland and France where the tax
amount is always `credit - debit`.

View File

@@ -23,7 +23,6 @@
"depends": ["base",
"account"],
"author": "Camptocamp",
"description": """Recompute tax_amount to avoid sign problem""",
'website': 'http://www.camptocamp.com',
'data': [],
'installable': False,