X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=view%2Fpoint_of_sale.xml;h=5d756d6cbf59c7f43b1c563b09bde8e94987551d;hb=a5a601d7014349ecf85e7aee9848d875a860b458;hp=372ff5c291f941accec807688825a8fd05ec1716;hpb=5cba7f41c7763abd47a4193e7647666afd3f58a6;p=burette%2Fbikecoop.git diff --git a/view/point_of_sale.xml b/view/point_of_sale.xml index 372ff5c..5d756d6 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,43 @@ + + pos.session.form + pos.session + + + + selection + [('state', 'in', ('active',))] + {'readonly': [('state', 'not in', ('opening_control',))]} + + + + + pos.order.list.select + pos.order + + + + + + + + + pos.session.form.view + pos.session + + + + + + + + + + + + +