Skip to content

Commit eb0df84

Browse files
committed
[BOT] post-merge updates
1 parent 4299842 commit eb0df84

File tree

2 files changed

+32
-27
lines changed

2 files changed

+32
-27
lines changed

server_action_mass_edit/README.rst

+16-13
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Mass Editing
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:c3a89306f6642d00e44b46c9e79a4940d1ab5898b510a0209f3766d7020cc674
10+
!! source digest: sha256:a91c225a06ba8d7292d92a9cf99286ed5e4128715d60e02589acaf1e09361aa0
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -28,13 +28,10 @@ Mass Editing
2828

2929
|badge1| |badge2| |badge3| |badge4| |badge5|
3030

31-
This module provides the following features:
31+
This module allows to edit several records at the same time in any Odoo
32+
model
3233

33-
- You can add, update or remove the values of more than one records on
34-
the fly at the same time.
35-
- You can configure mass editing for any Odoo model.
36-
37-
**Difference between the Odoo 13.0 CE Feature**
34+
**Difference in comparison to the Odoo Feature**
3835

3936
Since Odoo V13, a limited "mass Editing feature" is available in Odoo
4037
CE.
@@ -57,10 +54,14 @@ Core for the time being:
5754
Configuration
5855
=============
5956

60-
- Go to *Settings / Technical / Actions / Server Actions* and configure
61-
the object and fields for Mass Editing.
62-
- Select the object and add the fields of that object on which you want
63-
to apply mass editing.
57+
- In developer mode, go to *Settings / Technical / Actions / Server
58+
Actions*
59+
- Create a new server action
60+
- Name the server action (ie. *Product Template Category Mass Editing*)
61+
- Choose Type *Mass Edit Records*
62+
- Select the model
63+
- Add the security groups allowed to use this action
64+
- Add the fields you want to be mass edited
6465

6566
|Configuration|
6667

@@ -69,9 +70,11 @@ Configuration
6970

7071
**Options**
7172

73+
- You can setup the widget option to be displayed (ie many2many_tags,
74+
selection_image...)
75+
- You can tick Apply Domain allowing you to limit the mass editing
76+
action with a domain.
7277
- You can add an extra message that will be displayed in the wizard.
73-
- This module plays nicely with server_action_domain, allowing you to
74-
limit the mass editing action with a domain.
7578

7679
.. |Configuration| image:: https://raw.githubusercontent.com/OCA/server-ux/17.0/server_action_mass_edit/static/description/mass_editing_form.png
7780

server_action_mass_edit/static/description/index.html

+16-14
Original file line numberDiff line numberDiff line change
@@ -367,16 +367,12 @@ <h1 class="title">Mass Editing</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:c3a89306f6642d00e44b46c9e79a4940d1ab5898b510a0209f3766d7020cc674
370+
!! source digest: sha256:a91c225a06ba8d7292d92a9cf99286ed5e4128715d60e02589acaf1e09361aa0
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<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&amp;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>
380376
<p>Since Odoo V13, a limited “mass Editing feature” is available in Odoo
381377
CE.</p>
382378
<p>This module provides the following extra features that are not in the
@@ -407,10 +403,14 @@ <h1 class="title">Mass Editing</h1>
407403
<div class="section" id="configuration">
408404
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
409405
<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>
414414
</ul>
415415
<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>
416416
<ul class="simple">
@@ -419,9 +419,11 @@ <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
419419
</ul>
420420
<p><strong>Options</strong></p>
421421
<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>
422426
<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>
425427
</ul>
426428
</div>
427429
<div class="section" id="usage">

0 commit comments

Comments
 (0)