Skip to Content
Menu
This question has been flagged
1 Reply
2373 Views

When we list records/products/contact in List view under any module, Sales, Purchase, or Contact.


There's a tick box on the left hand side of the screen where we can batch select, then batch edit values in a column, eg, Item Markup %.  This method would only take secondes and is much quicker than the export/import method.


Just wanting to know if this is a native function promoted by odoo, as our developer has raised concerns if odoo's data base/records should be edited in this way, due to Import/Export method was the preferred method for batch update in odoo's documentation.


Anyone could share some lights on this?

Avatar
Discard
Best Answer

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]

Avatar
Discard
Author

Thank you!

Related Posts Replies Views Activity
0
Apr 23
1175
0
Dec 24
35
2
Nov 24
443
0
Feb 23
930