Commit 9179baac by Juan

Perfil Lappa

1 parent c8a38ac6
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
'views/solicitudes.xml', 'views/solicitudes.xml',
'views/punto_retiro_vista.xml', 'views/punto_retiro_vista.xml',
'views/menu_vista.xml', 'views/menu_vista.xml',
'views/user.xml',
'data_xml/dias.xml', 'data_xml/dias.xml',
], ],
# only loaded in demonstration mode # only loaded in demonstration mode
......
<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<record id="view_res_users_form_custom" model="ir.ui.view">
<field name="name">res.users.form.inherit.laika</field>
<field name="model">res.users</field>
<field name="inherit_id" ref="base.view_users_form"/>
<field name="arch" type="xml">
<notebook>
<page string="Perfil Lappa">
<group col="4">
<field name="transportista"/>
</group>
</page>
</notebook>
</field>
</record>
</odoo>
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!