diff --git a/README.md b/README.md index 3242d1ebba92..35eb44bce7e3 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ addon | version | maintainers | summary [web_sheet_full_width](web_sheet_full_width/) | 14.0.1.0.1 | | Use the whole available screen width when displaying sheets [web_switch_context_warning](web_switch_context_warning/) | 14.0.1.1.0 | | Show a warning if current user, company or database have been switched in another tab or window. [web_timeline](web_timeline/) | 14.0.2.0.2 | [![tarteo](https://github.com/tarteo.png?size=30px)](https://github.com/tarteo) | Interactive visualization chart to show events in time +[web_tooltip_field](web_tooltip_field/) | 14.0.1.0.0 | [![cuongnmtm](https://github.com/cuongnmtm.png?size=30px)](https://github.com/cuongnmtm) | Showing a Field ToolTip in Odoo [web_tree_dynamic_colored_field](web_tree_dynamic_colored_field/) | 14.0.1.0.0 | | Allows you to dynamically color fields on tree views [web_tree_image_tooltip](web_tree_image_tooltip/) | 14.0.1.0.0 | | Show images in tree views via tooltip [web_tree_many2one_clickable](web_tree_many2one_clickable/) | 14.0.1.0.2 | | Open the linked resource when clicking on their name diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 454b5c5b894b..885bb925cf47 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20240228.0 \ No newline at end of file +14.0.20240309.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 27dc1dc248e3..9a52978c9fe4 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -48,6 +48,7 @@ 'odoo14-addon-web_sheet_full_width', 'odoo14-addon-web_switch_context_warning', 'odoo14-addon-web_timeline', + 'odoo14-addon-web_tooltip_field', 'odoo14-addon-web_tree_dynamic_colored_field', 'odoo14-addon-web_tree_image_tooltip', 'odoo14-addon-web_tree_many2one_clickable', diff --git a/web_tooltip_field/static/description/icon.png b/web_tooltip_field/static/description/icon.png new file mode 100644 index 000000000000..3a0328b516c4 Binary files /dev/null and b/web_tooltip_field/static/description/icon.png differ