I would like to know how to automatically push to the top the products with the ribbon field having a particular value; instead of doing it manually with the edit menu individually.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
Hi,
There are different ways to achieve this. You can directly update it in the database using query by connecting to postgres.
If you need to do it from the user interface, either you can create a server action that calls python function and update the entire product all at once or you can add that field to the tree view of the products and enable multi editing in the tree view and update.
For Reference:
- https://www.youtube.com/watch?v=TWccA-tVa9E
- Add Contextual Action Using Server Action To Ease Your Work In Odoo
- Multi Edit: https://www.youtube.com/watch?v=2BdVAiXja00&t=19s
Also you can check Mass Editing module: https://apps.odoo.com/apps/modules/14.0/mass_editing/
Thanks
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Mar 22
|
5033 | ||
|
1
Jan 22
|
1853 | ||
|
1
Nov 24
|
1486 | ||
|
1
Nov 24
|
1195 | ||
|
2
Sep 24
|
1047 |