From 51944f935b5e90c4f01453e034fdbe133609ac99 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 5 Dec 2023 21:57:31 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 6 +++++- account_move_print/README.rst | 2 +- account_move_print/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 11 +++++++++++ 4 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 setup/_metapackage/pyproject.toml diff --git a/README.md b/README.md index b7416a9d1..e0953217e 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_move_print](account_move_print/) | 17.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) | Adds the option to print Journal Entries [//]: # (end addons) diff --git a/account_move_print/README.rst b/account_move_print/README.rst index 63bfcb7cb..9bbe43641 100644 --- a/account_move_print/README.rst +++ b/account_move_print/README.rst @@ -7,7 +7,7 @@ Account Move Print !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:45f90527ea4ca65e79bd38a3f3d592763fd2027f9a0478951d757b0ba76ed5db + !! source digest: sha256:f53bf1e4b822a34f8a74cb1b4806cefcd0d66a933d10d82a9cd350a84be3d786 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_move_print/static/description/index.html b/account_move_print/static/description/index.html index 69482a0f7..1cfe16413 100644 --- a/account_move_print/static/description/index.html +++ b/account_move_print/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:45f90527ea4ca65e79bd38a3f3d592763fd2027f9a0478951d757b0ba76ed5db +!! source digest: sha256:f53bf1e4b822a34f8a74cb1b4806cefcd0d66a933d10d82a9cd350a84be3d786 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 OCA/account-financial-tools Translate me on Weblate Try me on Runboat

This module adds the option to print Journal Entries.

diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml new file mode 100644 index 000000000..e443d3280 --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "odoo-addons-oca-account-financial-tools" +version = "17.0.20231205.0" +dependencies = [ + "odoo-addon-account_move_print>=17.0dev,<17.1dev", +] +classifiers=[ + "Programming Language :: Python", + "Framework :: Odoo", + "Framework :: Odoo :: 17.0", +]