V.15 migration

project odoo

Modules

Manifest
__manifest__.py

QWEB import is moved to 'assets' dict

JS import is moved to 'assets' dict

Views

XML
templates rendering

t-raw is deprecated : use t-out

mail data might be prepared using QWEB

Scripts

Python
fields & methods

xmlid_to_res_id is renamed to _xmlid_to_res_id

render_template should define engine

JavaScript

Instead of require: use 'import from'