Mass Editing
by Serpent Consulting Services Pvt. Ltd. https://github.com/OCA/server-ux , Tecnativa https://github.com/OCA/server-ux , GRAP https://github.com/OCA/server-ux , Iván Todorovich https://github.com/OCA/server-ux , Odoo Community Association (OCA) https://github.com/OCA/server-uxAvailability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 502 |
Technical Name |
server_action_mass_edit |
License | AGPL-3 |
Website | https://github.com/OCA/server-ux |
Versions | 17.0 16.0 |
Mass Editing
This module allows to edit several records at the same time in any Odoo model
Difference in comparison to the Odoo Feature
Since Odoo V13, a limited “mass Editing feature” is available in Odoo CE.
This module provides the following extra features that are not in the Core for the time being:
- Possibility to mass edit many fields in a single action
- Possibility to add a group to limit the usage of this function to given people
- Possibility to filter the items the user can mass update
- Possibility to mass edit any fields with any widget. (For exemple color fields, image fields, etc…)
Table of contents
Configuration
- In developer mode, go to Settings / Technical / Actions / Server Actions
- Create a new server action
- Name the server action (ie. Product Template Category Mass Editing)
- Choose Type Mass Edit Records
- Select the model
- Add the security groups allowed to use this action
- Add the fields you want to be mass edited
- Add Action: Click on Create Contextual Action to add mass editing in Action menu.
Options
- You can setup the widget option to be displayed (ie many2many_tags, selection_image…)
- You can tick Apply Domain allowing you to limit the mass editing action with a domain.
- You can add an extra message that will be displayed in the wizard.
Usage
- Go for Mass Editing: select the records which you want to modify and click on Action to open mass editing popup.
- Select Set / Remove action and write down the value to set or remove the value for the given field.
- This way you can set / remove the values of the fields.
Known issues / Roadmap
- Auto add fields that are used in related domains if apply_domain=True
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Authors
- Serpent Consulting Services Pvt. Ltd.
- Tecnativa
- GRAP
- Iván Todorovich
Contributors
- Oihane Crucelaegui <oihanecrucelaegi@gmail.com>
- Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
- Jay Vora <jay.vora@serpentcs.com>
- Juan Negrete <jnegrete@casasalce.com>
- Raul Martin <raul.martin@braintec-group.com>
- Aitor Bouzas <aitor.bouzas@adaptivecity.com>
- Sylvain LE GAL (https://twitter.com/legalsylvain)
- Iván Todorovich <ivan.todorovich@gmail.com>
- Tecnativa
- Jairo Llopis
- Víctor Martínez
- Tatiana Deribina <tatiana.deribina@spritnit.fi>
Maintainers
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
This module is part of the OCA/server-ux project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedThere are no ratings yet!
This Bug Appear when Install Module on Odoo.sh Version 17 - Please Review It
UncaughtPromiseError > TypeError
Uncaught Promise > commands is not iterable
TypeError: commands is not iterable
at Proxy._applyCommands (https://shome1995-homesweet.odoo.com/web/assets/5743713/web.assets_web.min.js:6327:65)
at Proxy._discard (https://shome1995-homesweet.odoo.com/web/assets/5743713/web.assets_web.min.js:6364:283)
at Proxy._discard (https://shome1995-homesweet.odoo.com/web/assets/5743713/web.assets_web.min.js:6110:142)
at https://shome1995-homesweet.odoo.com/web/assets/5743713/web.assets_web.min.js:6068:39
at always (https://shome1995-homesweet.odoo.com/web/assets/5743713/web.assets_web.min.js:3917:42)
Can this module be used to mass edit one to many fields, for example I want to set attributes to several products (multiple lines) or remove all attributes from multiple records