X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=view%2Fpoint_of_sale.xml;h=78bd20bf5f7808219e76ed9e68e2e7068f65242b;hb=bb10dd043fed03aa7c63491b047fb45a0683ed1f;hp=372ff5c291f941accec807688825a8fd05ec1716;hpb=5cba7f41c7763abd47a4193e7647666afd3f58a6;p=burette%2Fbikecoop.git diff --git a/view/point_of_sale.xml b/view/point_of_sale.xml index 372ff5c..78bd20b 100644 --- a/view/point_of_sale.xml +++ b/view/point_of_sale.xml @@ -13,7 +13,7 @@ - [('available_in_pos','=', True)] + [('sale_ok','=', True),('available_in_pos','=', True)] @@ -30,5 +30,27 @@ + + pos.session.form + pos.session + + + + selection + [('state', 'in', ('active',))] + {'readonly': [('state', 'not in', ('opening_control',))]} + + + + + pos.order.list.select + pos.order + + + + + + +