Opencart - Import Sales Orders
code
1
hours
-1
model._scheduler_import_sale_orders()
Total Amount differs from Opencart
The amount computed in Odoo doesn't match with the amount in Opencart.
Cause:
The taxes are probably different between Odoo and Opencart. A fiscal position could have changed the final price.
Resolution:
Check your taxes and fiscal positions configuration and correct them if necessary.
30
sale.order
failed = object.opencart_bind_ids and abs(object.amount_total - object.opencart_bind_ids[0].total_amount) >= 0.01
Opencart Checkpoint
Opencart checkpoint.
trigger