diff --git a/README.md b/README.md index 02ff06c37f..ab52e08bfe 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ addon | version | maintainers | summary [fieldservice_crm](fieldservice_crm/) | 18.0.1.0.0 | [![patrickrwilson](https://github.com/patrickrwilson.png?size=30px)](https://github.com/patrickrwilson) | Create Field Service orders from the CRM [fieldservice_project](fieldservice_project/) | 18.0.1.0.0 | | Create field service orders from a project or project task [fieldservice_route](fieldservice_route/) | 18.0.1.0.0 | [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) | Organize the routes of each day. +[fieldservice_sale](fieldservice_sale/) | 18.0.1.0.0 | [![wolfhall](https://github.com/wolfhall.png?size=30px)](https://github.com/wolfhall) [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) [![brian10048](https://github.com/brian10048.png?size=30px)](https://github.com/brian10048) | Sell field services. [fieldservice_vehicle](fieldservice_vehicle/) | 18.0.1.0.0 | [![wolfhall](https://github.com/wolfhall.png?size=30px)](https://github.com/wolfhall) [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) | Manage Field Service vehicles and assign drivers [//]: # (end addons) diff --git a/fieldservice_sale/README.rst b/fieldservice_sale/README.rst index 9949f538db..1333382cd1 100644 --- a/fieldservice_sale/README.rst +++ b/fieldservice_sale/README.rst @@ -7,7 +7,7 @@ Field Service - Sales !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ca563aad4ece4d42e82ec040072afdc6476597938236d69442f3f27b9d4452fa + !! source digest: sha256:85a5f9ae96f5849fc91846cd0eb90412670a42063a94ddc3b05cfe6fb907ccab !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/fieldservice_sale/static/description/index.html b/fieldservice_sale/static/description/index.html index e8ba36ed9e..6f1457d8a4 100644 --- a/fieldservice_sale/static/description/index.html +++ b/fieldservice_sale/static/description/index.html @@ -367,7 +367,7 @@
The module integrates the Field Service application with the Sales one diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 1a394e5635..3df4c9e2a3 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-field-service" -version = "18.0.20241120.0" +version = "18.0.20241120.1" dependencies = [ "odoo-addon-base_territory==18.0.*", "odoo-addon-fieldservice==18.0.*", @@ -9,6 +9,7 @@ dependencies = [ "odoo-addon-fieldservice_crm==18.0.*", "odoo-addon-fieldservice_project==18.0.*", "odoo-addon-fieldservice_route==18.0.*", + "odoo-addon-fieldservice_sale==18.0.*", "odoo-addon-fieldservice_vehicle==18.0.*", ] classifiers=[