From 90700edec1bf97706ddd2883d4d45808d4049b1b Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 22 Nov 2023 09:18:16 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + web_tree_duplicate/README.rst | 10 ++-- .../static/description/index.html | 49 ++++++++++--------- 5 files changed, 34 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 09b243ef6cf2..8af7f23f14ac 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ addon | version | maintainers | summary [web_sheet_full_width](web_sheet_full_width/) | 16.0.1.0.0 | | Use the whole available screen width when displaying sheets [web_theme_classic](web_theme_classic/) | 16.0.1.0.2 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Contrasted style on fields to improve the UI. [web_timeline](web_timeline/) | 16.0.1.0.3 | [![tarteo](https://github.com/tarteo.png?size=30px)](https://github.com/tarteo) | Interactive visualization chart to show events in time +[web_tree_duplicate](web_tree_duplicate/) | 16.0.1.0.0 | [![tarteo](https://github.com/tarteo.png?size=30px)](https://github.com/tarteo) | Duplicate records directly from the tree view. [web_tree_many2one_clickable](web_tree_many2one_clickable/) | 16.0.1.0.0 | | Open the linked resource when clicking on their name [web_widget_bokeh_chart](web_widget_bokeh_chart/) | 16.0.1.1.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) [![ChrisOForgeFlow](https://github.com/ChrisOForgeFlow.png?size=30px)](https://github.com/ChrisOForgeFlow) | This widget allows to display charts using Bokeh library. [web_widget_dropdown_dynamic](web_widget_dropdown_dynamic/) | 16.0.1.0.0 | | This module adds support for dynamic dropdown widget diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 62a2338ea63e..6e3177ec7a7c 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20231106.0 \ No newline at end of file +16.0.20231122.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 607a4487f587..85426b13b6fa 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -37,6 +37,7 @@ 'odoo-addon-web_sheet_full_width>=16.0dev,<16.1dev', 'odoo-addon-web_theme_classic>=16.0dev,<16.1dev', 'odoo-addon-web_timeline>=16.0dev,<16.1dev', + 'odoo-addon-web_tree_duplicate>=16.0dev,<16.1dev', 'odoo-addon-web_tree_many2one_clickable>=16.0dev,<16.1dev', 'odoo-addon-web_widget_bokeh_chart>=16.0dev,<16.1dev', 'odoo-addon-web_widget_dropdown_dynamic>=16.0dev,<16.1dev', diff --git a/web_tree_duplicate/README.rst b/web_tree_duplicate/README.rst index 305a677d6192..de153dea1bf5 100644 --- a/web_tree_duplicate/README.rst +++ b/web_tree_duplicate/README.rst @@ -7,7 +7,7 @@ Tree View Duplicate Records !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:f76ad85d67cf363cb525bf60998a317d0f9a114ebe4ecc6685dae79cc5b0465e + !! source digest: sha256:4e6cac4471f1720f1c5e6b794e4602b3e33064931326bd488fddca1b6fb2795a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -64,9 +64,11 @@ Usage To use this module, you need to: -#. Go to any tree view; -#. select some records; -#. open the sidebar menu and click 'Duplicate'. +#. Go to any tree view +#. select some records +#. open the sidebar menu and click 'Duplicate' + +Note that even when selecting all records via the top checkbox on a list, this will only duplicate the currently visible items. If you really need to duplicate all records, you need to adjust the list view limit accordingly. .. image:: https://raw.githubusercontent.com/web_tree_duplicate/static/description/screenshot-duplicate.png diff --git a/web_tree_duplicate/static/description/index.html b/web_tree_duplicate/static/description/index.html index ef0445a4cd6a..0a535ca5f382 100644 --- a/web_tree_duplicate/static/description/index.html +++ b/web_tree_duplicate/static/description/index.html @@ -1,20 +1,20 @@ - + - + Tree View Duplicate Records