From 761a75d40bcafb320b2184a2502b171dd46fce26 Mon Sep 17 00:00:00 2001 From: Adrien Widart Date: Fri, 22 Jan 2021 11:53:13 +0100 Subject: [PATCH] [IMP] accounting: add a warning about currency in Mexican localization A Mexican company should keep MXN as default company. This is actually a legal obligation. --- accounting/localizations/mexico.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/accounting/localizations/mexico.rst b/accounting/localizations/mexico.rst index 248628037..777783b38 100644 --- a/accounting/localizations/mexico.rst +++ b/accounting/localizations/mexico.rst @@ -81,6 +81,12 @@ company’s contact. .. image:: media/mexico03.png :align: center +.. warning:: + From a legal point of view, a Mexican company must use the local currency (MXN). + Therefore, Odoo does not provide features to manage an alternative configuration. + If you want to manage another currency, let MXN be the default currency and use + price list instead. + 4. Set the proper "Fiscal Position" on the partner that represent the company -----------------------------------------------------------------------------