Commit 9dc71f19 by Arturo Jasso Origel

se agrego archivo para quitarle la restricción que los tipos de usuario solo se…

se agrego archivo para quitarle la restricción que los tipos de usuario solo se puedan ver cuando se enucnetra en modo debug
parent 7fdc7c18
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
'views/portal_login.xml', 'views/portal_login.xml',
'views/portal_layout.xml', 'views/portal_layout.xml',
'views/portal_backend_thanks.xml', 'views/portal_backend_thanks.xml',
'views/res_users.xml',
], ],
'assets': { 'assets': {
'web.assets_frontend': [ 'web.assets_frontend': [
......
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<record model="ir.ui.view" id="res_user_form_user_type">
<field name="name">res.users.form.user.type</field>
<field name="model">res.users</field>
<field name="inherit_id" ref="base.user_groups_view"/>
<field name="arch" type="xml">
<xpath expr="//separator" position="attributes">
<attribute name="groups"></attribute>
</xpath>
<xpath expr="//field[@name='sel_groups_1_9_10']" position="attributes">
<attribute name="groups"></attribute>
</xpath>
</field>
</record>
</data>
</odoo>
\ No newline at end of file
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