Skip to content

Commit f226337

Browse files
authored
correct formula
Vehicle weight is in tons, Weight and extra weight are in kg thus they are divided by 1000 to make sure the end value is in tons.
1 parent 85abaf5 commit f226337

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

content/applications/finance/fiscal_localizations/mexico.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1766,7 +1766,7 @@ it is possible to add additional :guilabel:`Extra weight` to account for the dri
17661766
Odoo will calculate the :guilabel:`Gross vehicle weight` with the following formula:
17671767

17681768
.. math::
1769-
Gross vehicle weight = Vehicle weight + Weight * Extra Weight / 1000
1769+
Gross vehicle weight = Vehicle weight + (Weight + Extra Weight) / 1000
17701770
17711771
Every delivery requires a value in :guilabel:`Distance to Destination (KM)` greater than `0`.
17721772
Finally, enter the :guilabel:`Delivery Date` and click :guilabel:`Generate Delivery Guide`.

0 commit comments

Comments
 (0)