How to Convert Odoo Custom Modules into PIP Packages for CI/CD #187
-
I am working on setting up CI/CD for my Odoo 17 instance, but I am facing difficulties in converting my custom Odoo modules into PIP packages. My goal is to be able to install these packages directly on my production server. Could anyone provide guidance on the steps I should follow to achieve this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I think these days the easiest way is to package them with https://github.com/sbidoul/whool and publish them with https://twine.readthedocs.io/en/stable/. Check out the docs for both tools. |
Beta Was this translation helpful? Give feedback.
-
Is your question related to project custom addons (that should remain private) deployment ? |
Beta Was this translation helpful? Give feedback.
I think these days the easiest way is to package them with https://github.com/sbidoul/whool and publish them with https://twine.readthedocs.io/en/stable/. Check out the docs for both tools.