Help

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

Is Edit List View via the Developer Mode for any module a native function by odoo?

Avatar
odoo
Avatar
Discard
1 Answer
0
Avatar
odoo
Best Answer

Edit List View is a function provided by Odoo. Even though it'll not create any system errors while used correctly, It's better to create a custom module for any customization done. In that way, you'll have proper record of all the updates done to Odoo.

Some points to note while using Edit List View:

  • Changes made will be lost once you upgrade related module [for example a list view created from purchase module is updated from UI. when you upgrade purchase module, the list view will be loaded from code and your updates will be lost. This might cause system error, based on your code]
  • A new field cannot be created from this view. Only already created fields can be added to the current list view.
Avatar
Discard