From d24779d7ff7ac5e9679d5478a58b476c740ad503 Mon Sep 17 00:00:00 2001 From: "Ali Alfie (alal)" Date: Tue, 26 Mar 2024 10:05:22 +0100 Subject: [PATCH] [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#8533 X-original-commit: 307e264241ec3c914681b0c29964e1b5be29da4a Related: odoo/enterprise#60091 Signed-off-by: Ali Alfie (alal) --- .../finance/fiscal_localizations/united_kingdom.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/applications/finance/fiscal_localizations/united_kingdom.rst b/content/applications/finance/fiscal_localizations/united_kingdom.rst index e150b556d..4a572611b 100644 --- a/content/applications/finance/fiscal_localizations/united_kingdom.rst +++ b/content/applications/finance/fiscal_localizations/united_kingdom.rst @@ -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 ` 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 + `_. + Periodic submission to HMRC for multi-company ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~