Discussion:
[tryton] Unable to add a tryton module to my tryton project
John
2018-01-18 18:34:24 UTC
Permalink
Hi all,

I am new to tryton and I have recently decided to start working with the timesheet module. I have installed it (through pip, working in a virtualenv). I am following the installation instructions given at: http://tryton-documentation.readthedocs.io/en/latest/installation_configuration/installation.html
It seems to imply that the timesheet module should appear in the "Modules" section when I log in with an admin account. The calendar module that I previously installed did so and I was able to mark it for activation and activate it.

Could anyone tell me what I am doing wrong? Also, is there a resource that gives detailed instructions on how to use a given module?

I am willing to assist with writing a better documentation or a guide is someone is able to explain this to me.

Thank you in advance,
--
You received this message because you are subscribed to the Google Groups "tryton" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/8928556e-347c-4599-8a29-cbe82e2556e3%40googlegroups.com.
Sergi Almacellas Abellana
2018-01-19 10:32:35 UTC
Permalink
Post by John
Hi all,
I am new to tryton and I have recently decided to start working with the timesheet module. I have installed it (through pip, working in a virtualenv). I am following the installation instructions given at: http://tryton-documentation.readthedocs.io/en/latest/installation_configuration/installation.html
It seems to imply that the timesheet module should appear in the "Modules" section when I log in with an admin account. The calendar module that I previously installed did so and I was able to mark it for activation and activate it.
Could anyone tell me what I am doing wrong? Also, is there a resource that gives detailed instructions on how to use a given module?
If you installed a module on a existing database you should refresh the
module list. This can be done with the following command:

trytond-admin -d <database> --update-module-list
--
Sergi Almacellas Abellana
www.koolpi.com
Twitter: @pokoli_srk
--
You received this message because you are subscribed to the Google Groups "tryton" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/0664bd27-b7be-6548-c3a2-a07fb5b0341a%40koolpi.com.
Prakhar Bansal
2018-01-19 13:20:25 UTC
Permalink
Post by John
Hi all,
I am new to tryton and I have recently decided to start working with the timesheet module. I have installed it (through pip, working in a virtualenv). I am following the installation instructions given at: http://tryton-documentation.readthedocs.io/en/latest/installation_configuration/installation.html
It seems to imply that the timesheet module should appear in the "Modules" section when I log in with an admin account. The calendar module that I previously installed did so and I was able to mark it for activation and activate it.
Could anyone tell me what I am doing wrong? Also, is there a resource that gives detailed instructions on how to use a given module?
I am willing to assist with writing a better documentation or a guide is someone is able to explain this to me.
Thank you in advance,
Hi John,

You will have to update the database to get the names of the newly added
modules in the "Modules" section.
--
You received this message because you are subscribed to the Google Groups "tryton" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/8ee1bb55-d21e-e3f6-6b0f-e049cf67188a%40gmail.com.
John
2018-01-23 17:58:20 UTC
Permalink
Thanks a lot for the help. The command turned out to be --update-modules-list but thanks for letting me know. It would be helpful if this is noted in the installation guide,

Thank you for your time,
--
You received this message because you are subscribed to the Google Groups "tryton" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/43fda935-750f-47c7-9d08-e91482f974d0%40googlegroups.com.
Loading...