diff --git a/README.md b/README.md index d08f34edd5dc..f63967a1aa37 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ addon | version | maintainers | summary [web_calendar_slot_duration](web_calendar_slot_duration/) | 16.0.1.0.1 | [![Yajo](https://github.com/Yajo.png?size=30px)](https://github.com/Yajo) | Customizable calendar slot durations [web_chatter_position](web_chatter_position/) | 16.0.1.0.2 | | Add an option to change the chatter position [web_company_color](web_company_color/) | 16.0.1.2.0 | | Web Company Color +[web_copy_confirm](web_copy_confirm/) | 16.0.1.0.0 | | Show confirmation dialogue before copying records [web_dark_mode](web_dark_mode/) | 16.0.1.0.2 | | Enabled Dark Mode for the Odoo Backend [web_dashboard_tile](web_dashboard_tile/) | 16.0.1.0.2 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Add Overview Dashboards with Tiles [web_dialog_size](web_dialog_size/) | 16.0.1.0.0 | | A module that lets the user expand a dialog box to the full screen width. diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index cff785750ea6..2b247bfa0411 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240305.0 \ No newline at end of file +16.0.20240309.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 6893e5e05259..dd4373df9769 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -14,6 +14,7 @@ 'odoo-addon-web_calendar_slot_duration>=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_copy_confirm>=16.0dev,<16.1dev', 'odoo-addon-web_dark_mode>=16.0dev,<16.1dev', 'odoo-addon-web_dashboard_tile>=16.0dev,<16.1dev', 'odoo-addon-web_dialog_size>=16.0dev,<16.1dev', diff --git a/web_copy_confirm/README.rst b/web_copy_confirm/README.rst index 466d6171a787..5ca858a05a18 100644 --- a/web_copy_confirm/README.rst +++ b/web_copy_confirm/README.rst @@ -2,10 +2,13 @@ Show confirmation dialogue before copying records ================================================= -.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:9ffbec2bd468094a5f6c980516e3b71c413f095cd4eeab7b7bd24c50c5cf91ab + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status @@ -17,13 +20,13 @@ Show confirmation dialogue before copying records :target: https://github.com/OCA/web/tree/16.0/web_copy_confirm :alt: OCA/web .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_copy_confirm + :target: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_copy_confirm :alt: Translate me on Weblate -.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/162/15.0 - :alt: Try me on Runbot +.. |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 + :alt: Try me on Runboat -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| This module will show a confirmation dialog when the user selects the `Duplicate` option from the `Action` dropdown in the standard form view. @@ -45,8 +48,8 @@ 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 smashing it by providing a detailed and welcomed -`feedback `_. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. Do not contact contributors directly about support or help with technical issues. diff --git a/web_copy_confirm/static/description/index.html b/web_copy_confirm/static/description/index.html index c0e1132d162f..a5b3e0fb3633 100644 --- a/web_copy_confirm/static/description/index.html +++ b/web_copy_confirm/static/description/index.html @@ -1,20 +1,19 @@ - - + Show confirmation dialogue before copying records