Commit 64b18b07 by Arturo Jasso Origel

cambio en la vista de portal, se agrego nuevo codigo para evitar que de error al…

cambio en la vista de portal, se agrego nuevo codigo para evitar que de error al actualizar los datos en la vista
parent 8bccf309
...@@ -6,12 +6,11 @@ ...@@ -6,12 +6,11 @@
<field name="model">res.users</field> <field name="model">res.users</field>
<field name="inherit_id" ref="base.user_groups_view"/> <field name="inherit_id" ref="base.user_groups_view"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath expr="//separator" position="attributes">
<attribute name="groups"></attribute> <xpath expr="//page[1]//group[1]//field" position="attributes">
</xpath>
<xpath expr="//field[@name='sel_groups_1_9_10']" position="attributes">
<attribute name="groups"></attribute> <attribute name="groups"></attribute>
</xpath> </xpath>
</field> </field>
</record> </record>
</data> </data>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment