OCA / openupgradelib

A library with support functions to be called from Odoo migration scripts.
GNU Affero General Public License v3.0
85 stars 171 forks source link

[16.0] [ADD] Add helper to migrate translations from ir_translation table to model table #306

Closed marielejeune closed 1 year ago

pedrobaeza commented 1 year ago

As reference, the Odoo change motivating this PR comes from https://github.com/odoo/odoo/pull/97692

OCA-git-bot commented 1 year ago

This PR has the approved label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖

lmignon commented 1 year ago

@pedrobaeza Can you update your review? Thanks!

pedrobaeza commented 1 year ago

Please fix these flake8 erros:

/home/travis/build/OCA/openupgradelib/build/lib/openupgradelib/openupgrade_160.py:27:80: E501 line too long (80 > 79 characters)
/home/travis/build/OCA/openupgradelib/openupgradelib/openupgrade_160.py:27:80: E501 line too long (80 > 79 characters)
marielejeune commented 1 year ago

@pedrobaeza sorry, done