Closed vrenaville closed 2 years ago
Hm I'm not sure we want to encourage that.
Actually setuptools-odoo knowns all the official CE+EE addons and will never generate a dependency on them. You are supposed to deploy them separately, either by merging them into your main Odoo deployment, or by creating a multi-addons package for OE, with a setup.py (there is an example in the README).
@sbidoul
Thanks for your quick review, and explanation, I understand your concern and I will go in the multi-addons packages direction.
So I close this issue.
Vincent
@vrenaville to package odoo/enterprise, you can now simply drop a pyproject.toml in its root directory, using hatch-odoo.
@vrenaville to package odoo/enterprise, you can now simply drop a pyproject.toml in its root directory, using hatch-odoo.
can we include external odoo addons repository? for example we have separate repository for dependencies