[MERGE] forward port of branch 7.0 up to de07c64
[odoo/odoo.git] / addons / account / wizard / __init__.py
1 # -*- coding: utf-8 -*-
2 ##############################################################################
3 #
4 #    OpenERP, Open Source Management Solution
5 #    Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
6 #
7 #    This program is free software: you can redistribute it and/or modify
8 #    it under the terms of the GNU Affero General Public License as
9 #    published by the Free Software Foundation, either version 3 of the
10 #    License, or (at your option) any later version.
11 #
12 #    This program is distributed in the hope that it will be useful,
13 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
14 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 #    GNU Affero General Public License for more details.
16 #
17 #    You should have received a copy of the GNU Affero General Public License
18 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
19 #
20 ##############################################################################
21
22 import account_report_common
23 import account_report_common_partner
24 import account_report_common_journal
25 import account_report_common_account
26
27 import account_automatic_reconcile
28 import account_move_line_reconcile_select
29 import account_move_line_unreconcile_select
30 import account_reconcile_partner_process
31 import account_reconcile
32 import account_unreconcile
33 import account_invoice_refund
34 import account_journal_select
35 import account_move_bank_reconcile
36 import account_subscription_generate
37 import account_report_aged_partner_balance
38 import account_report_partner_ledger
39 import account_report_partner_balance
40 import account_period_close
41 import account_fiscalyear_close
42 import account_fiscalyear_close_state
43 import account_vat
44 import account_open_closed_fiscalyear
45
46 import account_invoice_state
47 import account_chart
48 import account_tax_chart
49 import account_financial_report
50 #TODO: remove this file no moe used
51 # also remove related view fiel
52
53 import account_validate_account_move
54 import account_use_model
55
56 import account_state_open
57
58 import account_report_print_journal
59 import account_report_central_journal
60 import account_report_general_journal
61 import account_report_general_ledger
62 import account_report_account_balance
63
64 import account_change_currency
65
66 import pos_box;
67
68 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
69
70