From 768e23ca8c29c67a5fbd4d1997dd331d7fae192a Mon Sep 17 00:00:00 2001
From: OCA-git-bot
Date: Sat, 18 May 2024 16:09:02 +0000
Subject: [PATCH] [BOT] post-merge updates
---
README.md | 1 +
setup/_metapackage/pyproject.toml | 3 +-
web_theme_classic/README.rst | 12 ++-----
.../static/description/index.html | 34 +++++++------------
4 files changed, 19 insertions(+), 31 deletions(-)
diff --git a/README.md b/README.md
index 79d1666bc..93aaeccd4 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,7 @@ addon | version | maintainers | summary
[web_refresher](web_refresher/) | 17.0.1.1.0 | | Web Refresher
[web_remember_tree_column_width](web_remember_tree_column_width/) | 17.0.1.0.0 | [](https://github.com/frahikLV) [](https://github.com/luisg123v) [](https://github.com/cuongnmtm) | Remember the tree columns' widths across sessions.
[web_responsive](web_responsive/) | 17.0.1.0.1 | [](https://github.com/Yajo) [](https://github.com/Tardo) [](https://github.com/SplashS) | Responsive web client, community-supported
+[web_theme_classic](web_theme_classic/) | 17.0.1.0.0 | [](https://github.com/legalsylvain) | Contrasted style on fields to improve the UI.
[web_tree_dynamic_colored_field](web_tree_dynamic_colored_field/) | 17.0.1.0.0 | | Allows you to dynamically color fields on tree views
[web_tree_many2one_clickable](web_tree_many2one_clickable/) | 17.0.1.0.0 | | Open the linked resource when clicking on their name
[web_widget_plotly_chart](web_widget_plotly_chart/) | 17.0.1.0.0 | [](https://github.com/robyf70) | Allow to draw plotly charts.
diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml
index a2f7a7be0..5c613edcc 100644
--- a/setup/_metapackage/pyproject.toml
+++ b/setup/_metapackage/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "odoo-addons-oca-web"
-version = "17.0.20240508.0"
+version = "17.0.20240518.0"
dependencies = [
"odoo-addon-web_calendar_slot_duration>=17.0dev,<17.1dev",
"odoo-addon-web_environment_ribbon>=17.0dev,<17.1dev",
@@ -9,6 +9,7 @@ dependencies = [
"odoo-addon-web_refresher>=17.0dev,<17.1dev",
"odoo-addon-web_remember_tree_column_width>=17.0dev,<17.1dev",
"odoo-addon-web_responsive>=17.0dev,<17.1dev",
+ "odoo-addon-web_theme_classic>=17.0dev,<17.1dev",
"odoo-addon-web_tree_dynamic_colored_field>=17.0dev,<17.1dev",
"odoo-addon-web_tree_many2one_clickable>=17.0dev,<17.1dev",
"odoo-addon-web_widget_plotly_chart>=17.0dev,<17.1dev",
diff --git a/web_theme_classic/README.rst b/web_theme_classic/README.rst
index d626bd529..4f89c13ed 100644
--- a/web_theme_classic/README.rst
+++ b/web_theme_classic/README.rst
@@ -7,7 +7,7 @@ Web Theme Classic
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:b309e66df73fcf5de5629e2cc3645e23340d22335fcd405f771e5cce15341741
+ !! source digest: sha256:3a9b09ec4b88d6d85c67686c9aa3706a97485522667a05990840fc0d35797f81
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -34,8 +34,8 @@ visibility of form view.
**Rational:** Since Odoo V17, the design is very pure. That's great, but
it generates some problem for users :
-- buttons and fields are not identifiable. (we can not know exactly
- where there are until you hover over them with the cursor)
+- Fields are not identifiable. (we can not know exactly where there are
+ until you hover over them with the cursor)
- there is no indication for the required fields until trying to save
(or exit the screen)
@@ -58,12 +58,6 @@ preserving the "save on the fly" new feature.
.. contents::
:local:
-Known issues / Roadmap
-======================
-
-- For the time being, the module improves form and search view. Some
- other improvement could be done on other part of the UI.
-
Bug Tracker
===========
diff --git a/web_theme_classic/static/description/index.html b/web_theme_classic/static/description/index.html
index 5139eb9d3..ce9d9b6a9 100644
--- a/web_theme_classic/static/description/index.html
+++ b/web_theme_classic/static/description/index.html
@@ -366,7 +366,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!! source digest: sha256:b309e66df73fcf5de5629e2cc3645e23340d22335fcd405f771e5cce15341741
+!! source digest: sha256:3a9b09ec4b88d6d85c67686c9aa3706a97485522667a05990840fc0d35797f81
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

This module extend the Odoo Community Edition web module to improve
@@ -374,8 +374,8 @@ visibility of form view.
Rational: Since Odoo V17, the design is very pure. That’s great, but
it generates some problem for users :
-- buttons and fields are not identifiable. (we can not know exactly
-where there are until you hover over them with the cursor)
+- Fields are not identifiable. (we can not know exactly where there are
+until you hover over them with the cursor)
- there is no indication for the required fields until trying to save
(or exit the screen)
@@ -388,25 +388,17 @@ preserving the “save on the fly” new feature.
Table of contents
-
-
-
-- For the time being, the module improves form and search view. Some
-other improvement could be done on other part of the UI.
-
-
-
+
Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
@@ -414,21 +406,21 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
Do not contact contributors directly about support or help with technical issues.
-
+
-
+
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose