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

View File

@@ -1,5 +1,5 @@
from trytond.pool import Pool
from . import product, sale, production, invoice
from . import product, sale, production, invoice, user
__all__ = ['register']
@@ -10,6 +10,7 @@ def register():
invoice.InvoiceLine,
sale.Sale,
sale.Line,
user.User,
production.Production,
module='sale_fast_food', type_='model')
Pool.register(