Skip to content

Commit ebde092

Browse files
authored
Update mexico.rst
1 parent 6e6d385 commit ebde092

File tree

1 file changed

+36
-1
lines changed
  • content/applications/finance/fiscal_localizations

1 file changed

+36
-1
lines changed

content/applications/finance/fiscal_localizations/mexico.rst

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,14 +210,28 @@ taxes. If new taxes are created, these fields must be set. To do so, go to
210210
Odoo supports four groups of :guilabel:`SAT Tax Types`: :guilabel:`IVA`, :guilabel:`ISR`,
211211
:guilabel:`IEPS`, and :guilabel:`Local Taxes`.
212212

213+
If the factor type is **Quota** then the tax calculation computation should be set as
214+
**Custom Formula**.
215+
216+
.. example::
217+
In order to input the calculation for quotas, the tax should have the
218+
:guilabel:`format:`: `result = quantity * 6.455`
219+
Where only quotas that are tied to the quantity can be used, as for the number, it should
220+
be the value of the quota.
221+
213222
.. tip::
214223
Mexico manages two different kinds of 0% VAT to accommodate two scenarios:
215224

216225
- For *0% VAT*, set the :guilabel:`Factor Type` as :guilabel:`Tasa`
217226
- For *VAT Exempt*, set the :guilabel:`Factor Type` as :guilabel:`Exento`
218227

228+
.. note::
229+
Local taxes are generated in a separate node in the |XML| file, these do not get validated
230+
by the |PAC|.
231+
219232
.. _l10n/mx/tax-object:
220233

234+
221235
Tax object
222236
~~~~~~~~~~
223237

@@ -244,6 +258,18 @@ added in the XML file:
244258
The :guilabel:`IEPS breakdown` status affects the behavior of the tax objects due to the missing IEPS
245259
when the breakdown does not happen.
246260

261+
.. _l10n/mx/local-taxes:
262+
263+
Local Taxes
264+
~~~~~~~~~~~
265+
266+
Local Taxes such as *ISH*, *Cedullar* and others require their own node in the XML file and do not
267+
necesarilly follow regular taxes's logic.
268+
269+
When configuring a local tax, the name of the tax will be used in the local tax complement and the rate
270+
will be either be carried forward or will be a withholding depending if the number is positive or negative.
271+
272+
247273
.. _l10n/mx/ieps-breakdown:
248274

249275
IEPS Breakdown
@@ -293,7 +319,7 @@ Here is an example using both mentioned taxes and an amount of 10000 MXN:
293319
:alt: Cash Basis entry with VAT split between paid and due.
294320

295321
.. note::
296-
Withholdings |CFDI| is not currently supported.
322+
Withholdings |CFDI| is not currently supported. Consult with an accountant the proper distribution.
297323

298324
Products
299325
--------
@@ -1444,6 +1470,15 @@ unlike other documents, is created in a delivery order instead of an invoice or
14441470
Odoo can create XML and PDF files with (or without) ground transport, and can process materials that
14451471
are treated as *Dangerous Hazards*.
14461472

1473+
In order to print the PDF, the delivery order must be signed by the government and then it can
1474+
be printed using the :guilabel:`Print Carta Porte`button on the delivery order.
1475+
1476+
The PDF file contains a QR code to verify the CCP code for the authorities.
1477+
1478+
In order to transport goods between warehouses, the logistic route must contain a **Delivery** type
1479+
of operation, see :doc:`Inter-warehouse replenishment
1480+
<../../inventory_and_mrp/inventory/warehouses_storage/replenishment/resupply_warehouses>`
1481+
14471482
.. note::
14481483
In order to use this feature, the :guilabel:`Mexico - Electronic Delivery Guide`
14491484
`l10n_mx_edi_stock` module must be installed.

0 commit comments

Comments
 (0)