コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
6707 ビュー

Hi!

I am migrating a custom JS widget from Odoo 16 to Odoo 17. The web.field_registry and web.basic_fields​ were removed in  the new version of Odoo.  What are the alternatives for those in the OWL framework from Odoo 17?.


There is little documentation for the technical changes from Odoo 16 to Odoo 17. 

Thanks in advance!

アバター
破棄
最善の回答

For the registry system provided by OWL, see an example at

https://github.com/odoo/odoo/blob/17.0/addons/lunch/static/src/views/list.js


web.basic_fields are under @web/views/fields, see an example at

https://github.com/odoo/odoo/blob/17.0/addons/mrp/static/src/widgets/mrp_consumed.js

アバター
破棄
関連投稿 返信 ビュー 活動
1
7月 24
2131
0
1月 22
2308
2
4月 25
1806
1
1月 25
1534
1
9月 24
2209