odoo/enterprise#60152
Created by fw-bot
Merged
at f70635cec153b1e57ebfb5b63daa3fc80b177890
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 4039s)
Linked pull requests
- label
- odoo-dev:saas-17.1-16.0-imp_hmrc_sys_param-alal-uOHr-fw
- head
- 5d9cf7629e7e6f3199cf727a5f6aa53ac571b8ce
- 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