odoo/enterprise#105174
Created by Smit Joshi (smjo)
Merged
at b0b5c2020d37459aeaa0503d14c5da9fd154d028
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: (runtime 1591s)
- 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 15s)
Linked pull requests
- label
- odoo-dev:saas-18.3-prevent-tax-grp-deletion-if-used-smjo
- head
- 38e6c4764bff596e91783c54e783b84017e61d54
- merged
- 1 week ago by Accounting, Josse Colpaert (jco)
| odoo/odoo | odoo/enterprise | |
|---|---|---|
| saas-18.3 | #245243 | #105174 |
| saas-18.4 | #254730 | #111198 |
| 19.0 | #254939 | #111365 |
| saas-19.1 | #254954 | #111378 |
| saas-19.2 | #254961 | #111384 |
| master | #255056 | #111433 |
[FIX] l10n_in_reports: remove deletion of taxes in GSTR tests
Before this PR:
- A test case was deleting taxes.
After this PR:
- Removed the taxes from the account move line instead of deleting the taxes.
Related PR: odoo/odoo#245243