odoo/odoo#231364
Created by Accounting, Jay Savaliya (jasa)
Merged
at 25170d1571c08c560b9130b5c24ebde4acdc896b
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- ci/l10n: (runtime 30s)
- label
- odoo-dev:18.0-account-add-tax-test-case-jasa
- head
- 0758eae1bb6a347c1f19a3c55888383791685711
- merged
- 2 days ago by Accounting, Laurent Smet (las)
odoo/odoo | |
---|---|
18.0 | #231364 |
saas-18.2 | #231463 |
saas-18.3 | #231499 |
saas-18.4 | #231529 |
19.0 | #231556 |
master | #231572 |
[IMP] account: add missing test for tax computation
Added a missing test case in India tax computation, where both taxes have the same configuration as below:
- amount: same for both taxes
- price_include: True
- include_base_amount: True
- is_base_affected: False
In this case, both tax amounts should be equal. This commit ensures that scenario is properly covered in the test suite.