v 13.0 Third Party 1108
Download for v 13.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 437
Technical Name mass_editing_v13
LicenseGPL-3 or any later version
Websitehttp://www.serpentcs.com
Versions 13.0
You bought this module and need support? Click here!

Mass Editing

This module provides the following features:

  • You can add, update or remove the values of more than one records on the fly at the same time.
  • You can configure mass editing for any Odoo model.
  • The video explaining the features and how-to for OpenERP Version 6 is here http://t.co/wukYMx1A
  • The video explaining the features and how-to for OpenERP Version 7 is here : http://www.youtube.com/watch?v=9BH0o74A748&feature=youtu.be
  • For more details/customization/feedback contact us on contact@serpentcs.com

Installation

No external library is used.

Configuration

To configure this module, you need to:

  • Go to Settings / Mass Editing / Mass Editing and configure the object and fields for Mass Editing.

Usage

This module allows to add, update or remove the values of more than one records on the fly at the same time.

Try me on Runbot

As shown in figure you have to configure the object and fields for mass editing.

  • Select the object and add the fields of that object on which you want to apply mass editing.
/mass_editing/static/description/mass_editing-1.png
  • Add Action: As shown in figure click on Add Sidebar Button to add mass editing option in Action option in action.
/mass_editing/static/description/mass_editing-2.png
  • Go for Mass Editing: As shown in figure, select the records which you want to modify and click on Action to open mass editing popup.
/mass_editing/static/description/mass_editing-3.png
  • Select Set / Remove action and write down the value to set or remove the value for the given field.
/mass_editing/static/description/mass_editing-4.png
  • This way you can set / remove the values of the fields.
/mass_editing/static/description/mass_editing-5.png

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 smashing it by providing a detailed and welcomed feedback.

Credits

Images

  • Odoo Community Association: Icon.

Contributors

Maintainer

Odoo Community Association

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.

To contribute to this module, please visit http://odoo-community.org.

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.
essay writer cheap
by
mevicak598@pxjtw.com
on 12/4/20, 2:52 PM

As soon as you fill out the order form, you will be redirected to the payment page. In case something is not clear, there are tips to guide you through it. https://clubessay.com/online-essay-writer It typically takes a couple of minutes for us to receive the money transfer from you.


Please for install in Odoo 13
by
Jose C
on 8/2/20, 10:00 AM

This module needs the module mass_operation_abstract, but this i found only for Odoo 8

Re: Please for install in Odoo 13
by
Boris.Gra
on 8/4/20, 2:33 AM Author

This module(mass_editing_v13) does not need mass_operation_abstract module


by
Yusuf Kapasi
on 4/22/21, 2:45 AM

If possible please fix these errors


by
Yusuf Kapasi
on 4/22/21, 2:43 AM

Hi

I am using this module I am getting below errors:

Errors :

1) ModuleNotFoundError: No module named 'odoo.addons.mass_editing'

2) odoo.tools.convert.ParseError: "External ID not found in the system: web.assets_backend" while parsing /mass_editing_v13/views/basic_js.xml:2, near

<odoo>

    <data>

    </data>

</odoo>

I have resolved these :

 => /mass_editing_v13/__init__.py

from .hooks import uninstall_hook

=> /mass_editing_v13/__manifest__.py

'depends': ['web']

If possible please 


Bug when creating mass object
by
fenosoa
on 4/2/21, 3:24 AM

When I add Model while I try to create a mass object, I always have this traceback

ValueError: Invalid domain term ('model', 'in', dict_keys(['product.template']))

by
Boris.Gra
on 3/27/21, 2:59 AM Author

for odoo v14
https://apps.odoo.com/apps/modules/14.0/mass_editing_v14


V.14?
by
Sridhar
on 3/26/21, 1:28 AM

Do we have it version.14?

Re: V.14?
by
Boris.Gra
on 3/26/21, 3:14 AM Author

NO
Only 13 ( title Mass Editing v13)
;)


by
abeer khalaf
on 2/28/21, 4:21 PM

this module fire error when click apply on  mass editing action

Traceback:
TypeError: Cannot read property '1' of null
    at http://localhost:2222/web/content/9770-be3ff5d/web.assets_backend.js:1279:634
    at Function._.each._.forEach (http://localhost:2222/web/content/9769-143dc8e/web.assets_common.js:108:558)
    at Class._parseServerData (http://localhost:2222/web/content/9770-be3ff5d/web.assets_backend.js:1279:363)
    at http://localhost:2222/web/content/9770-be3ff5d/web.assets_backend.js:1211:86

this module fire error
by
Islam Salah
on 1/19/21, 5:27 AM

Error:

Odoo Server Error


Traceback (most recent call last):

  File "/home/odoo/src/odoo/odoo/http.py", line 624, in _handle_exception

    return super(JsonRequest, self)._handle_exception(exception)

  File "/home/odoo/src/odoo/odoo/http.py", line 310, in _handle_exception

    raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])

  File "/home/odoo/src/odoo/odoo/tools/pycompat.py", line 14, in reraise

    raise value

  File "/home/odoo/src/odoo/odoo/http.py", line 669, in dispatch

    result = self._call_function(**self.params)

  File "/home/odoo/src/odoo/odoo/http.py", line 350, in _call_function

    return checked_call(self.db, *args, **kwargs)

  File "/home/odoo/src/odoo/odoo/service/model.py", line 94, in wrapper

    return f(dbname, *args, **kwargs)

  File "/home/odoo/src/odoo/odoo/http.py", line 339, in checked_call

    result = self.endpoint(*a, **kw)

  File "/home/odoo/src/odoo/odoo/http.py", line 915, in __call__

    return self.method(*args, **kw)

  File "/home/odoo/src/odoo/odoo/http.py", line 515, in response_wrap

    response = f(*args, **kw)

  File "/home/odoo/src/odoo/addons/web/controllers/main.py", line 1331, in call_button

    action = self._call_kw(model, method, args, kwargs)

  File "/home/odoo/src/odoo/addons/web/controllers/main.py", line 1319, in _call_kw

    return call_kw(request.env[model], method, args, kwargs)

  File "/home/odoo/src/odoo/odoo/api.py", line 387, in call_kw

    result = _call_kw_multi(method, model, args, kwargs)

  File "/home/odoo/src/odoo/odoo/api.py", line 374, in _call_kw_multi

    result = method(recs, *args, **kwargs)

  File "<decorator-gen-59>", line 2, in button_immediate_install

  File "/home/odoo/src/odoo/odoo/addons/base/models/ir_module.py", line 72, in check_and_log

    return method(self, *args, **kwargs)

  File "/home/odoo/src/odoo/odoo/addons/base/models/ir_module.py", line 463, in button_immediate_install

    return self._button_immediate_function(type(self).button_install)

  File "/home/odoo/src/odoo/odoo/addons/base/models/ir_module.py", line 573, in _button_immediate_function

    modules.registry.Registry.new(self._cr.dbname, update_module=True)

  File "/home/odoo/src/odoo/odoo/modules/registry.py", line 86, in new

    odoo.modules.load_modules(registry._db, force_demo, status, update_module)

  File "/home/odoo/src/odoo/odoo/modules/loading.py", line 423, in load_modules

    loaded_modules, update_module, models_to_check)

  File "/home/odoo/src/odoo/odoo/modules/loading.py", line 315, in load_marked_modules

    perform_checks=perform_checks, models_to_check=models_to_check

  File "/home/odoo/src/odoo/odoo/modules/loading.py", line 182, in load_module_graph

    load_openerp_module(package.name)

  File "/home/odoo/src/odoo/odoo/modules/module.py", line 376, in load_openerp_module

    __import__('odoo.addons.' + module_name)

  File "/home/odoo/src/user/mass_editing_v13/__init__.py", line 7, in <module>

    from . import tests

  File "/home/odoo/src/user/mass_editing_v13/tests/__init__.py", line 5, in <module>

    from . import test_mass_editing

  File "/home/odoo/src/user/mass_editing_v13/tests/test_mass_editing.py", line 9, in <module>

    from odoo.addons.mass_editing.hooks import uninstall_hook

ModuleNotFoundError: No module named 'odoo.addons.mass_editing'


Error installing
by
Lucas Arce
on 9/28/20, 6:36 PM

Error:

Odoo Server Error


Traceback (most recent call last):

  File "/opt/odoo/odoo/odoo/http.py", line 624, in _handle_exception

    return super(JsonRequest, self)._handle_exception(exception)

  File "/opt/odoo/odoo/odoo/http.py", line 310, in _handle_exception

    raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])

  File "/opt/odoo/odoo/odoo/tools/pycompat.py", line 14, in reraise

    raise value

  File "/opt/odoo/odoo/odoo/http.py", line 669, in dispatch

    result = self._call_function(**self.params)

  File "/opt/odoo/odoo/odoo/http.py", line 350, in _call_function

    return checked_call(self.db, *args, **kwargs)

  File "/opt/odoo/odoo/odoo/service/model.py", line 94, in wrapper

    return f(dbname, *args, **kwargs)

  File "/opt/odoo/odoo/odoo/http.py", line 339, in checked_call

    result = self.endpoint(*a, **kw)

  File "/opt/odoo/odoo/odoo/http.py", line 915, in __call__

    return self.method(*args, **kw)

  File "/opt/odoo/odoo/odoo/http.py", line 515, in response_wrap

    response = f(*args, **kw)

  File "/opt/odoo/odoo/addons/web/controllers/main.py", line 1326, in call_button

    action = self._call_kw(model, method, args, kwargs)

  File "/opt/odoo/odoo/addons/web/controllers/main.py", line 1314, in _call_kw

    return call_kw(request.env[model], method, args, kwargs)

  File "/opt/odoo/odoo/odoo/api.py", line 387, in call_kw

    result = _call_kw_multi(method, model, args, kwargs)

  File "/opt/odoo/odoo/odoo/api.py", line 374, in _call_kw_multi

    result = method(recs, *args, **kwargs)

  File "<decorator-gen-59>", line 2, in button_immediate_install

  File "/opt/odoo/odoo/odoo/addons/base/models/ir_module.py", line 72, in check_and_log

    return method(self, *args, **kwargs)

  File "/opt/odoo/odoo/odoo/addons/base/models/ir_module.py", line 463, in button_immediate_install

    return self._button_immediate_function(type(self).button_install)

  File "/opt/odoo/odoo/odoo/addons/base/models/ir_module.py", line 573, in _button_immediate_function

    modules.registry.Registry.new(self._cr.dbname, update_module=True)

  File "/opt/odoo/odoo/odoo/modules/registry.py", line 86, in new

    odoo.modules.load_modules(registry._db, force_demo, status, update_module)

  File "/opt/odoo/odoo/odoo/modules/loading.py", line 421, in load_modules

    processed_modules += load_marked_modules(cr, graph,

  File "/opt/odoo/odoo/odoo/modules/loading.py", line 313, in load_marked_modules

    loaded, processed = load_module_graph(

  File "/opt/odoo/odoo/odoo/modules/loading.py", line 182, in load_module_graph

    load_openerp_module(package.name)

  File "/opt/odoo/odoo/odoo/modules/module.py", line 376, in load_openerp_module

    __import__('odoo.addons.' + module_name)

  File "/opt/odoo/odoo/addons/mass_editing_v13/__init__.py", line 7, in <module>

    from . import tests

  File "/opt/odoo/odoo/addons/mass_editing_v13/tests/__init__.py", line 5, in <module>

    from . import test_mass_editing

  File "/opt/odoo/odoo/addons/mass_editing_v13/tests/test_mass_editing.py", line 9, in <module>

    from odoo.addons.mass_editing.hooks import uninstall_hook

  File "/opt/odoo/odoo/addons/mass_editing/__init__.py", line 5, in <module>

    from . import models

  File "/opt/odoo/odoo/addons/mass_editing/models/__init__.py", line 6, in <module>

    from . import mass_object

  File "/opt/odoo/odoo/addons/mass_editing/models/mass_object.py", line 8, in <module>

    class MassObject(models.Model):

  File "/opt/odoo/odoo/addons/mass_editing/models/mass_object.py", line 59, in MassObject

    @api.multi

AttributeError: module 'odoo.api' has no attribute 'multi'