Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

setuptools-odoo: packaging multiple addons

by
stephenm
- 18/03/2017 00:48:23

Hello,


I am not able package multiple addons using setuptools-odoo as per the instructions in the documentation. Is the 'odoo' module is being hidden by the 'odoo.addons' namespace?


$ odoo --database=odootest
Traceback (most recent call last):
  File "/home/odoo/venv/bin/odoo", line 9, in <module>
    odoo.cli.main()
AttributeError: 'module' object has no attribute 'cli'

Packing a single module works fine. Has anyone tried this recently?


-Stephen

Follow-Ups