Skip to content

Commit 6af1649

Browse files
committed
[IMP] fieldservice_geoengine: pre-commit stuff
1 parent 5dee8cc commit 6af1649

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

fieldservice_geoengine/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "Field Service Geoengine",
77
"summary": "Display Field Service locations on a map with Open Street Map",
88
"license": "AGPL-3",
9-
"version": "14.0.1.2.2",
9+
"version": "16.0.1.0.0",
1010
"category": "Field Service",
1111
"author": "Open Source Integrators, Odoo Community Association (OCA), Pytech SRL",
1212
"website": "https://github.com/OCA/field-service",

fieldservice_geoengine/views/fsm_location.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<field name="classification">custom</field>
6161
<field name="sequence" eval="6" />
6262
<field name="view_id" ref="ir_ui_view_fsm_location_map" />
63-
<field name="geo_repr">colored</field>
63+
<field name="geo_repr">basic</field>
6464
<field name="nb_class" eval="1" />
6565
<field
6666
name="attribute_field_id"
@@ -81,4 +81,4 @@
8181
<field name="view_id" ref="ir_ui_view_fsm_location_map" />
8282
<field name="overlay" eval="1" />
8383
</record>
84-
</odoo>
84+
</odoo>

fieldservice_geoengine/views/fsm_order.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<field name="classification">custom</field>
8383
<field name="sequence" eval="6" />
8484
<field name="view_id" ref="ir_ui_view_fsm_order_map" />
85-
<field name="geo_repr">colored</field>
85+
<field name="geo_repr">basic</field>
8686
<field name="nb_class" eval="1" />
8787
<field
8888
name="attribute_field_id"

0 commit comments

Comments
 (0)