On 9/4/18 10:42 PM, Richmond Fiko wrote:
Hello,

I create a custom module which inherit from some others custom modules.
I follow all steps and I mark the parent modules inside tryton.cfg file
inside "depends:" part.

If you are using the default cookiecutter template it reads the tryton.cfg to download the dependencies from pypi using the trytond prefix.

You should modify your setup.py to include your company prefix on the MODULES2PREFIX to make the module download the name with your custom prefix.

If you do not have your parent module uploaded to pypi you should manually install it before installing the dependant module or modify setup.py to include the location for where the module should be downloaded and installed.

Hope it helps!

--
Sergi Almacellas Abellana
www.koolpi.com
Twitter: @pokoli_srk

--
You received this message because you are subscribed to the Google Groups 
"tryton-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton-dev/31d5ce84-94e0-b6e4-9f0c-dfea33cf22df%40koolpi.com.

Reply via email to