odoo/enterprise#60085
Created by fw-bot
Merged
at b2e2b45750e19d9822939fd7c87e56a61341c339
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 2569s)
Linked pull requests
- label
- odoo-dev:saas-16.3-16.0-imp_hmrc_sys_param-alal-bNG--fw
- head
- 3a4315595757625d409ceecdcd92e5471483b123
- merged
- 1 year ago by Accounting, Ali Alfie (alal)
odoo/enterprise | odoo/documentation | |
---|---|---|
16.0 | #59152 | #8380 |
saas-16.3 | #60085 | #8531 |
saas-16.4 | #60091 | #8533 |
17.0 | #60103 | #8534 |
saas-17.1 | #60152 | #8566 |
saas-17.2 | #60180 | #8570 |
18.0 | ||
saas-18.2 | ||
saas-18.3 | ||
saas-18.4 | ||
19.0 | ||
master | #60232 | #8580 |
[FW][IMP] l10n_uk_reports: HMRC mode config param
Previously, testing HMRC features with dummy credentials required manually changing variables within the code. This commit introduces a more user-friendly approach by adding a new configuration parameter. The new configuration parameter defaults to "production" to maintain existing behavior. However, users can switch to a "demo" or other values to transition the APIs to a sandbox environment for testing with mock credentials.
Forward-Port-Of: #59152