From 365d5cc0e9edc44afc9f26cfe9dddf5300dd30fa Mon Sep 17 00:00:00 2001 From: "sbh (Open ERP)" Date: Thu, 18 Mar 2010 16:35:03 +0530 Subject: [PATCH] Point_of_sale: remove the wizard of pos_detail bzr revid: sbh@tinyerp.com-20100318110503-nwkbtiwuyb1vxay1 --- addons/point_of_sale/__terp__.py | 1 - addons/point_of_sale/wizard/__init__.py | 2 +- addons/point_of_sale/wizard/pos_details.xml | 34 ------- addons/point_of_sale/wizard/pos_discount.py | 104 -------------------- 4 files changed, 1 insertion(+), 140 deletions(-) delete mode 100644 addons/point_of_sale/wizard/pos_details.xml delete mode 100644 addons/point_of_sale/wizard/pos_discount.py diff --git a/addons/point_of_sale/__terp__.py b/addons/point_of_sale/__terp__.py index 938ad7628a9..1721d6609d5 100644 --- a/addons/point_of_sale/__terp__.py +++ b/addons/point_of_sale/__terp__.py @@ -51,7 +51,6 @@ Main features : 'wizard/pos_close_statement.xml', 'wizard/pos_box_entries.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 8eafa86daf3..e3d7dd07090 100644 --- a/addons/point_of_sale/wizard/__init__.py +++ b/addons/point_of_sale/wizard/__init__.py @@ -42,6 +42,6 @@ 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 deleted file mode 100644 index 61b7cf5c97e..00000000000 --- a/addons/point_of_sale/wizard/pos_details.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - POS Details - pos.details - form - -
- - - -