Hi everyone, I am currently trying to package my software. Unfortunately, it needs some modifications on trytond itself. I also need to be able to install trytond modules (like party / currency / etc.)
I tried to package the patched version of trytond (under a different name to avoid confusion), but then trying to install the aforementioned modules (trytond_currency for instance) triggers the installation of the "real" trytond. I did set "provides='trytond'" in my setup.py, but it does not seem to do the trick. So I am wondering if anyone already did try to package a patched version of the server ? FYI, I am using pip inside a virtualenv on a debian based distrib (Linux Mint). Thanks, Jean CAVALLO Coopengo
