User
Manager
Point Of Sale Bank Statement POS User
[('pos_session_id', '!=', False)]
Point Of Sale Bank Statement Accountant
[(1, '=', 1)]
Point Of Sale Bank Statement Line POS User
[('statement_id.pos_session_id', '!=', False)]
Point Of Sale Bank Statement Line Accountant
[(1, '=', 1)]
Point Of Sale Cashbox Line Accountant
[(1, '=', 1)]
Point Of Sale Order
[('company_id', '=', user.company_id.id)]
Point Of Sale Session
[('config_id.company_id', '=', user.company_id.id)]
Point Of Sale Config
[('company_id','child_of',[user.company_id.id])]
Point Of Sale Order Analysis multi-company
['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])]