OCA / odoo-module-migrator

Python library to migrate odoo base code from a version to another
GNU Affero General Public License v3.0
130 stars 119 forks source link

False error `Use of deprecated decorator '@api.model_cr'` #48

Closed yajo closed 3 years ago

yajo commented 3 years ago

The module uses @api.model_create_multi in v12.

When migrating to v13, the app says:

13:47:17   ERROR       [13] Use of deprecated decorator '@api.model_cr'

Possibly due to a weak regex.