OCA / maintainer-tools

Odoo Maintainers Tools & conventions for OCA members which evaluate and maintain repositories.
GNU Affero General Public License v3.0
271 stars 454 forks source link

Update wiki "Migration to version 16.0" with `fields_view_get` becomes `get_view` #598

Closed cuongnmtm closed 9 months ago

cuongnmtm commented 9 months ago

https://github.com/odoo/odoo/commit/b03c227e885efa4ccdcad43ccb56ee10371b9284

If using fields_view_get() method to adjust the view, now use the method get_view().

cuongnmtm commented 9 months ago

I think this sentence can be placed after the line below

If using fields_get_keys() method for ...

pedrobaeza commented 9 months ago

Done at https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-16.0/_compare/24b846c1af3072150e390a6ecaa8c53694365e36...c025d9fb6b9342fb865bb82f241e54646ee98b8e

Thanks.