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

9
view/user_form.xml Normal file
View File

@@ -0,0 +1,9 @@
<?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. -->
<data>
<xpath expr="//field[@name='name']" position="after">
<label name="waiter"/>
<field name="waiter"/>
</xpath>
</data>