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 of 64. There are two options:

 - Increase the limit on postgresql (complicated)
 - Reduce the length of the table and field names

More information at https://bugs.tryton.org/issue4620 and
https://bugs.tryton.org/issue6026

-- 
Cédric Krier - B2CK SPRL
Email/Jabber: cedric.kr...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

-- 
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/20170225104800.GQ36856%40tetsuo.

Reply via email to