Lunch
Helps you handle your lunch needs, if you are a manager you will be able to create new products, cashmoves and to confirm or cancel orders.
16
User
Manager
lunch.cashmove: do not see other people's cashmove
[('user_id', '=', user.id)]
lunch.cashmove: do see other people's cashmove
[(1, '=', 1)]
lunch.order.line: Only new and cancelled order lines deleted.
[('state', 'in', ('new', 'cancelled'))]