diff --git a/README.md b/README.md index e4ed6f935..441e34947 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 +--- | --- | --- | --- +[base_phone](base_phone/) | 17.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Validate phone numbers [//]: # (end addons) diff --git a/base_phone/README.rst b/base_phone/README.rst index dedd72974..6e32ee276 100644 --- a/base_phone/README.rst +++ b/base_phone/README.rst @@ -7,7 +7,7 @@ Base Phone !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:9f25b9cb743d588b4cbe67f7804ef3aa733902d373f0108b0a1a97f5ac72d0a7 + !! source digest: sha256:c9ed82e22651a8960446dc9377bb13f20e0292544159bc6a051d4fb87fa4d443 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/base_phone/static/description/index.html b/base_phone/static/description/index.html index 917d17c90..2910f0260 100644 --- a/base_phone/static/description/index.html +++ b/base_phone/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Base Phone

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:9f25b9cb743d588b4cbe67f7804ef3aa733902d373f0108b0a1a97f5ac72d0a7 +!! source digest: sha256:c9ed82e22651a8960446dc9377bb13f20e0292544159bc6a051d4fb87fa4d443 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module provides common methods and wizards which can be useful to diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml new file mode 100644 index 000000000..2ea387cd0 --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "odoo-addons-oca-connector-telephony" +version = "17.0.20240404.0" +dependencies = [ + "odoo-addon-base_phone>=17.0dev,<17.1dev", +] +classifiers=[ + "Programming Language :: Python", + "Framework :: Odoo", + "Framework :: Odoo :: 17.0", +]