odoo/odoo#203445
Created by Accounting, MohsinAli Masi (masm)
Merged
at b1546585a17cb502b568d3abeb70966d56c8c40b
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 1s)
- label
- odoo-dev:17.0-l10n_in-fix-fiscal-compute-depends-masm
- head
- 13787aaf01e22b07dbc74cc9095f97938a847467
- merged
- 3 months ago by Accounting, Josse Colpaert (jco)
odoo/odoo | |
---|---|
17.0 | #203445 |
saas-17.4 | #203605 |
18.0 | #203643 |
saas-18.1 | #204969 |
saas-18.2 | #204989 |
saas-18.3 | |
master | #205020 |
[FIX] l10n_in: fix fiscal position computation dependencies
Before this commit: The fiscal position computation method did not depend on gst_treatment
, causing issues where changes to gst_treatment
were not detected. As a result, the computation did not trigger as expected, leading to incorrect fiscal position determination.
After this commit: The computation method now depends on gst_treatment
, ensuring that any changes to it trigger a recalculation. This guarantees accurate fiscal position computation as required.
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr