mirror of https://github.com/OCA/web.git
[BOT] post-merge updates
parent
586e6848a9
commit
7e9dcdf980
|
@ -23,6 +23,7 @@ addon | version | maintainers | summary
|
|||
--- | --- | --- | ---
|
||||
[web_action_conditionable](web_action_conditionable/) | 16.0.1.0.0 | | web_action_conditionable
|
||||
[web_advanced_search](web_advanced_search/) | 16.0.1.0.3 | [](https://github.com/ivantodorovich) | Easier and more powerful searching tools
|
||||
[web_apply_field_style](web_apply_field_style/) | 16.0.1.0.1 | | Apply css class style to fields from a dict parameters
|
||||
[web_chatter_position](web_chatter_position/) | 16.0.1.0.1 | | Add an option to change the chatter position
|
||||
[web_company_color](web_company_color/) | 16.0.1.1.1 | | Web Company Color
|
||||
[web_dark_mode](web_dark_mode/) | 16.0.1.0.1 | | Enabled Dark Mode for the Odoo Backend
|
||||
|
|
|
@ -1 +1 @@
|
|||
16.0.20230924.0
|
||||
16.0.20231009.0
|
|
@ -10,6 +10,7 @@ setuptools.setup(
|
|||
install_requires=[
|
||||
'odoo-addon-web_action_conditionable>=16.0dev,<16.1dev',
|
||||
'odoo-addon-web_advanced_search>=16.0dev,<16.1dev',
|
||||
'odoo-addon-web_apply_field_style>=16.0dev,<16.1dev',
|
||||
'odoo-addon-web_chatter_position>=16.0dev,<16.1dev',
|
||||
'odoo-addon-web_company_color>=16.0dev,<16.1dev',
|
||||
'odoo-addon-web_dark_mode>=16.0dev,<16.1dev',
|
||||
|
|
|
@ -7,7 +7,7 @@ Apply Field Style
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:dec2135f450935a31305575e98d577ccafcc5e10e314dc396f4e0c2f15f9e691
|
||||
!! source digest: sha256:38a4bb4c2b2b17a0055b08a8a192ba970bcc84eff7632e722687545c75251d72
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "Apply Field Style",
|
||||
"author": "Akretion,Odoo Community Association (OCA)",
|
||||
"summary": "Apply css class style to fields from a dict parameters",
|
||||
"version": "16.0.1.0.0",
|
||||
"version": "16.0.1.0.1",
|
||||
"license": "AGPL-3",
|
||||
"maintainer": ["bealdav"],
|
||||
"website": "https://github.com/OCA/web",
|
||||
|
|
|
@ -367,7 +367,7 @@ ul.auto-toc {
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:dec2135f450935a31305575e98d577ccafcc5e10e314dc396f4e0c2f15f9e691
|
||||
!! source digest: sha256:38a4bb4c2b2b17a0055b08a8a192ba970bcc84eff7632e722687545c75251d72
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<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/16.0/web_apply_field_style"><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-16-0/web-16-0-web_apply_field_style"><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=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>Allow to set an additional css class to fields in form view.</p>
|
||||
|
|
Loading…
Reference in New Issue