diff --git a/README.md b/README.md index ab52e08bfe..f138f78949 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ addon | version | maintainers | summary [fieldservice_calendar](fieldservice_calendar/) | 18.0.1.0.0 | [![hparfr](https://github.com/hparfr.png?size=30px)](https://github.com/hparfr) | Add calendar to FSM Orders [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_recurring](fieldservice_recurring/) | 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) | Manage recurring Field Service orders [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 diff --git a/fieldservice_recurring/README.rst b/fieldservice_recurring/README.rst index 7e13f112a8..426ebf664f 100644 --- a/fieldservice_recurring/README.rst +++ b/fieldservice_recurring/README.rst @@ -7,7 +7,7 @@ Field Service Recurring Work Orders !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a0ec4399a4f2ba37667d2f9bbb25d2f2d27be45e88515476bedc34f7ff046531 + !! source digest: sha256:3846f9c50da2854ecc7e1aba0570adc909070add1f65a03c7f948e99d4c06f70 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/fieldservice_recurring/static/description/index.html b/fieldservice_recurring/static/description/index.html index 6d7be73fdf..adcbcef095 100644 --- a/fieldservice_recurring/static/description/index.html +++ b/fieldservice_recurring/static/description/index.html @@ -367,7 +367,7 @@

Field Service Recurring Work Orders

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:a0ec4399a4f2ba37667d2f9bbb25d2f2d27be45e88515476bedc34f7ff046531 +!! source digest: sha256:3846f9c50da2854ecc7e1aba0570adc909070add1f65a03c7f948e99d4c06f70 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows you to manage your recurring field service work diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 3df4c9e2a3..6b006a9536 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.1" +version = "18.0.20241120.2" dependencies = [ "odoo-addon-base_territory==18.0.*", "odoo-addon-fieldservice==18.0.*", @@ -8,6 +8,7 @@ dependencies = [ "odoo-addon-fieldservice_calendar==18.0.*", "odoo-addon-fieldservice_crm==18.0.*", "odoo-addon-fieldservice_project==18.0.*", + "odoo-addon-fieldservice_recurring==18.0.*", "odoo-addon-fieldservice_route==18.0.*", "odoo-addon-fieldservice_sale==18.0.*", "odoo-addon-fieldservice_vehicle==18.0.*",