-
- Downloads
[FIX] account: allow negative days/months in payment terms
Some companies require their clients to pay them always for the 10th day
of the month (for instance), and if we're the 15th already, then pay the
10th of the next month.
However, with the changes in the payment terms, we can now only ask the
client to pay for the 10th of the next month, which is not satisfying.
Therefore, we now allow negative days/months to meet this demand.
task-id 3127965
closes odoo/odoo#133148
Signed-off-by:
Laurent Smet (las) <las@odoo.com>
Showing
- addons/account/i18n/account.pot 0 additions, 7 deletionsaddons/account/i18n/account.pot
- addons/account/models/account_payment_term.py 1 addition, 3 deletionsaddons/account/models/account_payment_term.py
- addons/account/tests/test_payment_term.py 18 additions, 12 deletionsaddons/account/tests/test_payment_term.py
Loading
Please register or sign in to comment