Skip to content

Commit

Permalink
Merge PR #393 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Feb 5, 2025
2 parents e351a01 + 643c64d commit 7eec4b2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion geoengine_base_geolocalize/views/res_partner_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
<xpath expr="//page[@name='geoengine_map']" position="attributes">
<attribute name="invisible">1</attribute>
</xpath>
</field>
</record>
<record model="ir.ui.view" id="view_crm_partner_geo_form">
<field name="name">geo_partner_form</field>
<field name="model">res.partner</field>
<field name="inherit_id" ref="base_geolocalize.view_crm_partner_geo_form" />
<field name="arch" type="xml">
<xpath expr="//page[@name='geo_location']/group" position="after">
<field
name="geo_point"
Expand All @@ -17,5 +24,4 @@
</xpath>
</field>
</record>

</odoo>

0 comments on commit 7eec4b2

Please sign in to comment.