Connectors mailing list archives
connectors@odoo-community.org
Browse archives
Scheduled Actions not running in Odoo 8.0
by
agustiyo95
Hi I am Agus
I'm developing Connector module Odoo. 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,