@@ -210,14 +210,28 @@ taxes. If new taxes are created, these fields must be set. To do so, go to
210
210
Odoo supports four groups of :guilabel: `SAT Tax Types `: :guilabel: `IVA `, :guilabel: `ISR `,
211
211
:guilabel: `IEPS `, and :guilabel: `Local Taxes `.
212
212
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
+
213
222
.. tip ::
214
223
Mexico manages two different kinds of 0% VAT to accommodate two scenarios:
215
224
216
225
- For *0% VAT *, set the :guilabel: `Factor Type ` as :guilabel: `Tasa `
217
226
- For *VAT Exempt *, set the :guilabel: `Factor Type ` as :guilabel: `Exento `
218
227
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
+
219
232
.. _l10n/mx/tax-object :
220
233
234
+
221
235
Tax object
222
236
~~~~~~~~~~
223
237
@@ -244,6 +258,18 @@ added in the XML file:
244
258
The :guilabel: `IEPS breakdown ` status affects the behavior of the tax objects due to the missing IEPS
245
259
when the breakdown does not happen.
246
260
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
+
247
273
.. _l10n/mx/ieps-breakdown :
248
274
249
275
IEPS Breakdown
@@ -293,7 +319,7 @@ Here is an example using both mentioned taxes and an amount of 10000 MXN:
293
319
:alt: Cash Basis entry with VAT split between paid and due.
294
320
295
321
.. note ::
296
- Withholdings |CFDI | is not currently supported.
322
+ Withholdings |CFDI | is not currently supported. Consult with an accountant the proper distribution.
297
323
298
324
Products
299
325
--------
@@ -1444,6 +1470,15 @@ unlike other documents, is created in a delivery order instead of an invoice or
1444
1470
Odoo can create XML and PDF files with (or without) ground transport, and can process materials that
1445
1471
are treated as *Dangerous Hazards *.
1446
1472
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
+
1447
1482
.. note ::
1448
1483
In order to use this feature, the :guilabel: `Mexico - Electronic Delivery Guide `
1449
1484
`l10n_mx_edi_stock ` module must be installed.
0 commit comments