Re: [tryton-dev] Running trytond-admin -u on my module throws me an error

2017-02-25 Thread Cédric Krier
On 2017-02-24 21:52, Vincent Bastos wrote: > psycopg2.ProgrammingError: constraint > "self_storage_configuration_lease_postage_notice_fee_account_fke" for > relation "self_storage_configuration" already exists The name of your table and field is too long for postgresql. There is a default limit

[tryton-dev] Running trytond-admin -u on my module throws me an error

2017-02-24 Thread Vincent Bastos
I have installed my custom module on 4.2 and it worked with no errors. Now, after having made some code changes I ran >trytond-admin -v -c file.conf -d dbname -u module_name and I am getting the following error which I don't know how to debug: Traceback (most recent call last): File "/Users/