From 40918ff3adb7aba0a1d46b460eff5d3dbf90d615 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sat, 9 Dec 2023 07:41:58 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 6 +++++- account_invoice_report_grouped_by_picking/README.rst | 2 +- .../static/description/index.html | 3 ++- setup/_metapackage/pyproject.toml | 11 +++++++++++ 4 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 setup/_metapackage/pyproject.toml diff --git a/README.md b/README.md index 44ce1f409..8069df16d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,11 @@ TODO: add repo description. [//]: # (addons) -This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools. +Available addons +---------------- +addon | version | maintainers | summary +--- | --- | --- | --- +[account_invoice_report_grouped_by_picking](account_invoice_report_grouped_by_picking/) | 17.0.1.0.0 | | Print invoice lines grouped by picking [//]: # (end addons) diff --git a/account_invoice_report_grouped_by_picking/README.rst b/account_invoice_report_grouped_by_picking/README.rst index 786b5acf3..7f5ca5ad4 100644 --- a/account_invoice_report_grouped_by_picking/README.rst +++ b/account_invoice_report_grouped_by_picking/README.rst @@ -7,7 +7,7 @@ Account Invoice Grouped by Picking !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:849712b84c478d2e89387eb21a571843b8e784a88ff9203c3205359336b55cc9 + !! source digest: sha256:2c603755b8a7c4499809c5f751b02ad4158380249f849973acf9e3a3a2c7694c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_invoice_report_grouped_by_picking/static/description/index.html b/account_invoice_report_grouped_by_picking/static/description/index.html index bf0d63f23..21892c143 100644 --- a/account_invoice_report_grouped_by_picking/static/description/index.html +++ b/account_invoice_report_grouped_by_picking/static/description/index.html @@ -1,3 +1,4 @@ + @@ -366,7 +367,7 @@

Account Invoice Grouped by Picking

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:849712b84c478d2e89387eb21a571843b8e784a88ff9203c3205359336b55cc9 +!! source digest: sha256:2c603755b8a7c4499809c5f751b02ad4158380249f849973acf9e3a3a2c7694c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows print invoices with picking info. This module groups diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml new file mode 100644 index 000000000..6954a3625 --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "odoo-addons-oca-account-invoice-reporting" +version = "17.0.20231209.0" +dependencies = [ + "odoo-addon-account_invoice_report_grouped_by_picking>=17.0dev,<17.1dev", +] +classifiers=[ + "Programming Language :: Python", + "Framework :: Odoo", + "Framework :: Odoo :: 17.0", +]