[REM] account: removal of account_tax_generate wizard, as it will not work out of...
[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_move_journal
35 import account_journal_select
36 import account_move_bank_reconcile
37 import account_subscription_generate
38 import account_report_aged_partner_balance
39 import account_report_partner_ledger
40 import account_report_partner_balance
41 import account_period_close
42 import account_fiscalyear_close
43 import account_fiscalyear_close_state
44 import account_vat
45 import account_open_closed_fiscalyear
46
47 import account_invoice_state
48 import account_chart
49 import account_tax_chart
50 import account_financial_report
51 #TODO: remove this file no moe used
52 # also remove related view fiel
53
54 import account_validate_account_move
55 import account_use_model
56
57 import account_state_open
58
59 import account_report_print_journal
60 import account_report_central_journal
61 import account_report_general_journal
62 import account_report_general_ledger
63 import account_report_account_balance
64
65 import account_change_currency
66
67 import account_report_balance_sheet
68 import account_report_profit_loss
69 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
70
71