changes
This commit is contained in:
@@ -29,7 +29,8 @@
|
||||
</div>
|
||||
<group>
|
||||
<group string="Address">
|
||||
<field name="address" placeholder="123 Business Ave, San Francisco, CA"/>
|
||||
<field name="address" widget="fclk_places_autocomplete"
|
||||
placeholder="Start typing an address..."/>
|
||||
<field name="timezone"/>
|
||||
</group>
|
||||
<group string="Geofence">
|
||||
@@ -45,6 +46,15 @@
|
||||
<field name="employee_ids" widget="many2many_tags"
|
||||
invisible="all_employees"/>
|
||||
</group>
|
||||
<group string="Verification">
|
||||
<field name="require_photo"/>
|
||||
</group>
|
||||
</group>
|
||||
<group>
|
||||
<group string="IP Whitelist">
|
||||
<field name="ip_whitelist" nolabel="1" colspan="2"
|
||||
placeholder="One IP or CIDR per line, e.g. 192.168.1.0/24 10.0.0.100"/>
|
||||
</group>
|
||||
<group string="Other">
|
||||
<field name="company_id" groups="base.group_multi_company"/>
|
||||
<field name="active" invisible="1"/>
|
||||
@@ -52,9 +62,9 @@
|
||||
</group>
|
||||
</group>
|
||||
|
||||
<!-- Google Maps Static Preview -->
|
||||
<group string="Map Preview" invisible="not latitude or not longitude">
|
||||
<field name="map_url" widget="image_url" string="Map" invisible="not map_url"/>
|
||||
<!-- Interactive Map Preview -->
|
||||
<group string="Map Preview">
|
||||
<field name="map_url" widget="fclk_location_map" nolabel="1" colspan="2"/>
|
||||
</group>
|
||||
|
||||
<group string="Notes">
|
||||
|
||||
Reference in New Issue
Block a user