diff --git a/README.md b/README.md index 87704dc345..e37b17d63f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,11 @@ [//]: # (addons) -This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools. +Available addons +---------------- +addon | version | maintainers | summary +--- | --- | --- | --- +[mail_outbound_static](mail_outbound_static/) | 17.0.1.0.0 | | Allows you to configure the from header for a mail server. [//]: # (end addons) diff --git a/mail_outbound_static/README.rst b/mail_outbound_static/README.rst index 9fed8500b2..dc6c44bd22 100644 --- a/mail_outbound_static/README.rst +++ b/mail_outbound_static/README.rst @@ -7,7 +7,7 @@ Mail Outbound Static !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:fc885be3a9b810c157a024148ba132153c62c47c3f62d25eeec0b13b967cd097 + !! source digest: sha256:df8fcbd3b8597154c3764410c8e6a4ac7f764df15f2185938bb540500660b140 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/mail_outbound_static/static/description/index.html b/mail_outbound_static/static/description/index.html index d1901840c1..4e06a5d96a 100644 --- a/mail_outbound_static/static/description/index.html +++ b/mail_outbound_static/static/description/index.html @@ -366,7 +366,7 @@
This module brings Odoo outbound emails in to strict compliance with diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml new file mode 100644 index 0000000000..e91cf82e3b --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "odoo-addons-oca-social" +version = "17.0.20231228.0" +dependencies = [ + "odoo-addon-mail_outbound_static>=17.0dev,<17.1dev", +] +classifiers=[ + "Programming Language :: Python", + "Framework :: Odoo", + "Framework :: Odoo :: 17.0", +]