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 @@ -
@@ -367,7 +366,7 @@This module is the base of the Field Service application in Odoo.
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",