Skip to content

Commit

Permalink
fixing pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
roskolup authored and katyukha committed Nov 10, 2023
1 parent e21c61b commit 599f2cf
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions crnd_web_widget_select_geolocation/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,30 +25,31 @@ Example:

.. code:: xml
<record id="test_select_geolocation_form_view" model="ir.ui.view">
<field name="model">model.name</field>
<field name="arch" type="xml">
<form>
<sheet>
<group>
<record id="test_select_geolocation_form_view" model="ir.ui.view">
<field name="model">model.name</field>
<field name="arch" type="xml">
<form>
<sheet>
<group>
<field name="name"/>
<field name="latitude"/>
<field name="longitude"/>
<field name="address"/>
<field name="point" widget="select_geolocation" options="{'latitude_field': 'latitude', 'longitude_field': 'longitude', 'address_field': 'address', 'zoom': 12}"/>
</group>
<group></group>
<group>
<field name="name"/>
<field name="latitude"/>
<field name="longitude"/>
<field name="address"/>
<field name="point" widget="select_geolocation" options="{'latitude_field': 'latitude', 'longitude_field': 'longitude', 'address_field': 'address', 'zoom': 12}"/>
</group>
<group></group>
</group>
</group>
</sheet>
</sheet>
</form>
</form>
</field>
</field>
</record>
</record>
Launch your own ITSM system in 60 seconds:
Expand Down

0 comments on commit 599f2cf

Please sign in to comment.