From e41aae3014f09d01b19f1495c8aee0a66e9c20af Mon Sep 17 00:00:00 2001 From: "sbh (Open ERP)" Date: Thu, 18 Mar 2010 18:07:56 +0530 Subject: [PATCH] [Add] point_of_sale: add the missing file bzr revid: sbh@tinyerp.com-20100318123756-pqedu3eabie83fot --- addons/point_of_sale/__terp__.py | 3 +- addons/point_of_sale/wizard/__init__.py | 1 + addons/point_of_sale/wizard/pos_details.xml | 33 +++++++++++++++++++++ 3 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 addons/point_of_sale/wizard/pos_details.xml diff --git a/addons/point_of_sale/__terp__.py b/addons/point_of_sale/__terp__.py index 1721d6609d5..bc520df882f 100644 --- a/addons/point_of_sale/__terp__.py +++ b/addons/point_of_sale/__terp__.py @@ -50,7 +50,8 @@ Main features : 'wizard/pos_open_statement.xml', 'wizard/pos_close_statement.xml', 'wizard/pos_box_entries.xml', - 'wizard/pos_box_out.xml', + 'wizard/pos_box_out.xml', + 'wizard/pos_details.xml', 'pos_view.xml', 'pos_sequence.xml', 'posrule_data.xml', diff --git a/addons/point_of_sale/wizard/__init__.py b/addons/point_of_sale/wizard/__init__.py index e3d7dd07090..7f06e28b453 100644 --- a/addons/point_of_sale/wizard/__init__.py +++ b/addons/point_of_sale/wizard/__init__.py @@ -42,6 +42,7 @@ import pos_open_statement import pos_close_statement import pos_box_entries import pos_box_out +import pos_details # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/point_of_sale/wizard/pos_details.xml b/addons/point_of_sale/wizard/pos_details.xml new file mode 100644 index 00000000000..95ad4b2d368 --- /dev/null +++ b/addons/point_of_sale/wizard/pos_details.xml @@ -0,0 +1,33 @@ + + + + + + + POS Details + pos.details + form + +
+ + + +