diff --git a/web_field_tooltip/README.rst b/web_field_tooltip/README.rst index b7824d498..4b8d7108e 100644 --- a/web_field_tooltip/README.rst +++ b/web_field_tooltip/README.rst @@ -17,19 +17,19 @@ Web Field Tooltip :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github - :target: https://github.com/OCA/web/tree/16.0/web_field_tooltip + :target: https://github.com/OCA/web/tree/17.0/web_field_tooltip :alt: OCA/web .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_field_tooltip + :target: https://translation.odoo-community.org/projects/web-17-0/web-17-0-web_field_tooltip :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -This module gives the possibility to add tooltips next to fields labels on any -field of a model. The tooltip displays an html field. +This module gives the possibility to add tooltips next to fields labels +on any field of a model. The tooltip displays an html field. **Table of contents** @@ -41,22 +41,21 @@ Usage To use this module, you need to: -* Go to Settings / Technical / Database Structure / Fields Tooltips and - configure tooltips for a field for a model. You will then be able to see - on the form view of the model you chose, next to the label of the field you - selected, the tooltip appear. - -* You can also go directly on the form view of a model on which you want to - add a tooltip and use the Manage tooltips Action to add a new tooltip, or edit - or delete existing tooltips for this model. - -* For manager users, they can decide to display an helper to add a tooltip - on a field as some fields are not displayed with a label. +- Go to Settings / Technical / Database Structure / Fields Tooltips and + configure tooltips for a field for a model. You will then be able to + see on the form view of the model you chose, next to the label of the + field you selected, the tooltip appear. +- You can also go directly on the form view of a model on which you + want to add a tooltip and use the Manage tooltips Action to add a new + tooltip, or edit or delete existing tooltips for this model. +- For manager users, they can decide to display an helper to add a + tooltip on a field as some fields are not displayed with a label. Known issues / Roadmap ====================== -* Find a way to update form views after tooltips update without refreshing manually +- Find a way to update form views after tooltips update without + refreshing manually Bug Tracker =========== @@ -64,7 +63,7 @@ Bug Tracker 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 -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -72,17 +71,17 @@ Credits ======= Authors -~~~~~~~ +------- * ACSONE SA/NV Contributors -~~~~~~~~~~~~ +------------ -* Benoit Aimont (https://www.acsone.eu/) +- Benoit Aimont (https://www.acsone.eu/) Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -94,6 +93,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/web `_ project on GitHub. +This module is part of the `OCA/web `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/web_field_tooltip/models/ir_model_fields_tooltip.py b/web_field_tooltip/models/ir_model_fields_tooltip.py index cda060e31..ce7a87169 100644 --- a/web_field_tooltip/models/ir_model_fields_tooltip.py +++ b/web_field_tooltip/models/ir_model_fields_tooltip.py @@ -6,7 +6,6 @@ from odoo.exceptions import UserError class IrModelFieldsTooltip(models.Model): - _name = "ir.model.fields.tooltip" _description = "Field Tooltip" diff --git a/web_field_tooltip/pyproject.toml b/web_field_tooltip/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/web_field_tooltip/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/web_field_tooltip/readme/CONTRIBUTORS.md b/web_field_tooltip/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..25a69ac16 --- /dev/null +++ b/web_field_tooltip/readme/CONTRIBUTORS.md @@ -0,0 +1 @@ +- Benoit Aimont \<\> () diff --git a/web_field_tooltip/readme/CONTRIBUTORS.rst b/web_field_tooltip/readme/CONTRIBUTORS.rst deleted file mode 100644 index 98f0ee188..000000000 --- a/web_field_tooltip/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1 +0,0 @@ -* Benoit Aimont (https://www.acsone.eu/) diff --git a/web_field_tooltip/readme/DESCRIPTION.md b/web_field_tooltip/readme/DESCRIPTION.md new file mode 100644 index 000000000..a1afab609 --- /dev/null +++ b/web_field_tooltip/readme/DESCRIPTION.md @@ -0,0 +1,2 @@ +This module gives the possibility to add tooltips next to fields labels +on any field of a model. The tooltip displays an html field. diff --git a/web_field_tooltip/readme/DESCRIPTION.rst b/web_field_tooltip/readme/DESCRIPTION.rst deleted file mode 100644 index 413722111..000000000 --- a/web_field_tooltip/readme/DESCRIPTION.rst +++ /dev/null @@ -1,2 +0,0 @@ -This module gives the possibility to add tooltips next to fields labels on any -field of a model. The tooltip displays an html field. diff --git a/web_field_tooltip/readme/ROADMAP.md b/web_field_tooltip/readme/ROADMAP.md new file mode 100644 index 000000000..ccc72cda6 --- /dev/null +++ b/web_field_tooltip/readme/ROADMAP.md @@ -0,0 +1,2 @@ +- Find a way to update form views after tooltips update without + refreshing manually diff --git a/web_field_tooltip/readme/ROADMAP.rst b/web_field_tooltip/readme/ROADMAP.rst deleted file mode 100644 index d2fb13abf..000000000 --- a/web_field_tooltip/readme/ROADMAP.rst +++ /dev/null @@ -1 +0,0 @@ -* Find a way to update form views after tooltips update without refreshing manually diff --git a/web_field_tooltip/readme/USAGE.md b/web_field_tooltip/readme/USAGE.md new file mode 100644 index 000000000..77b2bdf46 --- /dev/null +++ b/web_field_tooltip/readme/USAGE.md @@ -0,0 +1,11 @@ +To use this module, you need to: + +- Go to Settings / Technical / Database Structure / Fields Tooltips and + configure tooltips for a field for a model. You will then be able to + see on the form view of the model you chose, next to the label of the + field you selected, the tooltip appear. +- You can also go directly on the form view of a model on which you want + to add a tooltip and use the Manage tooltips Action to add a new + tooltip, or edit or delete existing tooltips for this model. +- For manager users, they can decide to display an helper to add a + tooltip on a field as some fields are not displayed with a label. diff --git a/web_field_tooltip/readme/USAGE.rst b/web_field_tooltip/readme/USAGE.rst deleted file mode 100644 index 432794b17..000000000 --- a/web_field_tooltip/readme/USAGE.rst +++ /dev/null @@ -1,13 +0,0 @@ -To use this module, you need to: - -* Go to Settings / Technical / Database Structure / Fields Tooltips and - configure tooltips for a field for a model. You will then be able to see - on the form view of the model you chose, next to the label of the field you - selected, the tooltip appear. - -* You can also go directly on the form view of a model on which you want to - add a tooltip and use the Manage tooltips Action to add a new tooltip, or edit - or delete existing tooltips for this model. - -* For manager users, they can decide to display an helper to add a tooltip - on a field as some fields are not displayed with a label. diff --git a/web_field_tooltip/static/description/index.html b/web_field_tooltip/static/description/index.html index 8bda6bfbf..e5e97392f 100644 --- a/web_field_tooltip/static/description/index.html +++ b/web_field_tooltip/static/description/index.html @@ -368,9 +368,9 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:8bed9817234b31b15cec1799f3a9608a3974db3a8263995e3e9e3605c546a14d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/web Translate me on Weblate Try me on Runboat

-

This module gives the possibility to add tooltips next to fields labels on any -field of a model. The tooltip displays an html field.

+

Beta License: AGPL-3 OCA/web Translate me on Weblate Try me on Runboat

+

This module gives the possibility to add tooltips next to fields labels +on any field of a model. The tooltip displays an html field.

Table of contents

    @@ -390,20 +390,21 @@ field of a model. The tooltip displays an html field.

    To use this module, you need to:

    • Go to Settings / Technical / Database Structure / Fields Tooltips and -configure tooltips for a field for a model. You will then be able to see -on the form view of the model you chose, next to the label of the field you -selected, the tooltip appear.
    • -
    • You can also go directly on the form view of a model on which you want to -add a tooltip and use the Manage tooltips Action to add a new tooltip, or edit -or delete existing tooltips for this model.
    • -
    • For manager users, they can decide to display an helper to add a tooltip -on a field as some fields are not displayed with a label.
    • +configure tooltips for a field for a model. You will then be able to +see on the form view of the model you chose, next to the label of the +field you selected, the tooltip appear. +
    • You can also go directly on the form view of a model on which you +want to add a tooltip and use the Manage tooltips Action to add a new +tooltip, or edit or delete existing tooltips for this model.
    • +
    • For manager users, they can decide to display an helper to add a +tooltip on a field as some fields are not displayed with a label.

Known issues / Roadmap

    -
  • Find a way to update form views after tooltips update without refreshing manually
  • +
  • Find a way to update form views after tooltips update without +refreshing manually
@@ -411,7 +412,7 @@ on a field as some fields are not displayed with a label.

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 -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -435,7 +436,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

-

This module is part of the OCA/web project on GitHub.

+

This module is part of the OCA/web project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.