odoo-addon-web-m2x-options-manager 17.0.1.0.0.2__py3-none-any.whl → 18.0.1.0.0.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- odoo/addons/web_m2x_options_manager/README.rst +6 -6
- odoo/addons/web_m2x_options_manager/__manifest__.py +1 -1
- odoo/addons/web_m2x_options_manager/demo/res_partner_demo_view.xml +0 -2
- odoo/addons/web_m2x_options_manager/i18n/web_m2x_options_manager.pot +1 -2
- odoo/addons/web_m2x_options_manager/models/m2x_create_edit_option.py +2 -2
- odoo/addons/web_m2x_options_manager/static/description/index.html +4 -4
- odoo/addons/web_m2x_options_manager/tests/common.py +7 -0
- odoo/addons/web_m2x_options_manager/views/ir_model.xml +12 -8
- odoo/addons/web_m2x_options_manager/views/m2x_create_edit_option.xml +17 -18
- {odoo_addon_web_m2x_options_manager-17.0.1.0.0.2.dist-info → odoo_addon_web_m2x_options_manager-18.0.1.0.0.2.dist-info}/METADATA +11 -11
- {odoo_addon_web_m2x_options_manager-17.0.1.0.0.2.dist-info → odoo_addon_web_m2x_options_manager-18.0.1.0.0.2.dist-info}/RECORD +13 -13
- {odoo_addon_web_m2x_options_manager-17.0.1.0.0.2.dist-info → odoo_addon_web_m2x_options_manager-18.0.1.0.0.2.dist-info}/WHEEL +0 -0
- {odoo_addon_web_m2x_options_manager-17.0.1.0.0.2.dist-info → odoo_addon_web_m2x_options_manager-18.0.1.0.0.2.dist-info}/top_level.txt +0 -0
|
@@ -11,7 +11,7 @@ Web M2X Options Manager
|
|
|
11
11
|
!! This file is generated by oca-gen-addon-readme !!
|
|
12
12
|
!! changes will be overwritten. !!
|
|
13
13
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
14
|
-
!! source digest: sha256:
|
|
14
|
+
!! source digest: sha256:eef4fc342b7a72c18d973d245be784f04f46ae4eea4de8db676b961608a80a38
|
|
15
15
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
16
16
|
|
|
17
17
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -21,13 +21,13 @@ Web M2X Options Manager
|
|
|
21
21
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
22
22
|
:alt: License: AGPL-3
|
|
23
23
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github
|
|
24
|
-
:target: https://github.com/OCA/web/tree/
|
|
24
|
+
:target: https://github.com/OCA/web/tree/18.0/web_m2x_options_manager
|
|
25
25
|
:alt: OCA/web
|
|
26
26
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
27
|
-
:target: https://translation.odoo-community.org/projects/web-
|
|
27
|
+
:target: https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_m2x_options_manager
|
|
28
28
|
:alt: Translate me on Weblate
|
|
29
29
|
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
|
30
|
-
:target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=
|
|
30
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=18.0
|
|
31
31
|
:alt: Try me on Runboat
|
|
32
32
|
|
|
33
33
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
@@ -65,7 +65,7 @@ Bug Tracker
|
|
|
65
65
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
|
|
66
66
|
In case of trouble, please check there if your issue has already been reported.
|
|
67
67
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
68
|
-
`feedback <https://github.com/OCA/web/issues/new?body=module:%20web_m2x_options_manager%0Aversion:%
|
|
68
|
+
`feedback <https://github.com/OCA/web/issues/new?body=module:%20web_m2x_options_manager%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
69
69
|
|
|
70
70
|
Do not contact contributors directly about support or help with technical issues.
|
|
71
71
|
|
|
@@ -97,6 +97,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
|
97
97
|
mission is to support the collaborative development of Odoo features and
|
|
98
98
|
promote its widespread use.
|
|
99
99
|
|
|
100
|
-
This module is part of the `OCA/web <https://github.com/OCA/web/tree/
|
|
100
|
+
This module is part of the `OCA/web <https://github.com/OCA/web/tree/18.0/web_m2x_options_manager>`_ project on GitHub.
|
|
101
101
|
|
|
102
102
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"summary": 'Adds an interface to manage the "Create" and'
|
|
7
7
|
' "Create and Edit" options for specific models and'
|
|
8
8
|
" fields.",
|
|
9
|
-
"version": "
|
|
9
|
+
"version": "18.0.1.0.0",
|
|
10
10
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
|
11
11
|
"license": "AGPL-3",
|
|
12
12
|
"category": "Web",
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
2
2
|
<odoo>
|
|
3
|
-
|
|
4
3
|
<record id="res_partner_demo_form_view" model="ir.ui.view">
|
|
5
4
|
<field name="name">res.partner.demo.form.view</field>
|
|
6
5
|
<field name="model">res.partner</field>
|
|
@@ -26,5 +25,4 @@
|
|
|
26
25
|
</form>
|
|
27
26
|
</field>
|
|
28
27
|
</record>
|
|
29
|
-
|
|
30
28
|
</odoo>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
#
|
|
5
5
|
msgid ""
|
|
6
6
|
msgstr ""
|
|
7
|
-
"Project-Id-Version: Odoo Server
|
|
7
|
+
"Project-Id-Version: Odoo Server 18.0\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
|
9
9
|
"Last-Translator: \n"
|
|
10
10
|
"Language-Team: \n"
|
|
@@ -110,7 +110,6 @@ msgstr ""
|
|
|
110
110
|
#. module: web_m2x_options_manager
|
|
111
111
|
#. odoo-python
|
|
112
112
|
#: code:addons/web_m2x_options_manager/models/m2x_create_edit_option.py:0
|
|
113
|
-
#, python-format
|
|
114
113
|
msgid "Field %(field)s cannot have M2X options"
|
|
115
114
|
msgstr ""
|
|
116
115
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Copyright 2021 Camptocamp SA
|
|
2
2
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
3
3
|
|
|
4
|
-
from odoo import
|
|
4
|
+
from odoo import api, fields, models
|
|
5
5
|
from odoo.exceptions import ValidationError
|
|
6
6
|
from odoo.tools.cache import ormcache
|
|
7
7
|
from odoo.tools.safe_eval import safe_eval
|
|
@@ -143,7 +143,7 @@ class M2xCreateEditOption(models.Model):
|
|
|
143
143
|
for opt in self:
|
|
144
144
|
if opt.field_id and not opt.field_id.can_have_options:
|
|
145
145
|
raise ValidationError(
|
|
146
|
-
_(
|
|
146
|
+
self.env._(
|
|
147
147
|
"Field %(field)s cannot have M2X options",
|
|
148
148
|
field=opt.field_id.display_name,
|
|
149
149
|
)
|
|
@@ -372,9 +372,9 @@ ul.auto-toc {
|
|
|
372
372
|
!! This file is generated by oca-gen-addon-readme !!
|
|
373
373
|
!! changes will be overwritten. !!
|
|
374
374
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
375
|
-
!! source digest: sha256:
|
|
375
|
+
!! source digest: sha256:eef4fc342b7a72c18d973d245be784f04f46ae4eea4de8db676b961608a80a38
|
|
376
376
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
377
|
-
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/
|
|
377
|
+
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/18.0/web_m2x_options_manager"><img alt="OCA/web" src="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_m2x_options_manager"><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/web&target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
378
378
|
<p>Allows managing the “Create…” and “Create and Edit…” options for
|
|
379
379
|
<tt class="docutils literal">Many2one</tt> and <tt class="docutils literal">Many2many</tt> fields directly from the <tt class="docutils literal">ir.model</tt>
|
|
380
380
|
form view.</p>
|
|
@@ -413,7 +413,7 @@ model is the comodel</li>
|
|
|
413
413
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/web/issues">GitHub Issues</a>.
|
|
414
414
|
In case of trouble, please check there if your issue has already been reported.
|
|
415
415
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
416
|
-
<a class="reference external" href="https://github.com/OCA/web/issues/new?body=module:%20web_m2x_options_manager%0Aversion:%
|
|
416
|
+
<a class="reference external" href="https://github.com/OCA/web/issues/new?body=module:%20web_m2x_options_manager%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
|
417
417
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
|
418
418
|
</div>
|
|
419
419
|
<div class="section" id="credits">
|
|
@@ -442,7 +442,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
442
442
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
443
443
|
mission is to support the collaborative development of Odoo features and
|
|
444
444
|
promote its widespread use.</p>
|
|
445
|
-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/web/tree/
|
|
445
|
+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/web/tree/18.0/web_m2x_options_manager">OCA/web</a> project on GitHub.</p>
|
|
446
446
|
<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>
|
|
447
447
|
</div>
|
|
448
448
|
</div>
|
|
@@ -6,8 +6,15 @@ from lxml import etree
|
|
|
6
6
|
from odoo.tests.common import TransactionCase
|
|
7
7
|
from odoo.tools.safe_eval import safe_eval
|
|
8
8
|
|
|
9
|
+
from odoo.addons.base.tests.common import BaseCommon
|
|
10
|
+
|
|
9
11
|
|
|
10
12
|
class Common(TransactionCase):
|
|
13
|
+
@classmethod
|
|
14
|
+
def setUpClass(cls):
|
|
15
|
+
super().setUpClass()
|
|
16
|
+
cls.env = cls.env["base"].with_context(**BaseCommon.default_env_context()).env
|
|
17
|
+
|
|
11
18
|
@classmethod
|
|
12
19
|
def _create_opt(cls, model_name, field_name, vals=None):
|
|
13
20
|
field = cls._get_field(model_name, field_name)
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
2
2
|
<odoo>
|
|
3
|
-
|
|
4
3
|
<record id="view_model_form_inherit" model="ir.ui.view">
|
|
5
4
|
<field name="name">view.model.form.inherit</field>
|
|
6
5
|
<field name="model">ir.model</field>
|
|
@@ -8,9 +7,11 @@
|
|
|
8
7
|
<field name="arch" type="xml">
|
|
9
8
|
<xpath expr="//notebook/page[@name='fields']" position="after">
|
|
10
9
|
<page string="Create/Edit Options" name="create_edit_options">
|
|
11
|
-
|
|
10
|
+
<!-- prettier-ignore-start -->
|
|
11
|
+
<!-- ``prettier`` will mess up the formatting of the buttons and divs... -->
|
|
12
12
|
<div class="alert alert-info" role="alert">
|
|
13
|
-
Here are displayed options for this model's fields
|
|
13
|
+
Here are displayed options for this model's fields
|
|
14
|
+
<hr />
|
|
14
15
|
<div>
|
|
15
16
|
<button
|
|
16
17
|
name="button_fill_m2x_options"
|
|
@@ -24,14 +25,17 @@
|
|
|
24
25
|
/>
|
|
25
26
|
</div>
|
|
26
27
|
</div>
|
|
28
|
+
<!-- prettier-ignore-end -->
|
|
27
29
|
<field
|
|
28
30
|
name="m2x_option_ids"
|
|
29
|
-
context="{'
|
|
31
|
+
context="{'list_view_ref': 'web_m2x_options_manager.m2x_create_edit_option_list_o2m_filter_by_model'}"
|
|
30
32
|
nolabel="1"
|
|
31
33
|
/>
|
|
34
|
+
<!-- prettier-ignore-start -->
|
|
35
|
+
<!-- ``prettier`` will mess up the formatting of the buttons and divs... -->
|
|
32
36
|
<div class="alert alert-info" role="alert">
|
|
33
|
-
Here are displayed options for other models' fields related to this model
|
|
34
|
-
/>
|
|
37
|
+
Here are displayed options for other models' fields related to this model
|
|
38
|
+
<hr />
|
|
35
39
|
<div>
|
|
36
40
|
<button
|
|
37
41
|
name="button_fill_m2x_comodels_options"
|
|
@@ -45,14 +49,14 @@
|
|
|
45
49
|
/>
|
|
46
50
|
</div>
|
|
47
51
|
</div>
|
|
52
|
+
<!-- prettier-ignore-end -->
|
|
48
53
|
<field
|
|
49
54
|
name="m2x_comodels_option_ids"
|
|
50
|
-
context="{'
|
|
55
|
+
context="{'list_view_ref': 'web_m2x_options_manager.m2x_create_edit_option_list_o2m_filter_by_comodel'}"
|
|
51
56
|
nolabel="1"
|
|
52
57
|
/>
|
|
53
58
|
</page>
|
|
54
59
|
</xpath>
|
|
55
60
|
</field>
|
|
56
61
|
</record>
|
|
57
|
-
|
|
58
62
|
</odoo>
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
2
|
<odoo>
|
|
3
|
-
|
|
4
3
|
<record id="m2x_create_edit_option_search" model="ir.ui.view">
|
|
5
4
|
<field name="name">m2x.create.edit.option search view</field>
|
|
6
5
|
<field name="model">m2x.create.edit.option</field>
|
|
@@ -65,11 +64,11 @@
|
|
|
65
64
|
</field>
|
|
66
65
|
</record>
|
|
67
66
|
|
|
68
|
-
<record id="
|
|
69
|
-
<field name="name">m2x.create.edit.option
|
|
67
|
+
<record id="m2x_create_edit_option_list_base" model="ir.ui.view">
|
|
68
|
+
<field name="name">m2x.create.edit.option list view - base</field>
|
|
70
69
|
<field name="model">m2x.create.edit.option</field>
|
|
71
70
|
<field name="arch" type="xml">
|
|
72
|
-
<
|
|
71
|
+
<list default_order="model_name asc, field_name asc">
|
|
73
72
|
<field name="model_id" optional="show" />
|
|
74
73
|
<field name="model_name" optional="hide" />
|
|
75
74
|
<field name="field_id" optional="show" />
|
|
@@ -78,22 +77,22 @@
|
|
|
78
77
|
<field name="comodel_name" optional="hide" />
|
|
79
78
|
<field name="option_create" />
|
|
80
79
|
<field name="option_create_edit" />
|
|
81
|
-
</
|
|
80
|
+
</list>
|
|
82
81
|
</field>
|
|
83
82
|
</record>
|
|
84
83
|
|
|
85
|
-
<record id="
|
|
86
|
-
<field name="name">m2x.create.edit.option
|
|
84
|
+
<record id="m2x_create_edit_option_list_editable" model="ir.ui.view">
|
|
85
|
+
<field name="name">m2x.create.edit.option list view - editable</field>
|
|
87
86
|
<field name="model">m2x.create.edit.option</field>
|
|
88
87
|
<field name="mode">primary</field>
|
|
89
88
|
<field
|
|
90
89
|
name="inherit_id"
|
|
91
|
-
ref="web_m2x_options_manager.
|
|
90
|
+
ref="web_m2x_options_manager.m2x_create_edit_option_list_base"
|
|
92
91
|
/>
|
|
93
92
|
<field name="arch" type="xml">
|
|
94
|
-
<
|
|
93
|
+
<list position="attributes">
|
|
95
94
|
<attribute name="editable">bottom</attribute>
|
|
96
|
-
</
|
|
95
|
+
</list>
|
|
97
96
|
<field name="field_id" position="attributes">
|
|
98
97
|
<attribute
|
|
99
98
|
name="context"
|
|
@@ -105,13 +104,13 @@
|
|
|
105
104
|
</field>
|
|
106
105
|
</record>
|
|
107
106
|
|
|
108
|
-
<record id="
|
|
109
|
-
<field name="name">m2x.create.edit.option
|
|
107
|
+
<record id="m2x_create_edit_option_list_o2m_filter_by_model" model="ir.ui.view">
|
|
108
|
+
<field name="name">m2x.create.edit.option list view - filter by model</field>
|
|
110
109
|
<field name="model">m2x.create.edit.option</field>
|
|
111
110
|
<field name="mode">primary</field>
|
|
112
111
|
<field
|
|
113
112
|
name="inherit_id"
|
|
114
|
-
ref="web_m2x_options_manager.
|
|
113
|
+
ref="web_m2x_options_manager.m2x_create_edit_option_list_editable"
|
|
115
114
|
/>
|
|
116
115
|
<field name="arch" type="xml">
|
|
117
116
|
<field name="field_id" position="attributes">
|
|
@@ -122,13 +121,13 @@
|
|
|
122
121
|
</field>
|
|
123
122
|
</record>
|
|
124
123
|
|
|
125
|
-
<record id="
|
|
126
|
-
<field name="name">m2x.create.edit.option
|
|
124
|
+
<record id="m2x_create_edit_option_list_o2m_filter_by_comodel" model="ir.ui.view">
|
|
125
|
+
<field name="name">m2x.create.edit.option list view - filter by comodel</field>
|
|
127
126
|
<field name="model">m2x.create.edit.option</field>
|
|
128
127
|
<field name="mode">primary</field>
|
|
129
128
|
<field
|
|
130
129
|
name="inherit_id"
|
|
131
|
-
ref="web_m2x_options_manager.
|
|
130
|
+
ref="web_m2x_options_manager.m2x_create_edit_option_list_editable"
|
|
132
131
|
/>
|
|
133
132
|
<field name="arch" type="xml">
|
|
134
133
|
<field name="field_id" position="attributes">
|
|
@@ -142,7 +141,8 @@
|
|
|
142
141
|
<record id="m2x_create_edit_option_action" model="ir.actions.act_window">
|
|
143
142
|
<field name="name">Fields' Create & Edit Options</field>
|
|
144
143
|
<field name="res_model">m2x.create.edit.option</field>
|
|
145
|
-
<field name="view_mode">
|
|
144
|
+
<field name="view_mode">list,form</field>
|
|
145
|
+
<field name="path">m2x-create-edit-option</field>
|
|
146
146
|
</record>
|
|
147
147
|
|
|
148
148
|
<record id="m2x_create_edit_option_menu" model="ir.ui.menu">
|
|
@@ -153,5 +153,4 @@
|
|
|
153
153
|
ref="web_m2x_options_manager.m2x_create_edit_option_action"
|
|
154
154
|
/>
|
|
155
155
|
</record>
|
|
156
|
-
|
|
157
156
|
</odoo>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: odoo-addon-web_m2x_options_manager
|
|
3
|
-
Version:
|
|
3
|
+
Version: 18.0.1.0.0.2
|
|
4
4
|
Requires-Python: >=3.10
|
|
5
|
-
Requires-Dist: odoo-addon-base_view_inheritance_extension
|
|
6
|
-
Requires-Dist: odoo-addon-web_m2x_options
|
|
7
|
-
Requires-Dist: odoo
|
|
5
|
+
Requires-Dist: odoo-addon-base_view_inheritance_extension==18.0.*
|
|
6
|
+
Requires-Dist: odoo-addon-web_m2x_options==18.0.*
|
|
7
|
+
Requires-Dist: odoo==18.0.*
|
|
8
8
|
Summary: Adds an interface to manage the "Create" and "Create and Edit" options for specific models and fields.
|
|
9
9
|
Home-page: https://github.com/OCA/web
|
|
10
10
|
License: AGPL-3
|
|
@@ -12,7 +12,7 @@ Author: Camptocamp, Odoo Community Association (OCA)
|
|
|
12
12
|
Author-email: support@odoo-community.org
|
|
13
13
|
Classifier: Programming Language :: Python
|
|
14
14
|
Classifier: Framework :: Odoo
|
|
15
|
-
Classifier: Framework :: Odoo ::
|
|
15
|
+
Classifier: Framework :: Odoo :: 18.0
|
|
16
16
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
17
17
|
Description-Content-Type: text/x-rst
|
|
18
18
|
|
|
@@ -29,7 +29,7 @@ Web M2X Options Manager
|
|
|
29
29
|
!! This file is generated by oca-gen-addon-readme !!
|
|
30
30
|
!! changes will be overwritten. !!
|
|
31
31
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
32
|
-
!! source digest: sha256:
|
|
32
|
+
!! source digest: sha256:eef4fc342b7a72c18d973d245be784f04f46ae4eea4de8db676b961608a80a38
|
|
33
33
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
34
34
|
|
|
35
35
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -39,13 +39,13 @@ Web M2X Options Manager
|
|
|
39
39
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
40
40
|
:alt: License: AGPL-3
|
|
41
41
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github
|
|
42
|
-
:target: https://github.com/OCA/web/tree/
|
|
42
|
+
:target: https://github.com/OCA/web/tree/18.0/web_m2x_options_manager
|
|
43
43
|
:alt: OCA/web
|
|
44
44
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
45
|
-
:target: https://translation.odoo-community.org/projects/web-
|
|
45
|
+
:target: https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_m2x_options_manager
|
|
46
46
|
:alt: Translate me on Weblate
|
|
47
47
|
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
|
48
|
-
:target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=
|
|
48
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=18.0
|
|
49
49
|
:alt: Try me on Runboat
|
|
50
50
|
|
|
51
51
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
@@ -83,7 +83,7 @@ Bug Tracker
|
|
|
83
83
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
|
|
84
84
|
In case of trouble, please check there if your issue has already been reported.
|
|
85
85
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
86
|
-
`feedback <https://github.com/OCA/web/issues/new?body=module:%20web_m2x_options_manager%0Aversion:%
|
|
86
|
+
`feedback <https://github.com/OCA/web/issues/new?body=module:%20web_m2x_options_manager%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
87
87
|
|
|
88
88
|
Do not contact contributors directly about support or help with technical issues.
|
|
89
89
|
|
|
@@ -115,6 +115,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
|
115
115
|
mission is to support the collaborative development of Odoo features and
|
|
116
116
|
promote its widespread use.
|
|
117
117
|
|
|
118
|
-
This module is part of the `OCA/web <https://github.com/OCA/web/tree/
|
|
118
|
+
This module is part of the `OCA/web <https://github.com/OCA/web/tree/18.0/web_m2x_options_manager>`_ project on GitHub.
|
|
119
119
|
|
|
120
120
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
odoo/addons/web_m2x_options_manager/README.rst,sha256=
|
|
1
|
+
odoo/addons/web_m2x_options_manager/README.rst,sha256=0yN_anCSGSe23kh8JYF2CkEM6McE0KSn8AI1xtjorGc,3562
|
|
2
2
|
odoo/addons/web_m2x_options_manager/__init__.py,sha256=51x82q48oL6rjfIezEGGIS6sW7DEWQ6J-tIo58Gq5rE,54
|
|
3
|
-
odoo/addons/web_m2x_options_manager/__manifest__.py,sha256=
|
|
3
|
+
odoo/addons/web_m2x_options_manager/__manifest__.py,sha256=KbTWqEpBdhh6PeF57BsRsvB5xnD8yXobkPjMzO9KyME,858
|
|
4
4
|
odoo/addons/web_m2x_options_manager/hooks.py,sha256=MOvVywCTcJwsjiKbj8Mr0hifpRuPY5lxHiOiEox2RtY,413
|
|
5
5
|
odoo/addons/web_m2x_options_manager/tools.py,sha256=4UbmPYZnLycLmybe00d8709BfLmFu-SKiqWZVlSiiG4,1137
|
|
6
|
-
odoo/addons/web_m2x_options_manager/demo/res_partner_demo_view.xml,sha256=
|
|
6
|
+
odoo/addons/web_m2x_options_manager/demo/res_partner_demo_view.xml,sha256=0PEEy3ewa44LDm5VgVEovCdImFKx-s_c_tckNQ48ML8,1060
|
|
7
7
|
odoo/addons/web_m2x_options_manager/i18n/it.po,sha256=_hsXI4P9PHStOna3Ik0_xImuRYq5uikFq84d9vMSQ1I,8360
|
|
8
|
-
odoo/addons/web_m2x_options_manager/i18n/web_m2x_options_manager.pot,sha256=
|
|
8
|
+
odoo/addons/web_m2x_options_manager/i18n/web_m2x_options_manager.pot,sha256=BJqT8jXPb1aLJWNZw8bg18McVRCXqUj8rjGNXPK5RL8,9336
|
|
9
9
|
odoo/addons/web_m2x_options_manager/models/__init__.py,sha256=siozIvDVA9ObAFa2BjJY-W4Zj3BRgfQnWdhUqDJpEKM,115
|
|
10
10
|
odoo/addons/web_m2x_options_manager/models/ir_model.py,sha256=lyDlik3qQBUS18GZHGoCyPVG9GIviCyZ743Shd3akFU,2223
|
|
11
11
|
odoo/addons/web_m2x_options_manager/models/ir_model_fields.py,sha256=IGKUSeV5Rso12lv9OztJJgBIO_y4jq45uolhrjIprNs,2262
|
|
12
12
|
odoo/addons/web_m2x_options_manager/models/ir_ui_view.py,sha256=6Xu_pTfO_uwOmX2w0rkCOTtxPN5rOksiD6ax_zWx8KA,723
|
|
13
|
-
odoo/addons/web_m2x_options_manager/models/m2x_create_edit_option.py,sha256=
|
|
13
|
+
odoo/addons/web_m2x_options_manager/models/m2x_create_edit_option.py,sha256=SLuYeR_l_08tyHOwkxc3LL-XozlAzgG-78T-nHBjzHg,8390
|
|
14
14
|
odoo/addons/web_m2x_options_manager/readme/CONTRIBUTORS.md,sha256=9LaWPSKB93SJoIOodq9rjEn37PJkibOYrQ_gIRmr4zw,65
|
|
15
15
|
odoo/addons/web_m2x_options_manager/readme/DESCRIPTION.md,sha256=qNonLT0wKuMEZvrEhgIZvVvSoWyEmXbE6TUaODr6nnM,143
|
|
16
16
|
odoo/addons/web_m2x_options_manager/readme/USAGE.md,sha256=6YVRYGduR9kCMe9VL-sxrhhIQ4iQNJ3aXbFjZPwptKE,485
|
|
17
17
|
odoo/addons/web_m2x_options_manager/security/ir.model.access.csv,sha256=BDamAhpQq8i7Y4cwZQdgyQ7z7e06FEEHOor0FmVUzFs,329
|
|
18
18
|
odoo/addons/web_m2x_options_manager/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
19
|
-
odoo/addons/web_m2x_options_manager/static/description/index.html,sha256=
|
|
19
|
+
odoo/addons/web_m2x_options_manager/static/description/index.html,sha256=I4WfGxO39e78j3FTJJCKbHTviR-NhX0E0RpC4jsTMgY,13267
|
|
20
20
|
odoo/addons/web_m2x_options_manager/tests/__init__.py,sha256=npJG0PCUPSWnk527idu81nIWiz8TXiND69PDlzlRelo,105
|
|
21
|
-
odoo/addons/web_m2x_options_manager/tests/common.py,sha256=
|
|
21
|
+
odoo/addons/web_m2x_options_manager/tests/common.py,sha256=u87n4WcCnpiIeOueNTFwX92HuvSghNkwfBkXnCNlzcE,1517
|
|
22
22
|
odoo/addons/web_m2x_options_manager/tests/test_ir_model.py,sha256=5CH4vzC-A0oZMrF3euGSVcnH3NvkIjvkRzowt7tIGYY,1497
|
|
23
23
|
odoo/addons/web_m2x_options_manager/tests/test_ir_model_fields.py,sha256=K9M29ahL1zkuiPdYN3VQgId6s7pq2Tn_9CRf1GZ6zQo,3692
|
|
24
24
|
odoo/addons/web_m2x_options_manager/tests/test_m2x_create_edit_option.py,sha256=t9kiOHshm1PNQFqypeCWvhzrzFPWVgdfyeHlkZaASiw,3594
|
|
25
|
-
odoo/addons/web_m2x_options_manager/views/ir_model.xml,sha256=
|
|
26
|
-
odoo/addons/web_m2x_options_manager/views/m2x_create_edit_option.xml,sha256=
|
|
27
|
-
odoo_addon_web_m2x_options_manager-
|
|
28
|
-
odoo_addon_web_m2x_options_manager-
|
|
29
|
-
odoo_addon_web_m2x_options_manager-
|
|
30
|
-
odoo_addon_web_m2x_options_manager-
|
|
25
|
+
odoo/addons/web_m2x_options_manager/views/ir_model.xml,sha256=B7nZ_lFzkGJOXE1hW6_pQ7GS7tjhoSvqJU6NXcBfSE0,2925
|
|
26
|
+
odoo/addons/web_m2x_options_manager/views/m2x_create_edit_option.xml,sha256=MMuFac1In7PlpZlf7ibDnyDrAiHtMLBD2fRz6d7ufqk,6537
|
|
27
|
+
odoo_addon_web_m2x_options_manager-18.0.1.0.0.2.dist-info/METADATA,sha256=_t6-5QyS3Wl9ayzAperKKmf_vloMo-jPBH5VDoqm0_Q,4300
|
|
28
|
+
odoo_addon_web_m2x_options_manager-18.0.1.0.0.2.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
|
|
29
|
+
odoo_addon_web_m2x_options_manager-18.0.1.0.0.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
|
30
|
+
odoo_addon_web_m2x_options_manager-18.0.1.0.0.2.dist-info/RECORD,,
|
|
File without changes
|