Odooers论坛

欢迎!

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


0

Batch edit in List View under Sales, Purchase, or any module

形象
odoo
形象
丢弃
1 答案
0
形象
odoo
最佳答案

Hope you are refering to multi-edit mode in Odoo. Please refer image below




This is achieved by using attribute multi_edit in tree view. This is a default function from Odoo and perfectly safe to use.

If you have custom modules installed, please note that onchange functionality of Odoo will work with form view only. So fields with onchange should be readonly [worry about this only if you have custom code]

1 备注
形象
丢弃
形象
odoo
-

Thank you!