mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
More detailed description for account_compute_tax_amount, the current
one is lacunar
This commit is contained in:
13
__unported__/account_compute_tax_amount/README.rst
Normal file
13
__unported__/account_compute_tax_amount/README.rst
Normal 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`.
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user