Add field Waiter in res.user and transate

This commit is contained in:
cosmos
2023-09-03 16:53:37 -05:00
parent 94279af9b8
commit 2bf689ef87
6 changed files with 39 additions and 2 deletions

13
user.xml Normal file
View File

@@ -0,0 +1,13 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tryton>
<data>
<record model="ir.ui.view" id="user_view_form" >
<field name="name">user_form</field>
<field name="inherit" ref="res.user_view_form"/>
<field name="model">res.user</field>
</record>
</data>
</tryton>