From a367411093a712739a9d444063651d0acf17c53e Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 25 Jul 2024 10:07:00 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + account_comment_template/README.rst | 2 +- account_comment_template/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1b40ceb49..7b831d6dc 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[account_comment_template](account_comment_template/) | 17.0.1.0.0 | | Comments templates on invoice documents [account_invoice_line_report](account_invoice_line_report/) | 17.0.1.0.0 | | New view to manage invoice lines information [account_invoice_report_grouped_by_picking](account_invoice_report_grouped_by_picking/) | 17.0.1.0.2 | | Print invoice lines grouped by picking diff --git a/account_comment_template/README.rst b/account_comment_template/README.rst index 740b84b17..7b9c45b8a 100644 --- a/account_comment_template/README.rst +++ b/account_comment_template/README.rst @@ -7,7 +7,7 @@ Account Comments !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:0a899af0a18677ee8cf7dff6005898cadd4a209d5e1efac69a1e61821a494b67 + !! source digest: sha256:bce51f8e54fc6498a70050b86c7c60bd9f4e6868f101f147a8d3c67d0e80ea0d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_comment_template/static/description/index.html b/account_comment_template/static/description/index.html index 779ecab11..935153733 100644 --- a/account_comment_template/static/description/index.html +++ b/account_comment_template/static/description/index.html @@ -367,7 +367,7 @@

Account Comments

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:0a899af0a18677ee8cf7dff6005898cadd4a209d5e1efac69a1e61821a494b67 +!! source digest: sha256:bce51f8e54fc6498a70050b86c7c60bd9f4e6868f101f147a8d3c67d0e80ea0d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/account-invoice-reporting Translate me on Weblate Try me on Runboat

Adds comments on invoices. The comments can be edited directly on the diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index e07d314cc..366b16231 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "odoo-addons-oca-account-invoice-reporting" -version = "17.0.20240314.0" +version = "17.0.20240725.0" dependencies = [ + "odoo-addon-account_comment_template>=17.0dev,<17.1dev", "odoo-addon-account_invoice_line_report>=17.0dev,<17.1dev", "odoo-addon-account_invoice_report_grouped_by_picking>=17.0dev,<17.1dev", ]