acsone / click-odoo

Run python scripts in a Odoo environment
GNU Lesser General Public License v3.0
115 stars 44 forks source link

Can use custom modules? #28

Closed Alexcn closed 5 years ago

Alexcn commented 5 years ago

This works for core addons, but he doesn't find models from custom modules.

sbidoul commented 5 years ago

You need to provide an addons path or pip install your custom modules.

Alexcn commented 5 years ago

thx