From c0808bf4ba374e0adf23c74b7adb49549366ed53 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 22 Oct 2024 23:41:42 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 6 +++++- base_territory/README.rst | 2 +- base_territory/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 b5c4f664bc..6b0bb72220 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,11 @@ field-service [//]: # (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_territory](base_territory/) | 18.0.1.0.0 | [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) [![brian10048](https://github.com/brian10048.png?size=30px)](https://github.com/brian10048) | This module allows you to define territories, branches, districts and regions to be used for Field Service operations or Sales. [//]: # (end addons) diff --git a/base_territory/README.rst b/base_territory/README.rst index 264b009209..d4bceba02e 100644 --- a/base_territory/README.rst +++ b/base_territory/README.rst @@ -7,7 +7,7 @@ Base Territory !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:09071d17d5056c5ee697dae92dc0974752c30247936f6c07c0c028731f350473 + !! source digest: sha256:fa72f0cf7de32281457e66e62644b33263d8294b9d1bcbf760a7b3056f28b23c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/base_territory/static/description/index.html b/base_territory/static/description/index.html index 52e1f38403..3c3436ff6e 100644 --- a/base_territory/static/description/index.html +++ b/base_territory/static/description/index.html @@ -367,7 +367,7 @@

Base Territory

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:09071d17d5056c5ee697dae92dc0974752c30247936f6c07c0c028731f350473 +!! source digest: sha256:fa72f0cf7de32281457e66e62644b33263d8294b9d1bcbf760a7b3056f28b23c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Production/Stable License: AGPL-3 OCA/field-service Translate me on Weblate Try me on Runboat

This module allows you to define territories, branches, districts and diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml new file mode 100644 index 0000000000..5b2038ee38 --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "odoo-addons-oca-field-service" +version = "18.0.20241022.0" +dependencies = [ + "odoo-addon-base_territory==18.0.*", +] +classifiers=[ + "Programming Language :: Python", + "Framework :: Odoo", + "Framework :: Odoo :: 18.0", +]