You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to block the import of orders from magento 1.9 with the status "pending payment" with the exception rule in odoo 8:
if order.need_pending payment:
failed = True
This code won`t work. Any idea?
The text was updated successfully, but these errors were encountered:
I tried to block the import of orders from magento 1.9 with the status "pending payment" with the exception rule in odoo 8:
if order.need_pending payment:
failed = True
This code won`t work. Any idea?
The text was updated successfully, but these errors were encountered: