From 5468218982f10edaf80723dbcdbfba3da128c90d Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 23 Sep 2024 08:11:35 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 6 +++++- l10n_pt_vat/README.rst | 2 +- l10n_pt_vat/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 46d773b8..e4282ca9 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 +--- | --- | --- | --- +[l10n_pt_vat](l10n_pt_vat/) | 17.0.1.0.0 | [![dreispt](https://github.com/dreispt.png?size=30px)](https://github.com/dreispt) | Portuguese VAT requirements extensions [//]: # (end addons) diff --git a/l10n_pt_vat/README.rst b/l10n_pt_vat/README.rst index 1dc75e29..7e76ff84 100644 --- a/l10n_pt_vat/README.rst +++ b/l10n_pt_vat/README.rst @@ -7,7 +7,7 @@ Portugal - IVA !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:81e5b6f28b942cb6ca6117b5a4ad766962d1f379856e8ca7eee7dd64ca305c0e + !! source digest: sha256:6969822cb931ede1b0619f779575a160e1e7d5173a6841e4695eeac6568456fe !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/l10n_pt_vat/static/description/index.html b/l10n_pt_vat/static/description/index.html index 6ed229b2..575167b7 100644 --- a/l10n_pt_vat/static/description/index.html +++ b/l10n_pt_vat/static/description/index.html @@ -367,7 +367,7 @@

Portugal - IVA

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:81e5b6f28b942cb6ca6117b5a4ad766962d1f379856e8ca7eee7dd64ca305c0e +!! source digest: sha256:6969822cb931ede1b0619f779575a160e1e7d5173a6841e4695eeac6568456fe !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Production/Stable License: AGPL-3 OCA/l10n-portugal Translate me on Weblate Try me on Runboat

This modules extends the base localization modules with a few VAT diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml new file mode 100644 index 00000000..00494339 --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "odoo-addons-oca-l10n-portugal" +version = "17.0.20240923.0" +dependencies = [ + "odoo-addon-l10n_pt_vat>=17.0dev,<17.1dev", +] +classifiers=[ + "Programming Language :: Python", + "Framework :: Odoo", + "Framework :: Odoo :: 17.0", +]