odoo/enterprise#111433
Created by fw-bot
Merged
at d2d8343c47dba2b4130af02550175825c80a81e6
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- 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 22s)
Linked pull requests
- label
- odoo-dev:master-saas-18.3-prevent-tax-grp-deletion-if-used-smjo-509790-fw
- head
- 099470061f3aa881b2a3e0c7df90807ef7cdaa1c
- merged
- 3 days ago by Smit Joshi (smjo)
| 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