Add field Not Restaurant in user

This commit is contained in:
2025-07-13 11:35:20 -05:00
parent b51c12eeb9
commit 316d0fe62d
2 changed files with 3 additions and 0 deletions

View File

@@ -7,3 +7,4 @@ class User(metaclass=PoolMeta):
__name__ = 'res.user'
waiter = fields.Boolean('Waiter')
not_restaurant = fields.Boolean('Not Restaurant')