Skip to content

Commit 10abb77

Browse files
committed
[BOT] post-merge updates
1 parent 586fd94 commit 10abb77

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ addon | version | maintainers | summary
3737
[fieldservice_activity](fieldservice_activity/) | 17.0.1.1.0 | [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) [![osi-scampbell](https://github.com/osi-scampbell.png?size=30px)](https://github.com/osi-scampbell) | Field Service Activities are a set of actions that need to be performed on a service order
3838
[fieldservice_agreement](fieldservice_agreement/) | 17.0.1.0.0 | [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) [![bodedra](https://github.com/bodedra.png?size=30px)](https://github.com/bodedra) [![smangukiya](https://github.com/smangukiya.png?size=30px)](https://github.com/smangukiya) [![osi-scampbell](https://github.com/osi-scampbell.png?size=30px)](https://github.com/osi-scampbell) [![patrickrwilson](https://github.com/patrickrwilson.png?size=30px)](https://github.com/patrickrwilson) | Manage Field Service agreements and contracts
3939
[fieldservice_calendar](fieldservice_calendar/) | 17.0.1.0.0 | [![hparfr](https://github.com/hparfr.png?size=30px)](https://github.com/hparfr) | Add calendar to FSM Orders
40-
[fieldservice_crm](fieldservice_crm/) | 17.0.1.0.0 | [![patrickrwilson](https://github.com/patrickrwilson.png?size=30px)](https://github.com/patrickrwilson) | Create Field Service orders from the CRM
40+
[fieldservice_crm](fieldservice_crm/) | 17.0.1.1.0 | [![patrickrwilson](https://github.com/patrickrwilson.png?size=30px)](https://github.com/patrickrwilson) | Create Field Service orders from the CRM
4141
[fieldservice_equipment_stock](fieldservice_equipment_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 stock operations with your field service equipments
4242
[fieldservice_geoengine](fieldservice_geoengine/) | 17.0.1.0.2 | [![wolfhall](https://github.com/wolfhall.png?size=30px)](https://github.com/wolfhall) [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) | Display Field Service locations on a map with Open Street Map
4343
[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_crm/README.rst

+12-12
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Field Service - CRM
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:dc711809826070614889acb8ed564240354c39de14a035d864a17ddf99dd6834
10+
!! source digest: sha256:44c95e756cc07b924b2bddc0709e748b98c1fa4b912ebb77f0b7629c4377ce8e
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -54,11 +54,11 @@ No configuration is needed.
5454
Usage
5555
=====
5656

57-
- User must have Field Service User permissions
58-
- Go to CRM app
59-
- Create a new Opportunity
60-
- Click the FS Orders Smart Button
61-
- Create a Field Service Order
57+
- User must have Field Service User permissions
58+
- Go to CRM app
59+
- Create a new Opportunity
60+
- Click the FS Orders Smart Button
61+
- Create a Field Service Order
6262

6363
Known issues / Roadmap
6464
======================
@@ -87,19 +87,19 @@ Authors
8787
Contributors
8888
------------
8989

90-
- Patrick Wilson <patrickraymondwilson@gmail.com>
91-
- Freni Patel <fpatel@opensourceintegrators.com>
92-
- `APSL <https://apsl.tech>`__:
90+
- Patrick Wilson <patrickraymondwilson@gmail.com>
91+
- Freni Patel <fpatel@opensourceintegrators.com>
92+
- `APSL <https://apsl.tech>`__:
9393

94-
- Antoni Marroig <amarroig@apsl.net>
95-
- Bernat Obrador <bobrador@apsl.net>
94+
- Antoni Marroig <amarroig@apsl.net>
95+
- Bernat Obrador <bobrador@apsl.net>
9696

9797
Other credits
9898
-------------
9999

100100
The development of this module has been financially supported by:
101101

102-
- Pavlov Media <https://www.pavlovmedia.com>
102+
- Pavlov Media <https://www.pavlovmedia.com>
103103

104104
Maintainers
105105
-----------

fieldservice_crm/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{
55
"name": "Field Service - CRM",
6-
"version": "17.0.1.0.0",
6+
"version": "17.0.1.1.0",
77
"summary": "Create Field Service orders from the CRM",
88
"category": "Field Service",
99
"author": "Patrick Wilson, Odoo Community Association (OCA)",

fieldservice_crm/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Field Service - CRM</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:dc711809826070614889acb8ed564240354c39de14a035d864a17ddf99dd6834
370+
!! source digest: sha256:44c95e756cc07b924b2bddc0709e748b98c1fa4b912ebb77f0b7629c4377ce8e
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.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_crm"><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_crm"><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>
373373
<p>The module integrates the field service application with CRM

0 commit comments

Comments
 (0)