@@ -367,16 +367,12 @@ <h1 class="title">Mass Editing</h1>
367
367
!! This file is generated by oca-gen-addon-readme !!
368
368
!! changes will be overwritten. !!
369
369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:c3a89306f6642d00e44b46c9e79a4940d1ab5898b510a0209f3766d7020cc674
370
+ !! source digest: sha256:a91c225a06ba8d7292d92a9cf99286ed5e4128715d60e02589acaf1e09361aa0
371
371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
372
< p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/server-ux/tree/17.0/server_action_mass_edit "> < img alt ="OCA/server-ux " src ="https://img.shields.io/badge/github-OCA%2Fserver--ux-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/server-ux-17-0/server-ux-17-0-server_action_mass_edit "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/server-ux&target_branch=17.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373
- < p > This module provides the following features:</ p >
374
- < ul class ="simple ">
375
- < li > You can add, update or remove the values of more than one records on
376
- the fly at the same time.</ li >
377
- < li > You can configure mass editing for any Odoo model.</ li >
378
- </ ul >
379
- < p > < strong > Difference between the Odoo 13.0 CE Feature</ strong > </ p >
373
+ < p > This module allows to edit several records at the same time in any Odoo
374
+ model</ p >
375
+ < p > < strong > Difference in comparison to the Odoo Feature</ strong > </ p >
380
376
< p > Since Odoo V13, a limited “mass Editing feature” is available in Odoo
381
377
CE.</ p >
382
378
< p > This module provides the following extra features that are not in the
@@ -407,10 +403,14 @@ <h1 class="title">Mass Editing</h1>
407
403
< div class ="section " id ="configuration ">
408
404
< h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Configuration</ a > </ h1 >
409
405
< ul class ="simple ">
410
- < li > Go to < em > Settings / Technical / Actions / Server Actions</ em > and configure
411
- the object and fields for Mass Editing.</ li >
412
- < li > Select the object and add the fields of that object on which you want
413
- to apply mass editing.</ li >
406
+ < li > In developer mode, go to < em > Settings / Technical / Actions / Server
407
+ Actions</ em > </ li >
408
+ < li > Create a new server action</ li >
409
+ < li > Name the server action (ie. < em > Product Template Category Mass Editing</ em > )</ li >
410
+ < li > Choose Type < em > Mass Edit Records</ em > </ li >
411
+ < li > Select the model</ li >
412
+ < li > Add the security groups allowed to use this action</ li >
413
+ < li > Add the fields you want to be mass edited</ li >
414
414
</ ul >
415
415
< p > < img alt ="Configuration " src ="https://raw.githubusercontent.com/OCA/server-ux/17.0/server_action_mass_edit/static/description/mass_editing_form.png " /> </ p >
416
416
< ul class ="simple ">
@@ -419,9 +419,11 @@ <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
419
419
</ ul >
420
420
< p > < strong > Options</ strong > </ p >
421
421
< ul class ="simple ">
422
+ < li > You can setup the widget option to be displayed (ie many2many_tags,
423
+ selection_image…)</ li >
424
+ < li > You can tick Apply Domain allowing you to limit the mass editing
425
+ action with a domain.</ li >
422
426
< li > You can add an extra message that will be displayed in the wizard.</ li >
423
- < li > This module plays nicely with server_action_domain, allowing you to
424
- limit the mass editing action with a domain.</ li >
425
427
</ ul >
426
428
</ div >
427
429
< div class ="section " id ="usage ">
0 commit comments