I´m creating a localization for Bolivia, and part of it is adding a translation file. Untill Odoo12 i did not have problems with the following steps:
1.- Following the link to generate the .po file https://www.odoo.com/documentation/12.0/reference/translations.html
2.- Changing the generated .po file with Poedit and adding it to my module
3.- Going to Translations / Languages / Spanish (BO)
4.- Pushing "Activate and Translate"
But in Odoo 13 i get the following error:
psycopg2.ProgrammingError: ON CONFLICT DO UPDATE command cannot affect row a second time HINT: Ensure that no rows proposed for insertion within the same command have duplicate constrained values.What could be the cause of this error? Is something different in Odoo13?