smsalah / hr_pyzk

Odoo Module for Attendance from ZKTeco Devices
GNU General Public License v3.0
17 stars 21 forks source link

Odoo12 : Installation Issue on #5

Open t123-j123 opened 5 years ago

t123-j123 commented 5 years ago

Hi,

I faced an installation issues when installing on odoo 12/Python 3.6.7 : because of the syntax of import, here is the syntax I used to install the module :

models/devices.py ==> from odoo.addons.hr_pyzk.controllers import controller as c models/device_users ==> py:from odoo.addons.hr_pyzk.controllers import controller as c