diff --git a/README.md b/README.md index e6c139f731..1dee254c06 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [report_xlsx](report_xlsx/) | 18.0.1.0.0 | | Base module to create xlsx report +[sql_request_abstract](sql_request_abstract/) | 18.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Abstract Model to manage SQL Requests [//]: # (end addons) diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index cf2ed6bd30..398ab3a161 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,8 +1,9 @@ [project] name = "odoo-addons-oca-reporting-engine" -version = "18.0.20241106.0" +version = "18.0.20241112.0" dependencies = [ "odoo-addon-report_xlsx==18.0.*", + "odoo-addon-sql_request_abstract==18.0.*", ] classifiers=[ "Programming Language :: Python", diff --git a/sql_request_abstract/README.rst b/sql_request_abstract/README.rst index d78dec84fb..cd8ce54db0 100644 --- a/sql_request_abstract/README.rst +++ b/sql_request_abstract/README.rst @@ -7,7 +7,7 @@ SQL Request Abstract !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:d9671a76ee25d212c63c7f1a747acea88c2778536f30430a3e619352852e9bc9 + !! source digest: sha256:0e30b59925a3969ee66335adaa8dffac6bdc9ed7c3660701e149dc665988d751 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/sql_request_abstract/static/description/index.html b/sql_request_abstract/static/description/index.html index 831a8f1fac..084d6607a2 100644 --- a/sql_request_abstract/static/description/index.html +++ b/sql_request_abstract/static/description/index.html @@ -367,7 +367,7 @@
This module provides an abstract model to manage SQL Select requests on