From 6efdde20c688857d17c8e1f6b634da63dd7b8c58 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 18 Jun 2024 07:51:34 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + fieldservice_sale/README.rst | 2 +- fieldservice_sale/static/description/index.html | 13 +++++-------- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b859420e3e..9f8822f9d4 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ addon | version | maintainers | summary [fieldservice_isp_flow](fieldservice_isp_flow/) | 17.0.1.0.0 | [![osi-scampbell](https://github.com/osi-scampbell.png?size=30px)](https://github.com/osi-scampbell) | Field Service workflow for Internet Service Providers [fieldservice_recurring](fieldservice_recurring/) | 17.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/) | 17.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/) | 17.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_size](fieldservice_size/) | 17.0.1.0.0 | [![brian10048](https://github.com/brian10048.png?size=30px)](https://github.com/brian10048) | Manage Sizes for Field Service Locations and Orders [fieldservice_stage_validation](fieldservice_stage_validation/) | 17.0.1.0.0 | [![brian10048](https://github.com/brian10048.png?size=30px)](https://github.com/brian10048) [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) | Validate input data when reaching a Field Service stage [fieldservice_stock](fieldservice_stock/) | 17.0.1.0.0 | [![brian10048](https://github.com/brian10048.png?size=30px)](https://github.com/brian10048) [![wolfhall](https://github.com/wolfhall.png?size=30px)](https://github.com/wolfhall) [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) [![smangukiya](https://github.com/smangukiya.png?size=30px)](https://github.com/smangukiya) | Integrate the logistics operations with Field Service diff --git a/fieldservice_sale/README.rst b/fieldservice_sale/README.rst index 157d45b4ce..37ee098bcf 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:ecf815c829e7901869562b1bb19e2a54e5dfdf18c641acc735870a59a53156ec + !! source digest: sha256:ca563aad4ece4d42e82ec040072afdc6476597938236d69442f3f27b9d4452fa !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 0e1db8d20b..7f74fd8ff4 100644 --- a/fieldservice_sale/static/description/index.html +++ b/fieldservice_sale/static/description/index.html @@ -8,11 +8,10 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ +:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. -Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +274,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: gray; } /* line numbers */ +pre.code .ln { color: grey; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +300,7 @@ span.pre { white-space: pre } -span.problematic, pre.problematic { +span.problematic { color: red } span.section-subtitle { @@ -367,7 +366,7 @@

Field Service - Sales

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

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

The module integrates the Field Service application with the Sales one @@ -497,9 +496,7 @@

Contributors

Maintainers

This module is maintained by the OCA.

- -Odoo Community Association - +Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index fee620d663..9d9bb06287 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-field-service" -version = "17.0.20240425.1" +version = "17.0.20240618.0" dependencies = [ "odoo-addon-base_territory>=17.0dev,<17.1dev", "odoo-addon-fieldservice>=17.0dev,<17.1dev", @@ -11,6 +11,7 @@ dependencies = [ "odoo-addon-fieldservice_isp_flow>=17.0dev,<17.1dev", "odoo-addon-fieldservice_recurring>=17.0dev,<17.1dev", "odoo-addon-fieldservice_route>=17.0dev,<17.1dev", + "odoo-addon-fieldservice_sale>=17.0dev,<17.1dev", "odoo-addon-fieldservice_size>=17.0dev,<17.1dev", "odoo-addon-fieldservice_stage_validation>=17.0dev,<17.1dev", "odoo-addon-fieldservice_stock>=17.0dev,<17.1dev",