Hi,
When I try to import sales orders, I get the following message:
Import of the order 100001764 canceled because it has not been paid since 30 days
I need to import all orders (whether they are paid or not).
I thought of overriding "SaleImportRule.check" or "SaleImportRule._rule_global" method, in order to remove this check.
So, How can I import the sales order always?
Thank you