[IMP] fiscal_localizations: HMRC mode config param

In odoo/enterprise/pull/59152 a system parameter is added to control the HMRC mode from production to demo allowing the use of dummy credentials.

task-3820114

closes odoo/documentation#8566

X-original-commit: 307e264241
Related: odoo/enterprise#60152
Signed-off-by: Ali Alfie (alal) <alal@odoo.com>
This commit is contained in:
Ali Alfie (alal) 2024-03-26 10:05:22 +01:00 committed by Tom Aarab (toaa)
parent 5fa119c388
commit c8a97a8bc9

View File

@ -96,6 +96,13 @@ Periodic submission to HMRC
Import your obligations HMRC, filter on the period you want to submit, and send your tax report by
clicking :guilabel:`Send to HMRC`.
.. tip::
You can use dummy credentials to demo the HMRC flow. To do so, activate the
:ref:`developer mode <developer-mode>` and go to :menuselection:`General Settings -->
Technical --> System Parameters`. From here, search for `l10n_uk_reports.hmrc_mode` and change
the value line to `demo`. You can get such credentials from the `HMRC Developer Hub
<https://developer.service.hmrc.gov.uk/api-test-user>`_.
Periodic submission to HMRC for multi-company
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~