Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Maria Agustina
/
hgt_transportar
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 9179baac
authored
2025-09-14 12:04:56 -0300
by
Juan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Perfil Lappa
1 parent
c8a38ac6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
__manifest__.py
views/user.xml
__manifest__.py
View file @
9179baa
...
...
@@ -36,6 +36,7 @@
'views/solicitudes.xml'
,
'views/punto_retiro_vista.xml'
,
'views/menu_vista.xml'
,
'views/user.xml'
,
'data_xml/dias.xml'
,
],
# only loaded in demonstration mode
...
...
views/user.xml
0 → 100644
View file @
9179baa
<?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>
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment