155c9b40c8cd7df35f546da430064ded79ec0193
[odoo/odoo.git] / addons / point_of_sale / wizard / __init__.py
1 # -*- encoding: utf-8 -*-
2 ##############################################################################
3 #
4 #    OpenERP, Open Source Management Solution
5 #    Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>). All Rights Reserved
6 #    $Id$
7 #
8 #    This program is free software: you can redistribute it and/or modify
9 #    it under the terms of the GNU General Public License as published by
10 #    the Free Software Foundation, either version 3 of the License, or
11 #    (at your option) any later version.
12 #
13 #    This program is distributed in the hope that it will be useful,
14 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
15 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 #    GNU General Public License for more details.
17 #
18 #    You should have received a copy of the GNU General Public License
19 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
20 #
21 ##############################################################################
22
23 import wizard_pos_payment
24 import wizard_default_journal
25 import wizard_refund_order
26 import wizard_confirm
27 import wizard_discount
28 import wizard_get_sale
29 import wizard_scan_product
30 import wizard_receipt
31 import wizard_return
32 import wizard_pos_payment_report
33 import wizard_pos_sales_user
34 import wizard_pos_sales_user_today
35 import wizard_pos_payment_report_date
36 import wizard_pos_payment_report_user
37 import wizard_pos_sales_user_current_user
38 import wizard_pos_details
39 import wizard_open_statement
40 import wizard_all_closed_cashbox_of_the_day
41 import pos_add_product
42 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
43