File tree Expand file tree Collapse file tree 6 files changed +7
-5
lines changed
web_excel_export_dynamic_expand Expand file tree Collapse file tree 6 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ addon | version | maintainers | summary
3232[ web_domain_field] ( web_domain_field/ ) | 15.0.1.0.1 | | Use computed field as domain
3333[ web_drop_target] ( web_drop_target/ ) | 15.0.1.0.2 | | Allows to drag files into Odoo
3434[ web_environment_ribbon] ( web_environment_ribbon/ ) | 15.0.1.0.0 | | Web Environment Ribbon
35+ [ web_excel_export_dynamic_expand] ( web_excel_export_dynamic_expand/ ) | 15.0.1.0.0 | | Export collapsed groups or the full tree, based on its view.
3536[ web_filter_header_button] ( web_filter_header_button/ ) | 15.0.1.1.1 | | Show selected filters as buttons in the control panel
3637[ web_group_expand] ( web_group_expand/ ) | 15.0.1.0.0 | | Group Expand Buttons
3738[ web_hide_user_menu_item] ( web_hide_user_menu_item/ ) | 15.0.1.0.0 | | Web Hide User Menu Item
Original file line number Diff line number Diff line change 1- 15.0.20240904 .0
1+ 15.0.20250505 .0
Original file line number Diff line number Diff line change 1919 'odoo-addon-web_domain_field>=15.0dev,<15.1dev' ,
2020 'odoo-addon-web_drop_target>=15.0dev,<15.1dev' ,
2121 'odoo-addon-web_environment_ribbon>=15.0dev,<15.1dev' ,
22+ 'odoo-addon-web_excel_export_dynamic_expand>=15.0dev,<15.1dev' ,
2223 'odoo-addon-web_filter_header_button>=15.0dev,<15.1dev' ,
2324 'odoo-addon-web_group_expand>=15.0dev,<15.1dev' ,
2425 'odoo-addon-web_hide_user_menu_item>=15.0dev,<15.1dev' ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Web Excel Export Dynamic Expand
77 !! This file is generated by oca-gen-addon-readme !!
88 !! changes will be overwritten. !!
99 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10- !! source digest: sha256:ee1ab26433dfe8bd1d3489d5051728dd84a7583b5dc50d0d47a95e71b1e28c67
10+ !! source digest: sha256:5ad1b7f0aa063083e8b6f4dc47af3a7a7b3f85ada220e2e86483a74c0e1129f3
1111 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -28,7 +28,7 @@ Web Excel Export Dynamic Expand
2828
2929|badge1 | |badge2 | |badge3 | |badge4 | |badge5 |
3030
31- When exporting a tree view to an Excel file, you can decide if you want to expor only
31+ When exporting a tree view to an Excel file, you can decide if you want to export only
3232the main groups or the full tree, depending if all groups are collapsed, or there is one open.
3333
3434**Table of contents **
Original file line number Diff line number Diff line change @@ -367,10 +367,10 @@ <h1 class="title">Web Excel Export Dynamic Expand</h1>
367367!! This file is generated by oca-gen-addon-readme !!
368368!! changes will be overwritten. !!
369369!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370- !! source digest: sha256:ee1ab26433dfe8bd1d3489d5051728dd84a7583b5dc50d0d47a95e71b1e28c67
370+ !! source digest: sha256:5ad1b7f0aa063083e8b6f4dc47af3a7a7b3f85ada220e2e86483a74c0e1129f3
371371!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372< p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/web/tree/15.0/web_excel_export_dynamic_expand "> < img alt ="OCA/web " src ="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_excel_export_dynamic_expand "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=15.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373- < p > When exporting a tree view to an Excel file, you can decide if you want to expor only
373+ < p > When exporting a tree view to an Excel file, you can decide if you want to export only
374374the main groups or the full tree, depending if all groups are collapsed, or there is one open.</ p >
375375< p > < strong > Table of contents</ strong > </ p >
376376< div class ="contents local topic " id ="contents ">
You can’t perform that action at this time.
0 commit comments