[BOT] post-merge updates

This commit is contained in:
OCA-git-bot
2025-01-15 15:49:52 +00:00
parent 98de9425ca
commit 6cf57b0f28
4 changed files with 42 additions and 40 deletions

View File

@@ -21,6 +21,7 @@ Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[base_comment_template](base_comment_template/) | 18.0.1.0.0 | | Add conditional mako template to any reporton models that inherits comment.template.
[bi_sql_editor](bi_sql_editor/) | 18.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | BI Views builder, based on Materialized or Normal SQL Views
[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

View File

@@ -7,7 +7,7 @@ Base Comments Templates
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:3b5eb88dbd79b1149e679ff90f3a24b61a1f07af046693635b7fc3b597479aba
!! source digest: sha256:83536f96c9de60df146e373b7ce8bf3a5c1c7c18f225c668b06ce45a2db4f907
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -34,8 +34,8 @@ you can use variables from linked models.
Two positions are available for the comments:
- above document lines (before_lines)
- below document lines (after_lines)
- above document lines (before_lines)
- below document lines (after_lines)
The template are general, and can be attached to any Model and based on
some domain defined in the template. You can define one default template
@@ -45,16 +45,16 @@ partners. It has a priority field (smaller number = higher priority)
In existing reports, if you add this line will get the comment template
if you created one like
- <span
t-out="o.get_comment_template('position',company_id=o.company_id,
partner_id=o.parnter_id )"/> ( or without any parameter)
- <span
t-out="o.get_comment_template('position',company_id=o.company_id,
partner_id=o.parnter_id )"/> ( or without any parameter)
This module is the base module for following modules:
- sale_comment_template
- purchase_comment_template
- account_comment_template
- stock_picking_comment_template
- sale_comment_template
- purchase_comment_template
- account_comment_template
- stock_picking_comment_template
**Table of contents**
@@ -69,10 +69,10 @@ designing you comment templates.
This module is the base module for following modules:
- sale_comment_template
- purchase_comment_template
- invoice_comment_template
- stock_picking_comment_template
- sale_comment_template
- purchase_comment_template
- invoice_comment_template
- stock_picking_comment_template
Usage
=====
@@ -87,8 +87,8 @@ Usage
6. Define the Model, Domain the template is linked.
7. Define the Position where the template will be printed:
- above document lines
- below document lines
- above document lines
- below document lines
You should have at least one template with Default field set, if you
choose a Partner the template is deselected as a Default one. If you
@@ -121,9 +121,9 @@ is found.
If you want to use Qweb templates, or different context, you can specify
it just like in mail.render.mixin with parameters:
- engine: "inline_template", "qweb" or "qweb_view",
- add_context: dict with your own context,
- post_process: perform a post processing on rendered result
- engine: "inline_template", "qweb" or "qweb_view",
- add_context: dict with your own context,
- post_process: perform a post processing on rendered result
so you could use it :
@@ -155,36 +155,36 @@ Authors
Contributors
------------
- Xavier Jimenez <xavier.jimenez@qubiq.es>
- Nicolas Bessi <nicolas.bessi@camptocamp.com>
- Yannick Vaucher <yannick.vaucher@camptocamp.com>
- Guewen Baconnier <guewen.baconnier@camptocamp.com>
- Simone Rubino <simone.rubino@agilebg.com>
- `DynApps <https://www.dynapps.be>`__:
- Xavier Jimenez <xavier.jimenez@qubiq.es>
- Nicolas Bessi <nicolas.bessi@camptocamp.com>
- Yannick Vaucher <yannick.vaucher@camptocamp.com>
- Guewen Baconnier <guewen.baconnier@camptocamp.com>
- Simone Rubino <simone.rubino@agilebg.com>
- `DynApps <https://www.dynapps.be>`__:
- Raf Ven <raf.ven@dynapps.be>
- Raf Ven <raf.ven@dynapps.be>
- `Druidoo <https://www.druidoo.io>`__:
- `Druidoo <https://www.druidoo.io>`__:
- Iván Todorovich <ivan.todorovich@druidoo.io>
- Iván Todorovich <ivan.todorovich@druidoo.io>
- Pierre Verkest <pierreverkest84@gmail.com>
- `NextERP Romania <https://www.nexterp.ro>`__:
- Pierre Verkest <pierreverkest84@gmail.com>
- `NextERP Romania <https://www.nexterp.ro>`__:
- Fekete Mihai <feketemihai@nexterp.ro>
- Fekete Mihai <feketemihai@nexterp.ro>
- `Tecnativa <https://www.tecnativa.com>`__:
- `Tecnativa <https://www.tecnativa.com>`__:
- Carlos Roca
- Víctor Martínez
- Carlos Roca
- Víctor Martínez
- `Jarsa <https://www.jarsa.com>`__:
- `Jarsa <https://www.jarsa.com>`__:
- Alan Ramos <alan.ramos@jarsa.com>
- Alan Ramos <alan.ramos@jarsa.com>
- `Bloopark systems <https://www.bloopark.de/>`__:
- `Bloopark systems <https://www.bloopark.de/>`__:
- Achraf Mhadhbi <machraf@bloopark.de>
- Achraf Mhadhbi <machraf@bloopark.de>
Maintainers
-----------

View File

@@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:3b5eb88dbd79b1149e679ff90f3a24b61a1f07af046693635b7fc3b597479aba
!! source digest: sha256:83536f96c9de60df146e373b7ce8bf3a5c1c7c18f225c668b06ce45a2db4f907
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/reporting-engine/tree/18.0/base_comment_template"><img alt="OCA/reporting-engine" src="https://img.shields.io/badge/github-OCA%2Freporting--engine-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/reporting-engine-18-0/reporting-engine-18-0-base_comment_template"><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/reporting-engine&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>Add a new mixin class to define templates of comments to print on

View File

@@ -1,7 +1,8 @@
[project]
name = "odoo-addons-oca-reporting-engine"
version = "18.0.20241204.0"
version = "18.0.20250115.0"
dependencies = [
"odoo-addon-base_comment_template==18.0.*",
"odoo-addon-bi_sql_editor==18.0.*",
"odoo-addon-report_xlsx==18.0.*",
"odoo-addon-sql_request_abstract==18.0.*",