Skip to content

Commit bf7173c

Browse files
[MIG] attribute_set_mass_edit: Migration to 16.0
1 parent cbf295f commit bf7173c

9 files changed

Lines changed: 135 additions & 79 deletions

File tree

attribute_set_mass_edit/README.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Attribute Set Mass Edit
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:0ee0b39c92ca426a106aecd71458e0da4eaf9534a03b60fcdf00989edb07c20d
10+
!! source digest: sha256:1a6a409e80c699985fb475121d0001613aa33ca9f38c6cce05cc1cf46f544242
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -17,13 +17,13 @@ Attribute Set Mass Edit
1717
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1818
:alt: License: AGPL-3
1919
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fodoo--pim-lightgray.png?logo=github
20-
:target: https://github.com/OCA/odoo-pim/tree/14.0/attribute_set_mass_edit
20+
:target: https://github.com/OCA/odoo-pim/tree/16.0/attribute_set_mass_edit
2121
:alt: OCA/odoo-pim
2222
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23-
:target: https://translation.odoo-community.org/projects/odoo-pim-14-0/odoo-pim-14-0-attribute_set_mass_edit
23+
:target: https://translation.odoo-community.org/projects/odoo-pim-16-0/odoo-pim-16-0-attribute_set_mass_edit
2424
:alt: Translate me on Weblate
2525
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26-
:target: https://runboat.odoo-community.org/builds?repo=OCA/odoo-pim&target_branch=14.0
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/odoo-pim&target_branch=16.0
2727
:alt: Try me on Runboat
2828

2929
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -47,7 +47,7 @@ Bug Tracker
4747
Bugs are tracked on `GitHub Issues <https://github.com/OCA/odoo-pim/issues>`_.
4848
In case of trouble, please check there if your issue has already been reported.
4949
If you spotted it first, help us to smash it by providing a detailed and welcomed
50-
`feedback <https://github.com/OCA/odoo-pim/issues/new?body=module:%20attribute_set_mass_edit%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
50+
`feedback <https://github.com/OCA/odoo-pim/issues/new?body=module:%20attribute_set_mass_edit%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
5151

5252
Do not contact contributors directly about support or help with technical issues.
5353

@@ -63,6 +63,10 @@ Contributors
6363
~~~~~~~~~~~~
6464

6565
* Cédric PIGEON <[email protected]>
66+
* Dhara Solanki <[email protected]>
67+
* `Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>`_
68+
69+
* Bhavesh Heliconia
6670

6771
Maintainers
6872
~~~~~~~~~~~
@@ -77,6 +81,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
7781
mission is to support the collaborative development of Odoo features and
7882
promote its widespread use.
7983

80-
This module is part of the `OCA/odoo-pim <https://github.com/OCA/odoo-pim/tree/14.0/attribute_set_mass_edit>`_ project on GitHub.
84+
This module is part of the `OCA/odoo-pim <https://github.com/OCA/odoo-pim/tree/16.0/attribute_set_mass_edit>`_ project on GitHub.
8185

8286
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

attribute_set_mass_edit/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
{
55
"name": "Attribute Set Mass Edit",
6-
"version": "14.0.1.1.0",
6+
"version": "16.0.1.0.0",
77
"license": "AGPL-3",
88
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
99
"website": "https://github.com/OCA/odoo-pim",
10-
"depends": ["attribute_set", "mass_editing", "onchange_helper"],
10+
"depends": ["attribute_set", "server_action_mass_edit", "onchange_helper"],
1111
"data": ["views/attribute_attribute.xml"],
1212
"demo": [],
1313
"installable": True,

attribute_set_mass_edit/i18n/attribute_set_mass_edit.pot

Lines changed: 5 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
msgid ""
66
msgstr ""
7-
"Project-Id-Version: Odoo Server 14.0\n"
7+
"Project-Id-Version: Odoo Server 16.0\n"
88
"Report-Msgid-Bugs-To: \n"
99
"Last-Translator: \n"
1010
"Language-Team: \n"
@@ -13,14 +13,8 @@ msgstr ""
1313
"Content-Transfer-Encoding: \n"
1414
"Plural-Forms: \n"
1515

16-
#. module: attribute_set_mass_edit
17-
#: model:ir.model.fields,field_description:attribute_set_mass_edit.field_attribute_attribute__allow_mass_editing
18-
msgid "Allow Mass Editing"
19-
msgstr ""
20-
2116
#. module: attribute_set_mass_edit
2217
#: model:ir.model,name:attribute_set_mass_edit.model_attribute_attribute
23-
#: model:ir.model.fields,field_description:attribute_set_mass_edit.field_mass_editing_line__attribute_id
2418
msgid "Attribute"
2519
msgstr ""
2620

@@ -30,58 +24,13 @@ msgid "Attribute Group"
3024
msgstr ""
3125

3226
#. module: attribute_set_mass_edit
33-
#: model:ir.model.fields,field_description:attribute_set_mass_edit.field_attribute_attribute__display_name
34-
#: model:ir.model.fields,field_description:attribute_set_mass_edit.field_attribute_group__display_name
35-
#: model:ir.model.fields,field_description:attribute_set_mass_edit.field_ir_actions_server__display_name
36-
#: model:ir.model.fields,field_description:attribute_set_mass_edit.field_mass_editing_line__display_name
37-
#: model:ir.model.fields,field_description:attribute_set_mass_edit.field_mass_editing_wizard__display_name
38-
msgid "Display Name"
39-
msgstr ""
40-
41-
#. module: attribute_set_mass_edit
42-
#: code:addons/attribute_set_mass_edit/models/attribute_group.py:0
43-
#, python-format
44-
msgid "Edit %s fields"
45-
msgstr ""
46-
47-
#. module: attribute_set_mass_edit
48-
#: model:ir.model.fields,field_description:attribute_set_mass_edit.field_attribute_attribute__id
49-
#: model:ir.model.fields,field_description:attribute_set_mass_edit.field_attribute_group__id
50-
#: model:ir.model.fields,field_description:attribute_set_mass_edit.field_ir_actions_server__id
51-
#: model:ir.model.fields,field_description:attribute_set_mass_edit.field_mass_editing_line__id
52-
#: model:ir.model.fields,field_description:attribute_set_mass_edit.field_mass_editing_wizard__id
53-
msgid "ID"
54-
msgstr ""
55-
56-
#. module: attribute_set_mass_edit
57-
#: model:ir.model.fields,field_description:attribute_set_mass_edit.field_attribute_attribute____last_update
58-
#: model:ir.model.fields,field_description:attribute_set_mass_edit.field_attribute_group____last_update
59-
#: model:ir.model.fields,field_description:attribute_set_mass_edit.field_ir_actions_server____last_update
60-
#: model:ir.model.fields,field_description:attribute_set_mass_edit.field_mass_editing_line____last_update
61-
#: model:ir.model.fields,field_description:attribute_set_mass_edit.field_mass_editing_wizard____last_update
62-
msgid "Last Modified on"
63-
msgstr ""
64-
65-
#. module: attribute_set_mass_edit
66-
#: model:ir.model.fields,field_description:attribute_set_mass_edit.field_attribute_group__mass_edit_action_ids
67-
msgid "Mass Edit Action"
68-
msgstr ""
69-
70-
#. module: attribute_set_mass_edit
71-
#: model:ir.model.fields,field_description:attribute_set_mass_edit.field_ir_actions_server__mass_edit_attribute_group_id
72-
#: model:ir.model.fields,field_description:attribute_set_mass_edit.field_ir_cron__mass_edit_attribute_group_id
73-
msgid "Mass Edit Attribute Group"
74-
msgstr ""
75-
76-
#. module: attribute_set_mass_edit
77-
#: model:ir.model,name:attribute_set_mass_edit.model_mass_editing_line
78-
#: model:ir.model.fields,field_description:attribute_set_mass_edit.field_attribute_attribute__mass_editing_line_ids
79-
msgid "Mass Editing Line"
27+
#: model:ir.model,name:attribute_set_mass_edit.model_ir_actions_server
28+
msgid "Server Action"
8029
msgstr ""
8130

8231
#. module: attribute_set_mass_edit
83-
#: model:ir.model,name:attribute_set_mass_edit.model_ir_actions_server
84-
msgid "Server Action"
32+
#: model:ir.model,name:attribute_set_mass_edit.model_ir_actions_server_mass_edit_line
33+
msgid "Server Actions Mass Edit Lines"
8534
msgstr ""
8635

8736
#. module: attribute_set_mass_edit

attribute_set_mass_edit/i18n/de.po

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
msgid ""
2+
msgstr ""
3+
"Project-Id-Version: ametras-xsolutions\n"
4+
"Report-Msgid-Bugs-To: \n"
5+
"Last-Translator: \n"
6+
"Language-Team: German\n"
7+
"MIME-Version: 1.0\n"
8+
"Content-Type: text/plain; charset=UTF-8\n"
9+
"Content-Transfer-Encoding: \n"
10+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
11+
"X-Crowdin-Project: ametras-xsolutions\n"
12+
"X-Crowdin-Project-ID: 530964\n"
13+
"X-Crowdin-Language: de\n"
14+
"X-Crowdin-File: /[AmetrasIntelligence.oca-migrated] 16.0/attribute_set_mass_edit/i18n/attribute_set_mass_edit.pot\n"
15+
"X-Crowdin-File-ID: 21360\n"
16+
"Language: de_DE\n"
17+
"PO-Revision-Date: 2024-09-25 12:08\n"
18+
19+
#. module: attribute_set_mass_edit
20+
#: model:ir.model,name:attribute_set_mass_edit.model_attribute_attribute
21+
msgid "Attribute"
22+
msgstr ""
23+
24+
#. module: attribute_set_mass_edit
25+
#: model:ir.model,name:attribute_set_mass_edit.model_attribute_group
26+
msgid "Attribute Group"
27+
msgstr ""
28+
29+
#. module: attribute_set_mass_edit
30+
#: model:ir.model,name:attribute_set_mass_edit.model_ir_actions_server
31+
msgid "Server Action"
32+
msgstr ""
33+
34+
#. module: attribute_set_mass_edit
35+
#: model:ir.model,name:attribute_set_mass_edit.model_ir_actions_server_mass_edit_line
36+
msgid "Server Actions Mass Edit Lines"
37+
msgstr ""
38+
39+
#. module: attribute_set_mass_edit
40+
#: model:ir.model,name:attribute_set_mass_edit.model_mass_editing_wizard
41+
msgid "Wizard for mass edition"
42+
msgstr ""
43+

attribute_set_mass_edit/i18n/fr.po

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
msgid ""
2+
msgstr ""
3+
"Project-Id-Version: ametras-xsolutions\n"
4+
"Report-Msgid-Bugs-To: \n"
5+
"Last-Translator: \n"
6+
"Language-Team: French\n"
7+
"MIME-Version: 1.0\n"
8+
"Content-Type: text/plain; charset=UTF-8\n"
9+
"Content-Transfer-Encoding: \n"
10+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
11+
"X-Crowdin-Project: ametras-xsolutions\n"
12+
"X-Crowdin-Project-ID: 530964\n"
13+
"X-Crowdin-Language: fr\n"
14+
"X-Crowdin-File: /[AmetrasIntelligence.oca-migrated] 16.0/attribute_set_mass_edit/i18n/attribute_set_mass_edit.pot\n"
15+
"X-Crowdin-File-ID: 21360\n"
16+
"Language: fr_FR\n"
17+
"PO-Revision-Date: 2024-09-25 12:08\n"
18+
19+
#. module: attribute_set_mass_edit
20+
#: model:ir.model,name:attribute_set_mass_edit.model_attribute_attribute
21+
msgid "Attribute"
22+
msgstr ""
23+
24+
#. module: attribute_set_mass_edit
25+
#: model:ir.model,name:attribute_set_mass_edit.model_attribute_group
26+
msgid "Attribute Group"
27+
msgstr ""
28+
29+
#. module: attribute_set_mass_edit
30+
#: model:ir.model,name:attribute_set_mass_edit.model_ir_actions_server
31+
msgid "Server Action"
32+
msgstr ""
33+
34+
#. module: attribute_set_mass_edit
35+
#: model:ir.model,name:attribute_set_mass_edit.model_ir_actions_server_mass_edit_line
36+
msgid "Server Actions Mass Edit Lines"
37+
msgstr ""
38+
39+
#. module: attribute_set_mass_edit
40+
#: model:ir.model,name:attribute_set_mass_edit.model_mass_editing_wizard
41+
msgid "Wizard for mass edition"
42+
msgstr ""
43+

attribute_set_mass_edit/models/attribute_attribute.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class AttributeAttribute(models.Model):
99

1010
allow_mass_editing = fields.Boolean()
1111
mass_editing_line_ids = fields.One2many(
12-
comodel_name="mass.editing.line", inverse_name="attribute_id"
12+
comodel_name="ir.actions.server.mass.edit.line", inverse_name="attribute_id"
1313
)
1414

1515
def _get_mass_editing_ids(self):
@@ -96,7 +96,8 @@ def unlink(self):
9696

9797
@api.model_create_multi
9898
@api.returns("self", lambda value: value.id)
99-
def create(self, vals):
100-
attributes = super(AttributeAttribute, self).create(vals)
101-
attributes._manage_mass_editings()
99+
def create(self, vals_list):
100+
attributes = super(AttributeAttribute, self).create(vals_list)
101+
for rec in attributes:
102+
rec._manage_mass_editings()
102103
return attributes

attribute_set_mass_edit/models/mass_editing_line.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
class MassEditingLine(models.Model):
9-
_inherit = "mass.editing.line"
9+
_inherit = "ir.actions.server.mass.edit.line"
1010

1111
attribute_id = fields.Many2one(
1212
"attribute.attribute",
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
* Cédric PIGEON <[email protected]>
2+
* Dhara Solanki <[email protected]>
3+
* `Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>`_
4+
5+
* Bhavesh Heliconia

attribute_set_mass_edit/static/description/index.html

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
43
<head>
@@ -9,10 +8,11 @@
98

109
/*
1110
:Author: David Goodger ([email protected])
12-
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
1312
:Copyright: This stylesheet has been placed in the public domain.
1413
1514
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1616
1717
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1818
customize this style sheet.
@@ -275,7 +275,7 @@
275275
margin-left: 2em ;
276276
margin-right: 2em }
277277

278-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
279279
pre.code, code { background-color: #eeeeee }
280280
pre.code .comment, code .comment { color: #5C6576 }
281281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@
301301
span.pre {
302302
white-space: pre }
303303

304-
span.problematic {
304+
span.problematic, pre.problematic {
305305
color: red }
306306

307307
span.section-subtitle {
@@ -367,9 +367,9 @@ <h1 class="title">Attribute Set Mass Edit</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:0ee0b39c92ca426a106aecd71458e0da4eaf9534a03b60fcdf00989edb07c20d
370+
!! source digest: sha256:1a6a409e80c699985fb475121d0001613aa33ca9f38c6cce05cc1cf46f544242
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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/odoo-pim/tree/14.0/attribute_set_mass_edit"><img alt="OCA/odoo-pim" src="https://img.shields.io/badge/github-OCA%2Fodoo--pim-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/odoo-pim-14-0/odoo-pim-14-0-attribute_set_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/odoo-pim&amp;target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
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/odoo-pim/tree/16.0/attribute_set_mass_edit"><img alt="OCA/odoo-pim" src="https://img.shields.io/badge/github-OCA%2Fodoo--pim-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/odoo-pim-16-0/odoo-pim-16-0-attribute_set_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/odoo-pim&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module allows the user to authorize mass editing on an attribute.</p>
374374
<p><strong>Table of contents</strong></p>
375375
<div class="contents local topic" id="contents">
@@ -394,7 +394,7 @@ <h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
394394
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/odoo-pim/issues">GitHub Issues</a>.
395395
In case of trouble, please check there if your issue has already been reported.
396396
If you spotted it first, help us to smash it by providing a detailed and welcomed
397-
<a class="reference external" href="https://github.com/OCA/odoo-pim/issues/new?body=module:%20attribute_set_mass_edit%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
397+
<a class="reference external" href="https://github.com/OCA/odoo-pim/issues/new?body=module:%20attribute_set_mass_edit%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
398398
<p>Do not contact contributors directly about support or help with technical issues.</p>
399399
</div>
400400
<div class="section" id="credits">
@@ -407,18 +407,30 @@ <h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
407407
</div>
408408
<div class="section" id="contributors">
409409
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
410+
<ul>
411+
<li><p class="first">Cédric PIGEON &lt;<a class="reference external" href="mailto:cedric.pigeon&#64;acsone.eu">cedric.pigeon&#64;acsone.eu</a>&gt;</p>
412+
</li>
413+
<li><p class="first">Dhara Solanki &lt;<a class="reference external" href="mailto:dhara.solanki&#64;initos.com">dhara.solanki&#64;initos.com</a>&gt;</p>
414+
</li>
415+
<li><p class="first"><a class="reference external" href="https://www.heliconia.io">Heliconia Solutions Pvt. Ltd.</a></p>
416+
<blockquote>
410417
<ul class="simple">
411-
<li>Cédric PIGEON &lt;<a class="reference external" href="mailto:cedric.pigeon&#64;acsone.eu">cedric.pigeon&#64;acsone.eu</a>&gt;</li>
418+
<li>Bhavesh Heliconia</li>
419+
</ul>
420+
</blockquote>
421+
</li>
412422
</ul>
413423
</div>
414424
<div class="section" id="maintainers">
415425
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
416426
<p>This module is maintained by the OCA.</p>
417-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
427+
<a class="reference external image-reference" href="https://odoo-community.org">
428+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
429+
</a>
418430
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
419431
mission is to support the collaborative development of Odoo features and
420432
promote its widespread use.</p>
421-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/odoo-pim/tree/14.0/attribute_set_mass_edit">OCA/odoo-pim</a> project on GitHub.</p>
433+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/odoo-pim/tree/16.0/attribute_set_mass_edit">OCA/odoo-pim</a> project on GitHub.</p>
422434
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
423435
</div>
424436
</div>

0 commit comments

Comments
 (0)