Skip to content

Commit 184df0a

Browse files
committed
[BOT] post-merge updates
1 parent 1f3ab84 commit 184df0a

File tree

7 files changed

+52
-32
lines changed

7 files changed

+52
-32
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ addon | version | maintainers | summary
3131
[web_action_conditionable](web_action_conditionable/) | 14.0.1.0.1 | | web_action_conditionable
3232
[web_advanced_search](web_advanced_search/) | 14.0.1.0.1 | | Easier and more powerful searching tools
3333
[web_assets_warmup](web_assets_warmup/) | 14.0.1.0.0 | | Ensure that assets are generated when Odoo starts.
34-
[web_button_visibility](web_button_visibility/) | 14.0.1.0.0 | <a href='https://github.com/ilyasProgrammer'><img src='https://github.com/ilyasProgrammer.png' width='32' height='32' style='border-radius:50%;' alt='ilyasProgrammer'/></a> | Web Button Visibility
34+
[web_button_visibility](web_button_visibility/) | 14.0.1.1.0 | <a href='https://github.com/ilyasProgrammer'><img src='https://github.com/ilyasProgrammer.png' width='32' height='32' style='border-radius:50%;' alt='ilyasProgrammer'/></a> | Web Button Visibility
3535
[web_calendar_color_field](web_calendar_color_field/) | 14.0.1.0.0 | | Calendar Color Field
3636
[web_calendar_slot_duration](web_calendar_slot_duration/) | 14.0.1.0.0 | <a href='https://github.com/Yajo'><img src='https://github.com/Yajo.png' width='32' height='32' style='border-radius:50%;' alt='Yajo'/></a> | Customizable calendar slot durations
3737
[web_company_color](web_company_color/) | 14.0.2.0.0 | | Web Company Color
@@ -45,7 +45,7 @@ addon | version | maintainers | summary
4545
[web_drop_target](web_drop_target/) | 14.0.1.1.2 | | Allows to drag files into Odoo
4646
[web_edit_user_filter](web_edit_user_filter/) | 14.0.1.0.3 | | Edit User Filters
4747
[web_environment_ribbon](web_environment_ribbon/) | 14.0.1.0.0 | | Web Environment Ribbon
48-
[web_field_required_invisible_manager](web_field_required_invisible_manager/) | 14.0.2.3.3 | <a href='https://github.com/ilyasProgrammer'><img src='https://github.com/ilyasProgrammer.png' width='32' height='32' style='border-radius:50%;' alt='ilyasProgrammer'/></a> | Web Field Required Invisible Readonly Managerr
48+
[web_field_required_invisible_manager](web_field_required_invisible_manager/) | 14.0.2.4.0 | <a href='https://github.com/ilyasProgrammer'><img src='https://github.com/ilyasProgrammer.png' width='32' height='32' style='border-radius:50%;' alt='ilyasProgrammer'/></a> | Web Field Required Invisible Readonly Managerr
4949
[web_fix_modules_load](web_fix_modules_load/) | 14.0.1.0.0 | <a href='https://github.com/simahawk'><img src='https://github.com/simahawk.png' width='32' height='32' style='border-radius:50%;' alt='simahawk'/></a> | Fix translations loading from frontend with many modules
5050
[web_group_expand](web_group_expand/) | 14.0.1.0.0 | | Group Expand Buttons
5151
[web_ir_actions_act_multi](web_ir_actions_act_multi/) | 14.0.1.0.2 | | Enables triggering of more than one action on ActionManager

web_button_visibility/README.rst

Lines changed: 6 additions & 2 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 Button Visibility
37
=====================
@@ -7,13 +11,13 @@ Web Button Visibility
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:51c5a04adf49e769ae8b4a2b41ca6811221eb0b4823053a021d11fcad8005f21
14+
!! source digest: sha256:4f1ff946a6feeed5feb757d905c8ab5ae3b5a44ad43f9d3ee890d04a33fe8e16
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

web_button_visibility/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Web Button Visibility",
55
"category": "Web",
6-
"version": "14.0.1.0.0",
6+
"version": "14.0.1.1.0",
77
"license": "AGPL-3",
88
"author": "Ilyas, ooops404, Odoo Community Association (OCA)",
99
"website": "https://github.com/OCA/web",

web_button_visibility/static/description/index.html

Lines changed: 18 additions & 12 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 Button Visibility</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-button-visibility">
364-
<h1 class="title">Web Button Visibility</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-button-visibility">
370+
<h1>Web Button Visibility</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:51c5a04adf49e769ae8b4a2b41ca6811221eb0b4823053a021d11fcad8005f21
375+
!! source digest: sha256:4f1ff946a6feeed5feb757d905c8ab5ae3b5a44ad43f9d3ee890d04a33fe8e16
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/14.0/web_button_visibility"><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-14-0/web-14-0-web_button_visibility"><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=14.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/14.0/web_button_visibility"><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-14-0/web-14-0-web_button_visibility"><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=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>This module allows to hide specific buttons for specific user groups if specific conditions are verified.</p>
374379
<p><strong>Table of contents</strong></p>
375380
<div class="contents local topic" id="contents">
@@ -386,36 +391,36 @@ <h1 class="title">Web Button Visibility</h1>
386391
</ul>
387392
</div>
388393
<div class="section" id="use-cases-context">
389-
<h1><a class="toc-backref" href="#toc-entry-1">Use Cases / Context</a></h1>
394+
<h2><a class="toc-backref" href="#toc-entry-1">Use Cases / Context</a></h2>
390395
<p>This module can be useful in combination with customized workflows
391396
(eg: module base_substate) to avoid user from performing certain actions if a specific
392397
condition is verified.</p>
393398
</div>
394399
<div class="section" id="usage">
395-
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
400+
<h2><a class="toc-backref" href="#toc-entry-2">Usage</a></h2>
396401
<p>Go to Settings &gt; Technical &gt; Models, open a model</p>
397402
<p>In tab “Hide button rule”, add a button name and a group, and optionally a condition</p>
398403
<p>For users of that group and as long as the condition is met, button is not visible.</p>
399404
</div>
400405
<div class="section" id="bug-tracker">
401-
<h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
406+
<h2><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h2>
402407
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/web/issues">GitHub Issues</a>.
403408
In case of trouble, please check there if your issue has already been reported.
404409
If you spotted it first, help us to smash it by providing a detailed and welcomed
405410
<a class="reference external" href="https://github.com/OCA/web/issues/new?body=module:%20web_button_visibility%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
406411
<p>Do not contact contributors directly about support or help with technical issues.</p>
407412
</div>
408413
<div class="section" id="credits">
409-
<h1><a class="toc-backref" href="#toc-entry-4">Credits</a></h1>
414+
<h2><a class="toc-backref" href="#toc-entry-4">Credits</a></h2>
410415
<div class="section" id="authors">
411-
<h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
416+
<h3><a class="toc-backref" href="#toc-entry-5">Authors</a></h3>
412417
<ul class="simple">
413418
<li>Ilyas</li>
414419
<li>ooops404</li>
415420
</ul>
416421
</div>
417422
<div class="section" id="contributors">
418-
<h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
423+
<h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
419424
<ul class="simple">
420425
<li><a class="reference external" href="https://www.ooops404.com">Ooops404</a>:<ul>
421426
<li>Ilyas &lt;<a class="reference external" href="mailto:irazor147&#64;gmail.com">irazor147&#64;gmail.com</a>&gt;</li>
@@ -428,7 +433,7 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
428433
</ul>
429434
</div>
430435
<div class="section" id="maintainers">
431-
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
436+
<h3><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h3>
432437
<p>This module is maintained by the OCA.</p>
433438
<a class="reference external image-reference" href="https://odoo-community.org">
434439
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -443,5 +448,6 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
443448
</div>
444449
</div>
445450
</div>
451+
</div>
446452
</body>
447453
</html>

web_field_required_invisible_manager/README.rst

Lines changed: 6 additions & 2 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 Field Required Invisible Readonly Managerr
37
==============================================
@@ -7,13 +11,13 @@ Web Field Required Invisible Readonly Managerr
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:b8db09bac933e558edafafdefcf07eac51dc2973fa12c9c2084cdbe41a99c413
14+
!! source digest: sha256:98d4d1bfda87a2402b7cd5b3fddeb8c5d3c7422f31a2fb169da044a933e3c30e
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

web_field_required_invisible_manager/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"name": "Web Field Required Invisible Readonly Managerr",
44
"category": "Web",
5-
"version": "14.0.2.3.3",
5+
"version": "14.0.2.4.0",
66
"license": "AGPL-3",
77
"author": "Ilyas, ooops404, Odoo Community Association (OCA)",
88
"website": "https://github.com/OCA/web",

web_field_required_invisible_manager/static/description/index.html

Lines changed: 18 additions & 12 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 Field Required Invisible Readonly Managerr</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-field-required-invisible-readonly-managerr">
364-
<h1 class="title">Web Field Required Invisible Readonly Managerr</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-field-required-invisible-readonly-managerr">
370+
<h1>Web Field Required Invisible Readonly Managerr</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:b8db09bac933e558edafafdefcf07eac51dc2973fa12c9c2084cdbe41a99c413
375+
!! source digest: sha256:98d4d1bfda87a2402b7cd5b3fddeb8c5d3c7422f31a2fb169da044a933e3c30e
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/14.0/web_field_required_invisible_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-14-0/web-14-0-web_field_required_invisible_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=14.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/14.0/web_field_required_invisible_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-14-0/web-14-0-web_field_required_invisible_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=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>This module allows to set a field required, invisible or readonly for users belonging to a specific group.</p>
374379
<p>The field can be required, invisible or readonly in any case, or according to specific conditions.</p>
375380
<p><strong>Table of contents</strong></p>
@@ -387,37 +392,37 @@ <h1 class="title">Web Field Required Invisible Readonly Managerr</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>Select a model &gt; in tab “Custom required fields”, “Custom invisible fields” or “Custom readonly fields” add a line</p>
393398
<p>Select a field, add one or more group and enable flag “Required”, “Invisible” or “Readonly”</p>
394399
<p>If needed, set a condition for which the field should be required, invisible or readonly for users of those groups.</p>
395400
</div>
396401
<div class="section" id="known-issues-roadmap">
397-
<h1><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h1>
402+
<h2><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h2>
398403
<p>When one model inherits another (e.g. res.users inherits res.partner) and new custom
399404
field is created, then same field is created for inheriting model as well, which should
400405
be avoided or at least duplicated field should be also manual, but created as base.</p>
401406
</div>
402407
<div class="section" id="bug-tracker">
403-
<h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
408+
<h2><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h2>
404409
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/web/issues">GitHub Issues</a>.
405410
In case of trouble, please check there if your issue has already been reported.
406411
If you spotted it first, help us to smash it by providing a detailed and welcomed
407412
<a class="reference external" href="https://github.com/OCA/web/issues/new?body=module:%20web_field_required_invisible_manager%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
408413
<p>Do not contact contributors directly about support or help with technical issues.</p>
409414
</div>
410415
<div class="section" id="credits">
411-
<h1><a class="toc-backref" href="#toc-entry-4">Credits</a></h1>
416+
<h2><a class="toc-backref" href="#toc-entry-4">Credits</a></h2>
412417
<div class="section" id="authors">
413-
<h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
418+
<h3><a class="toc-backref" href="#toc-entry-5">Authors</a></h3>
414419
<ul class="simple">
415420
<li>Ilyas</li>
416421
<li>ooops404</li>
417422
</ul>
418423
</div>
419424
<div class="section" id="contributors">
420-
<h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
425+
<h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
421426
<ul class="simple">
422427
<li><a class="reference external" href="https://www.ooops404.com">Ooops404</a>:<ul>
423428
<li>Ilyas &lt;<a class="reference external" href="mailto:irazor147&#64;gmail.com">irazor147&#64;gmail.com</a>&gt;</li>
@@ -430,7 +435,7 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
430435
</ul>
431436
</div>
432437
<div class="section" id="maintainers">
433-
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
438+
<h3><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h3>
434439
<p>This module is maintained by the OCA.</p>
435440
<a class="reference external image-reference" href="https://odoo-community.org">
436441
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -445,5 +450,6 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
445450
</div>
446451
</div>
447452
</div>
453+
</div>
448454
</body>
449455
</html>

0 commit comments

Comments
 (0)