diff --git a/README.md b/README.md index 8db84585a..820cddcac 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [base_comment_template](base_comment_template/) | 17.0.1.0.0 | | Add conditional mako template to any reporton models that inherits comment.template. [bi_sql_editor](bi_sql_editor/) | 17.0.1.1.0 | [](https://github.com/legalsylvain) | BI Views builder, based on Materialized or Normal SQL Views +[report_async](report_async/) | 17.0.1.0.0 | [](https://github.com/kittiu) | Central place to run reports live or async [report_layout_config](report_layout_config/) | 17.0.1.0.0 | | Add possibility to easily modify the global report layout [report_qweb_element_page_visibility](report_qweb_element_page_visibility/) | 17.0.1.0.0 | | Report Qweb Element Page Visibility [report_qweb_parameter](report_qweb_parameter/) | 17.0.1.0.0 | | Add new parameters for qweb templates in order to reduce field length and check minimal length diff --git a/report_async/README.rst b/report_async/README.rst index 6351b418f..917f25f19 100644 --- a/report_async/README.rst +++ b/report_async/README.rst @@ -7,7 +7,7 @@ Report Async !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:49866d2b712288add9819deb8ff6dc8aa180a52463a72789350974bbf10e17ae + !! source digest: sha256:b78bb80d7af0d825eb97d22bd12d497480c0bb50406d307649f54ce152fc216d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/report_async/static/description/index.html b/report_async/static/description/index.html index 606d453d3..31f2127fc 100644 --- a/report_async/static/description/index.html +++ b/report_async/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:49866d2b712288add9819deb8ff6dc8aa180a52463a72789350974bbf10e17ae +!! source digest: sha256:b78bb80d7af0d825eb97d22bd12d497480c0bb50406d307649f54ce152fc216d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
The new menu “Report Center” is the central place to host your reports diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index b31202bbb..861c8ac20 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-reporting-engine" -version = "17.0.20240813.0" +version = "17.0.20241001.0" dependencies = [ "odoo-addon-base_comment_template>=17.0dev,<17.1dev", "odoo-addon-bi_sql_editor>=17.0dev,<17.1dev", + "odoo-addon-report_async>=17.0dev,<17.1dev", "odoo-addon-report_layout_config>=17.0dev,<17.1dev", "odoo-addon-report_qweb_element_page_visibility>=17.0dev,<17.1dev", "odoo-addon-report_qweb_parameter>=17.0dev,<17.1dev",