From 8fd5480c3264ed36c27f59ff08241aa2cc78ab31 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 14 Aug 2024 15:43:57 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + base_global_discount/README.rst | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfc15f02a..4008b4e56 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [base_external_dbsource](base_external_dbsource/) | 17.0.1.0.0 | | External Database Sources [base_external_dbsource_sqlite](base_external_dbsource_sqlite/) | 17.0.1.0.0 | [![anddago78](https://github.com/anddago78.png?size=30px)](https://github.com/anddago78) | External Database Source - SQLite +[base_global_discount](base_global_discount/) | 17.0.1.0.0 | | Base Global Discount [base_user_role](base_user_role/) | 17.0.1.1.1 | [![sebalix](https://github.com/sebalix.png?size=30px)](https://github.com/sebalix) [![jcdrubay](https://github.com/jcdrubay.png?size=30px)](https://github.com/jcdrubay) [![novawish](https://github.com/novawish.png?size=30px)](https://github.com/novawish) | User roles [base_user_role_company](base_user_role_company/) | 17.0.1.1.1 | | User roles by company diff --git a/base_global_discount/README.rst b/base_global_discount/README.rst index 4db8fdc7f..eb2375110 100644 --- a/base_global_discount/README.rst +++ b/base_global_discount/README.rst @@ -7,7 +7,7 @@ Base Global Discount !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:68aa982f3f23a381d794936f7c29432409f786f969c9bebc8fb0e133c575f781 + !! source digest: sha256:52bdf5549692737646cbf7a6e2bad2bbdd84f8c8dc782491ac7ac7810ee8391e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index fd9620b47..43085324e 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-server-backend" -version = "17.0.20240724.1" +version = "17.0.20240814.0" dependencies = [ "odoo-addon-base_external_dbsource>=17.0dev,<17.1dev", "odoo-addon-base_external_dbsource_sqlite>=17.0dev,<17.1dev", + "odoo-addon-base_global_discount>=17.0dev,<17.1dev", "odoo-addon-base_user_role>=17.0dev,<17.1dev", "odoo-addon-base_user_role_company>=17.0dev,<17.1dev", ]