Replies: 1 comment 4 replies
-
@OpenCode I don't have step by step instructions for that... I mentioned one approach in #23: If you can bring odoo/enterprise in the test image, you can simply update the Odoo addons-path in (the) $ODOO_RC (file) to point to it. Pip install of addons is compatible with addons path and you can mix both.. If you can git clone For our projects we pin and package odoo (with the help of odoo/odoo#44001), enterprise and our customer addons (with setuptools-odoo or hatch-odoo) as wheels that we pip install before running the tests. Let me know if there are specifics you want to discuss. |
Beta Was this translation helpful? Give feedback.
-
Hi @sbidoul. Do you have any suggestions or examples on how to add Odoo enterprise modules among available modules for testing in Github Action?
Originale request here: #23 (comment)
Beta Was this translation helpful? Give feedback.
All reactions