diff --git a/web_m2x_options_manager/README.rst b/web_m2x_options_manager/README.rst index 803940c13..1f1e4d819 100644 --- a/web_m2x_options_manager/README.rst +++ b/web_m2x_options_manager/README.rst @@ -17,19 +17,19 @@ Web M2X Options Manager :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_m2x_options_manager + :target: https://github.com/OCA/web/tree/17.0/web_m2x_options_manager :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_m2x_options_manager + :target: https://translation.odoo-community.org/projects/web-17-0/web-17-0-web_m2x_options_manager :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| -Allows managing the "Create..." and "Create and Edit..." options for `Many2one` -and `Many2many` fields directly from the `ir.model` form view. +Allows managing the "Create..." and "Create and Edit..." options for +Many2one and Many2many fields directly from the ir.model form view. **Table of contents** @@ -44,8 +44,8 @@ Go to Settings > Technical > Models. Choose the model you wish to edit, and open its form view. Go to the "Create/Edit Options" tab, and add the fields you want to manage. -Button "Fill" will add every missing field to the options. -Button "Empty" will remove every option. +Button "Fill" will add every missing field to the options. Button +"Empty" will remove every option. Bug Tracker =========== @@ -53,7 +53,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. @@ -61,20 +61,21 @@ Credits ======= Authors -~~~~~~~ +------- * Camptocamp Contributors -~~~~~~~~~~~~ +------------ -* `Camptocamp `__: +- `Camptocamp `__: - * Silvio Gregorini -* Duong (Tran Quoc) + - Silvio Gregorini + +- Duong (Tran Quoc) Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -86,6 +87,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_m2x_options_manager/pyproject.toml b/web_m2x_options_manager/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/web_m2x_options_manager/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/web_m2x_options_manager/readme/CONTRIBUTORS.md b/web_m2x_options_manager/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..e18540046 --- /dev/null +++ b/web_m2x_options_manager/readme/CONTRIBUTORS.md @@ -0,0 +1,3 @@ +- [Camptocamp](https://www.camptocamp.com): + - Silvio Gregorini +- Duong (Tran Quoc) \<\> diff --git a/web_m2x_options_manager/readme/CONTRIBUTORS.rst b/web_m2x_options_manager/readme/CONTRIBUTORS.rst deleted file mode 100644 index 491d1f18c..000000000 --- a/web_m2x_options_manager/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,4 +0,0 @@ -* `Camptocamp `__: - - * Silvio Gregorini -* Duong (Tran Quoc) diff --git a/web_m2x_options_manager/readme/DESCRIPTION.md b/web_m2x_options_manager/readme/DESCRIPTION.md new file mode 100644 index 000000000..d3a1850ba --- /dev/null +++ b/web_m2x_options_manager/readme/DESCRIPTION.md @@ -0,0 +1,2 @@ +Allows managing the "Create..." and "Create and Edit..." options for +Many2one and Many2many fields directly from the ir.model form view. diff --git a/web_m2x_options_manager/readme/DESCRIPTION.rst b/web_m2x_options_manager/readme/DESCRIPTION.rst deleted file mode 100644 index 8a8a770d3..000000000 --- a/web_m2x_options_manager/readme/DESCRIPTION.rst +++ /dev/null @@ -1,2 +0,0 @@ -Allows managing the "Create..." and "Create and Edit..." options for `Many2one` -and `Many2many` fields directly from the `ir.model` form view. diff --git a/web_m2x_options_manager/readme/USAGE.md b/web_m2x_options_manager/readme/USAGE.md new file mode 100644 index 000000000..bd009fada --- /dev/null +++ b/web_m2x_options_manager/readme/USAGE.md @@ -0,0 +1,7 @@ +Go to Settings \> Technical \> Models. + +Choose the model you wish to edit, and open its form view. Go to the +"Create/Edit Options" tab, and add the fields you want to manage. + +Button "Fill" will add every missing field to the options. Button +"Empty" will remove every option. diff --git a/web_m2x_options_manager/readme/USAGE.rst b/web_m2x_options_manager/readme/USAGE.rst deleted file mode 100644 index a68d0f1b6..000000000 --- a/web_m2x_options_manager/readme/USAGE.rst +++ /dev/null @@ -1,7 +0,0 @@ -Go to Settings > Technical > Models. - -Choose the model you wish to edit, and open its form view. Go to the -"Create/Edit Options" tab, and add the fields you want to manage. - -Button "Fill" will add every missing field to the options. -Button "Empty" will remove every option. diff --git a/web_m2x_options_manager/static/description/index.html b/web_m2x_options_manager/static/description/index.html index f7afc49de..31730993b 100644 --- a/web_m2x_options_manager/static/description/index.html +++ b/web_m2x_options_manager/static/description/index.html @@ -1,20 +1,20 @@ - - + Web M2X Options Manager