bala4901
(Markus Bala)
November 26, 2023, 6:17am
1
Hi,
I noticed that V7.0.0 has Remove Egg modules Dictionary .
it that mean the custom modules need to put in the trytond/modules .
python -m pip install --editable {custom_module} cannot be used anymore?
Is it correct? or is there any setting to set for custom directory?
if using docker for development, custom directory modules will be easier to copy to local and editable.
Please advice
maxx
(Maxime Richez)
November 27, 2023, 10:18am
2
Maybe you could check this issue: tryton/tryton#12701
You should use this command now:
python -m pip install --use-pep517 --editable {custom_module}
2 Likes
bala4901
(Markus Bala)
November 27, 2023, 3:59pm
3
Hi @maxx … you save my day…
1 Like
system
(system)
Closed
November 28, 2023, 3:59am
4
This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.