From ebdd49fc4f2adf0052a4c91d67a19cb36ce5cba4 Mon Sep 17 00:00:00 2001
From: OCA-git-bot <oca-git-bot@odoo-community.org>
Date: Mon, 18 Dec 2023 17:18:31 +0000
Subject: [PATCH] [BOT] post-merge updates

---
 README.md                                  | 1 +
 fieldservice/README.rst                    | 2 +-
 fieldservice/static/description/index.html | 3 +--
 setup/_metapackage/pyproject.toml          | 3 ++-
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 42677f3144..21bd979aed 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,7 @@ Available addons
 addon | version | maintainers | summary
 --- | --- | --- | ---
 [base_territory](base_territory/) | 17.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.
+[fieldservice](fieldservice/) | 17.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) | Manage Field Service Locations, Workers and Orders
 
 [//]: # (end addons)
 
diff --git a/fieldservice/README.rst b/fieldservice/README.rst
index 3f713b2512..91d81ff5bd 100644
--- a/fieldservice/README.rst
+++ b/fieldservice/README.rst
@@ -7,7 +7,7 @@ Field Service
    !! This file is generated by oca-gen-addon-readme !!
    !! changes will be overwritten.                   !!
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-   !! source digest: sha256:ede17848000da5b1e5a5097e768609a665d16876b137a3736ff066651f16a911
+   !! source digest: sha256:9df53eb565a380cbc1022e8158fe8b00552d137c8d981348c51fbdd5564c1cf2
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
 .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
diff --git a/fieldservice/static/description/index.html b/fieldservice/static/description/index.html
index c39962c2e8..95e43d34d4 100644
--- a/fieldservice/static/description/index.html
+++ b/fieldservice/static/description/index.html
@@ -1,4 +1,3 @@
-<?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
@@ -367,7 +366,7 @@ <h1 class="title">Field Service</h1>
 !! This file is generated by oca-gen-addon-readme !!
 !! changes will be overwritten.                   !!
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!! source digest: sha256:ede17848000da5b1e5a5097e768609a665d16876b137a3736ff066651f16a911
+!! source digest: sha256:9df53eb565a380cbc1022e8158fe8b00552d137c8d981348c51fbdd5564c1cf2
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
 <p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/field-service/tree/17.0/fieldservice"><img alt="OCA/field-service" src="https://img.shields.io/badge/github-OCA%2Ffield--service-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/field-service-17-0/field-service-17-0-fieldservice"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/field-service&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
 <p>This module is the base of the Field Service application in Odoo.</p>
diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml
index 17181e7e7d..8b26e85360 100644
--- a/setup/_metapackage/pyproject.toml
+++ b/setup/_metapackage/pyproject.toml
@@ -1,8 +1,9 @@
 [project]
 name = "odoo-addons-oca-field-service"
-version = "17.0.20231124.0"
+version = "17.0.20231218.0"
 dependencies = [
     "odoo-addon-base_territory>=17.0dev,<17.1dev",
+    "odoo-addon-fieldservice>=17.0dev,<17.1dev",
 ]
 classifiers=[
     "Programming Language :: Python",