mirror of https://github.com/OCA/web.git
[BOT] post-merge updates
parent
f82791ab18
commit
69211f0aff
|
@ -44,7 +44,7 @@ addon | version | maintainers | summary
|
|||
[web_drop_target](web_drop_target/) | 14.0.1.1.2 | | Allows to drag files into Odoo
|
||||
[web_edit_user_filter](web_edit_user_filter/) | 14.0.1.0.1 | | Edit User Filters
|
||||
[web_environment_ribbon](web_environment_ribbon/) | 14.0.1.0.0 | | Web Environment Ribbon
|
||||
[web_field_required_invisible_manager](web_field_required_invisible_manager/) | 14.0.2.3.2 | [](https://github.com/ilyasProgrammer) | Web Field Required Invisible Readonly Managerr
|
||||
[web_field_required_invisible_manager](web_field_required_invisible_manager/) | 14.0.2.3.3 | [](https://github.com/ilyasProgrammer) | Web Field Required Invisible Readonly Managerr
|
||||
[web_fix_modules_load](web_fix_modules_load/) | 14.0.1.0.0 | [](https://github.com/simahawk) | Fix translations loading from frontend with many modules
|
||||
[web_group_expand](web_group_expand/) | 14.0.1.0.0 | | Group Expand Buttons
|
||||
[web_ir_actions_act_multi](web_ir_actions_act_multi/) | 14.0.1.0.1 | | Enables triggering of more than one action on ActionManager
|
||||
|
|
|
@ -7,7 +7,7 @@ Web Field Required Invisible Readonly Managerr
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:c3e10557515edab148f1f12acd57d30f86cae0cebdb503fa58989784935a3ddb
|
||||
!! source digest: sha256:b8db09bac933e558edafafdefcf07eac51dc2973fa12c9c2084cdbe41a99c413
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
"name": "Web Field Required Invisible Readonly Managerr",
|
||||
"category": "Web",
|
||||
"version": "14.0.2.3.2",
|
||||
"version": "14.0.2.3.3",
|
||||
"license": "AGPL-3",
|
||||
"author": "Ilyas, ooops404, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/web",
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
|
@ -367,7 +366,7 @@ ul.auto-toc {
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:c3e10557515edab148f1f12acd57d30f86cae0cebdb503fa58989784935a3ddb
|
||||
!! source digest: sha256:b8db09bac933e558edafafdefcf07eac51dc2973fa12c9c2084cdbe41a99c413
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<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&target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module allows to set a field required, invisible or readonly for users belonging to a specific group.</p>
|
||||
|
|
Loading…
Reference in New Issue