This commit is contained in:
gsinghpal
2026-02-27 14:32:32 -05:00
parent b649246e81
commit b925766966
80 changed files with 7831 additions and 1041 deletions

View File

@@ -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.&#10;192.168.1.0/24&#10;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">