odoo/enterprise#111198
Created by fw-bot
Merged
at 729d413604b5fbea90b2cb2b010b4b664c05cf94
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: (runtime 1144s)
- 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:saas-18.4-saas-18.3-prevent-tax-grp-deletion-if-used-smjo-492945-fw
- head
- 83752dfe75f8a1676032f86dda0837db5827432a
- merged
- 5 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
Forward-Port-Of: #105174