From 80af0633c9374d320080238ddd54c4236b5d2c64 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 6 Dec 2024 16:33:05 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 6 +++++- disable_odoo_online/README.rst | 2 +- disable_odoo_online/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 c6c5325..e531a6e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,11 @@ server-brand [//]: # (addons) -This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools. +Available addons +---------------- +addon | version | maintainers | summary +--- | --- | --- | --- +[disable_odoo_online](disable_odoo_online/) | 18.0.1.0.0 | | Remove odoo.com Bindings [//]: # (end addons) diff --git a/disable_odoo_online/README.rst b/disable_odoo_online/README.rst index a1f06e3..1a75539 100644 --- a/disable_odoo_online/README.rst +++ b/disable_odoo_online/README.rst @@ -7,7 +7,7 @@ Remove odoo.com Bindings !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:275c91041814b41930927bd0e2a89ef1996091ff52075a7016db7102b54113c4 + !! source digest: sha256:bd671a096d54b77df4e92d655fc181b362e41f3d713889cbd5017d7cd7362ad6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/disable_odoo_online/static/description/index.html b/disable_odoo_online/static/description/index.html index 1fdaf47..794bf26 100644 --- a/disable_odoo_online/static/description/index.html +++ b/disable_odoo_online/static/description/index.html @@ -367,7 +367,7 @@

Remove odoo.com Bindings

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:275c91041814b41930927bd0e2a89ef1996091ff52075a7016db7102b54113c4 +!! source digest: sha256:bd671a096d54b77df4e92d655fc181b362e41f3d713889cbd5017d7cd7362ad6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module deactivates all bindings to odoo.com that come with the diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml new file mode 100644 index 0000000..0d64a77 --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "odoo-addons-oca-server-brand" +version = "18.0.20241206.0" +dependencies = [ + "odoo-addon-disable_odoo_online==18.0.*", +] +classifiers=[ + "Programming Language :: Python", + "Framework :: Odoo", + "Framework :: Odoo :: 18.0", +]