I'm a new user in ODOO 11 , I created a project by scaffold order and I add it in ODOO by
./odoo-bin --addons-path=addons,~/Desktop/odoo11/myaddons
But when I added a module in my main project folder named (test.py) and update my app in ODOO
I found the next warning in terminal
testdb odoo.modules.loading: The model openac.test has no access rules, consider adding one. E.g. access_openac_conf,access_openac_conf,model_openac_conf,base.group_user,1,0,0,0
Please , How can I solve this problem and how can I adjust access rules for my modules?
Regards