mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Improve the readme: more context and correct the inline literals with
double backticks
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
Recompute tax amount
|
||||
====================
|
||||
|
||||
The way the tax amount is computed in the core `account` module is prone
|
||||
to input errors.
|
||||
The way the tax amount is computed in journal entries in the core
|
||||
``account`` module is prone to input errors.
|
||||
|
||||
This module forces the the tax amount to always be: `credit - debit`
|
||||
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`.
|
||||
amount is always ``credit - debit``.
|
||||
|
||||
Reference in New Issue
Block a user