From 7cbc698907ee47a6ad6527541babbea291cd2f21 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Wed, 19 Nov 2014 09:31:07 +0100 Subject: [PATCH] Improve the readme: more context and correct the inline literals with double backticks --- account_compute_tax_amount/README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/account_compute_tax_amount/README.rst b/account_compute_tax_amount/README.rst index 0b8a1f976..eee02f1be 100644 --- a/account_compute_tax_amount/README.rst +++ b/account_compute_tax_amount/README.rst @@ -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``.