diff --git a/README.md b/README.md index 559bf87aed..7324d146b1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,11 @@ social [//]: # (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_thread_create_nolog](mail_thread_create_nolog/) | 18.0.1.0.0 | [![sebalix](https://github.com/sebalix.png?size=30px)](https://github.com/sebalix) | Display a fake (non-stored) create log in the chatter. [//]: # (end addons) diff --git a/mail_thread_create_nolog/README.rst b/mail_thread_create_nolog/README.rst index 8e936ed03c..1d1c7bbb1b 100644 --- a/mail_thread_create_nolog/README.rst +++ b/mail_thread_create_nolog/README.rst @@ -7,7 +7,7 @@ Mail Thread - Fake create log !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:71f52b516471ce5279c11bdd348d6c046414076011790291cb6e5c71a12edfa1 + !! source digest: sha256:a76dedae420c3c636ef5042fcd7379e1f2c05a27e4392be737c007b081887ef5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png diff --git a/mail_thread_create_nolog/static/description/index.html b/mail_thread_create_nolog/static/description/index.html index fbbdaceaa7..774dcd750d 100644 --- a/mail_thread_create_nolog/static/description/index.html +++ b/mail_thread_create_nolog/static/description/index.html @@ -367,7 +367,7 @@
This module will block the creation in the database of ‘Record created’ diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml new file mode 100644 index 0000000000..36ed49ce9f --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "odoo-addons-oca-social" +version = "18.0.20241028.0" +dependencies = [ + "odoo-addon-mail_thread_create_nolog==18.0.*", +] +classifiers=[ + "Programming Language :: Python", + "Framework :: Odoo", + "Framework :: Odoo :: 18.0", +]