Connectors mailing list archives
connectors@odoo-community.org
Browse archives
Scheduled action not working
by
agustiyo95
Hi I am Agus
I'm developing Connector module Odoo for connect odoo and woocommerce. Next i will built scheduled action but not running.
def import_products(self):
""" Import product""
for backend in self:
backend.import_product()
return True
This is not working, please help me,