[FIX] base_geolocalize: no reason to have groups no one for geolocation tab, any salesman should be able to set the latitude longitude

bzr revid: dle@openerp.com-20140418141755-x4wnhqh39v23tky2
This commit is contained in:
Denis Ledoux 2014-04-18 16:17:55 +02:00
parent 4c68f32fad
commit 0253e8ab61
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<field name="inherit_id" ref="base.view_partner_form"/> <field name="inherit_id" ref="base.view_partner_form"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath expr="//notebook[last()]" position="inside"> <xpath expr="//notebook[last()]" position="inside">
<page string="Geo Localization" name="geo_localization" groups="base.group_no_one"> <page string="Geo Localization" name="geo_localization">
<group colspan="2" col="2"> <group colspan="2" col="2">
<separator string="Geo Localization" colspan="2"/> <separator string="Geo Localization" colspan="2"/>
<button <button