Skip to content

Commit c729a3b

Browse files
committed
[BOT] post-merge updates
1 parent b2b8746 commit c729a3b

File tree

4 files changed

+34
-24
lines changed

4 files changed

+34
-24
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ addon | version | maintainers | summary
3939
[web_ir_actions_act_multi](web_ir_actions_act_multi/) | 18.0.1.0.0 | | Enables triggering of more than one action on ActionManager
4040
[web_ir_actions_act_window_message](web_ir_actions_act_window_message/) | 18.0.1.0.1 | | Show a message box to users
4141
[web_m2x_options](web_m2x_options/) | 18.0.1.0.1 | | web_m2x_options
42+
[web_m2x_options_manager](web_m2x_options_manager/) | 18.0.1.0.0 | | Adds an interface to manage the "Create" and "Create and Edit" options for specific models and fields.
4243
[web_no_bubble](web_no_bubble/) | 18.0.1.0.0 | | Remove the bubbles from the web interface
4344
[web_notify](web_notify/) | 18.0.1.1.1 | | Send notification messages to user
4445
[web_notify_channel_message](web_notify_channel_message/) | 18.0.1.0.1 | | Send an instant notification to channel users when a new message is posted

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-web"
3-
version = "18.0.20251117.0"
3+
version = "18.0.20251121.0"
44
dependencies = [
55
"odoo-addon-web_calendar_slot_duration==18.0.*",
66
"odoo-addon-web_chatter_position==18.0.*",
@@ -20,6 +20,7 @@ dependencies = [
2020
"odoo-addon-web_ir_actions_act_multi==18.0.*",
2121
"odoo-addon-web_ir_actions_act_window_message==18.0.*",
2222
"odoo-addon-web_m2x_options==18.0.*",
23+
"odoo-addon-web_m2x_options_manager==18.0.*",
2324
"odoo-addon-web_no_bubble==18.0.*",
2425
"odoo-addon-web_notify==18.0.*",
2526
"odoo-addon-web_notify_channel_message==18.0.*",

web_m2x_options_manager/README.rst

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
=======================
26
Web M2X Options Manager
37
=======================
@@ -7,13 +11,13 @@ Web M2X Options Manager
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:496ff9c028368302f839913a2c4c825d59aa913df9048705ab11ce524d388144
14+
!! source digest: sha256:eef4fc342b7a72c18d973d245be784f04f46ae4eea4de8db676b961608a80a38
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github
@@ -46,15 +50,14 @@ Choose the model you wish to edit, and open its form view. Go to the
4650
"Create/Edit Options" tab, and add the fields you want to manage in 2
4751
different sections:
4852

49-
- the first list view allows you to handle fields for the selected
50-
model
51-
- the second list view allows you to handle fields where the selected
52-
model is the comodel
53+
- the first list view allows you to handle fields for the selected model
54+
- the second list view allows you to handle fields where the selected
55+
model is the comodel
5356

5457
For both sections:
5558

56-
- button "Fill" will add every missing field to the options
57-
- button "Empty" will remove every option
59+
- button "Fill" will add every missing field to the options
60+
- button "Empty" will remove every option
5861

5962
Bug Tracker
6063
===========
@@ -77,9 +80,9 @@ Authors
7780
Contributors
7881
------------
7982

80-
- `Camptocamp <https://www.camptocamp.com>`__:
83+
- `Camptocamp <https://www.camptocamp.com>`__:
8184

82-
- Silvio Gregorini
85+
- Silvio Gregorini
8386

8487
Maintainers
8588
-----------

web_m2x_options_manager/static/description/index.html

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6-
<title>Web M2X Options Manager</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="web-m2x-options-manager">
364-
<h1 class="title">Web M2X Options Manager</h1>
363+
<div class="document">
365364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="web-m2x-options-manager">
370+
<h1>Web M2X Options Manager</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:496ff9c028368302f839913a2c4c825d59aa913df9048705ab11ce524d388144
375+
!! source digest: sha256:eef4fc342b7a72c18d973d245be784f04f46ae4eea4de8db676b961608a80a38
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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/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&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
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&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>Allows managing the “Create…” and “Create and Edit…” options for
374379
<tt class="docutils literal">Many2one</tt> and <tt class="docutils literal">Many2many</tt> fields directly from the <tt class="docutils literal">ir.model</tt>
375380
form view.</p>
@@ -387,14 +392,13 @@ <h1 class="title">Web M2X Options Manager</h1>
387392
</ul>
388393
</div>
389394
<div class="section" id="usage">
390-
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
395+
<h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
391396
<p>Go to Settings &gt; Technical &gt; Models.</p>
392397
<p>Choose the model you wish to edit, and open its form view. Go to the
393398
“Create/Edit Options” tab, and add the fields you want to manage in 2
394399
different sections:</p>
395400
<ul class="simple">
396-
<li>the first list view allows you to handle fields for the selected
397-
model</li>
401+
<li>the first list view allows you to handle fields for the selected model</li>
398402
<li>the second list view allows you to handle fields where the selected
399403
model is the comodel</li>
400404
</ul>
@@ -405,23 +409,23 @@ <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
405409
</ul>
406410
</div>
407411
<div class="section" id="bug-tracker">
408-
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
412+
<h2><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h2>
409413
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/web/issues">GitHub Issues</a>.
410414
In case of trouble, please check there if your issue has already been reported.
411415
If you spotted it first, help us to smash it by providing a detailed and welcomed
412416
<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>
413417
<p>Do not contact contributors directly about support or help with technical issues.</p>
414418
</div>
415419
<div class="section" id="credits">
416-
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
420+
<h2><a class="toc-backref" href="#toc-entry-3">Credits</a></h2>
417421
<div class="section" id="authors">
418-
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
422+
<h3><a class="toc-backref" href="#toc-entry-4">Authors</a></h3>
419423
<ul class="simple">
420424
<li>Camptocamp</li>
421425
</ul>
422426
</div>
423427
<div class="section" id="contributors">
424-
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
428+
<h3><a class="toc-backref" href="#toc-entry-5">Contributors</a></h3>
425429
<ul class="simple">
426430
<li><a class="reference external" href="https://www.camptocamp.com">Camptocamp</a>:<ul>
427431
<li>Silvio Gregorini</li>
@@ -430,7 +434,7 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
430434
</ul>
431435
</div>
432436
<div class="section" id="maintainers">
433-
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
437+
<h3><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h3>
434438
<p>This module is maintained by the OCA.</p>
435439
<a class="reference external image-reference" href="https://odoo-community.org">
436440
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -443,5 +447,6 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
443447
</div>
444448
</div>
445449
</div>
450+
</div>
446451
</body>
447452
</html>

0 commit comments

Comments
 (0)