Mass Editing v13
by Serpent Consulting Services Pvt. Ltd. http://www.serpentcs.com , Tecnativa http://www.serpentcs.com , Odoo Community Association (OCA) http://www.serpentcs.comAvailability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 437 |
Technical Name |
mass_editing_v13 |
License | GPL-3 or any later version |
Website | http://www.serpentcs.com |
Versions | 13.0 |
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.
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.

- Add Action: As shown in figure click on Add Sidebar Button to add mass editing option in Action option in action.

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

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

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
- Oihane Crucelaegui <oihanecrucelaegi@gmail.com>
- Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
- Jairo Llopis <jairo.llopis@tecnativa.com>
Maintainer

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
Report comment
Any abuse of this reporting system will be penalizedessay writer cheap
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
This module needs the module mass_operation_abstract, but this i found only for Odoo 8
Re: Please for install in Odoo 13
This module(mass_editing_v13) does not need mass_operation_abstract module
If possible please fix these errors
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
When I add Model while I try to create a mass object, I always have this traceback
for odoo v14
https://apps.odoo.com/apps/modules/14.0/mass_editing_v14
V.14?
Do we have it version.14?
Re: V.14?
NO
Only 13 ( title Mass Editing v13)
;)
this module fire error when click apply on mass editing action
this module fire error
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
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'