From e9c6594aa5a79edcde11e3a490dcf856e52841c3 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 24 Nov 2023 11:32:46 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 6 +++++- crm_lead_vat/README.rst | 2 +- crm_lead_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 107e209552c..05321b383b6 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 +--- | --- | --- | --- +[crm_lead_vat](crm_lead_vat/) | 17.0.1.0.1 | [![EmilioPascual](https://github.com/EmilioPascual.png?size=30px)](https://github.com/EmilioPascual) | Add VAT field to leads [//]: # (end addons) diff --git a/crm_lead_vat/README.rst b/crm_lead_vat/README.rst index 0f69375cda6..0e16bcc7354 100644 --- a/crm_lead_vat/README.rst +++ b/crm_lead_vat/README.rst @@ -7,7 +7,7 @@ VAT in leads !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:33552375e7cb8f3b3a8e51ce8dce089517d2ae96f8c5804225d5c8f561250aa6 + !! source digest: sha256:fd5d37d78ea01679f05c1a52d1e1720c31e2c941682c529f03be2c21bb0c462f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/crm_lead_vat/static/description/index.html b/crm_lead_vat/static/description/index.html index 6e2fa3d88a6..61d63026527 100644 --- a/crm_lead_vat/static/description/index.html +++ b/crm_lead_vat/static/description/index.html @@ -367,7 +367,7 @@

VAT in leads

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:33552375e7cb8f3b3a8e51ce8dce089517d2ae96f8c5804225d5c8f561250aa6 +!! source digest: sha256:fd5d37d78ea01679f05c1a52d1e1720c31e2c941682c529f03be2c21bb0c462f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/crm Translate me on Weblate Try me on Runboat

This module was written to extend the functionality of CRM leads to diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml new file mode 100644 index 00000000000..d30608c9eb9 --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "odoo-addons-oca-crm" +version = "17.0.20231124.0" +dependencies = [ + "odoo-addon-crm_lead_vat>=17.0dev,<17.1dev", +] +classifiers=[ + "Programming Language :: Python", + "Framework :: Odoo", + "Framework :: Odoo :: 17.0", +]