v 17.0 Third Party 1195
Download for v 17.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 502
Technical Name server_action_mass_edit
LicenseAGPL-3
Websitehttps://github.com/OCA/server-ux
Versions 17.0 16.0
You bought this module and need support? Click here!

Mass Editing

Beta License: AGPL-3 OCA/server-ux Translate me on Weblate Try me on Runboat

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

Configuration

  • 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.

Action

  • Select Set / Remove action and write down the value to set or remove the value for the given field.

Wizard Form

  • This way you can set / remove the values of the fields.

Wizard Result

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

Maintainers

This module is maintained by the OCA.

Odoo Community Association

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

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
by
We Do
on 9/30/24, 8:52 AM

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
by
Tarek Allam
on 8/8/24, 3:19 AM