The new "exclude constraint" doesn't check if already existing, so it raise an 'already exists' error when running trytond-admin after creating a new "exclude constraint".
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related.
Learn more.
then launch
trytond-admin -d xxx --all -v -c configfile
launch a second time trytond_admin, it raises an error
'psycopg2.ProgrammingError: relation "party_category_name_parent_exclude" already exists'
It's linked with the new exclude constraint in https://codereview.tryton.org/35981002/
Indeed the problem is in TableHandler._update_definitions which does not fill the _constraints with the exclude constraint.
It seems that the table information_schema.table_constraints does not contain exclude constraint.