Expected behaviour:
The system lowercase the tags and save
Seen Behaviour:
sqlalchemy.exc.IntegrityError: (raised as a result of Query-invoked autoflush; consider using a session.no_autoflush block if this flush is occurring prematurely)
(sqlite3.IntegrityError) UNIQUE constraint failed: tags.name
How to reproduce:
odoo
orOdoo
and saveOdoo
and saveExpected behaviour: The system lowercase the tags and save
Seen Behaviour: sqlalchemy.exc.IntegrityError: (raised as a result of Query-invoked autoflush; consider using a session.no_autoflush block if this flush is occurring prematurely) (sqlite3.IntegrityError) UNIQUE constraint failed: tags.name