Browse Source
[pep8] - review on account_export_csv, account_move_line_report_xls, account_journal_report_xls, account_financial_report_horizontal, account_financial_report_webkit_xls
pull/6/head
[pep8] - review on account_export_csv, account_move_line_report_xls, account_journal_report_xls, account_financial_report_horizontal, account_financial_report_webkit_xls
pull/6/head
laetitia.gangloff@acsone.eu
10 years ago
34 changed files with 107 additions and 131 deletions
-
2account_export_csv/__init__.py
-
4account_export_csv/__openerp__.py
-
2account_export_csv/wizard/__init__.py
-
5account_export_csv/wizard/account_export_csv.py
-
4account_financial_report_horizontal/__init__.py
-
4account_financial_report_horizontal/report/__init__.py
-
8account_financial_report_horizontal/report/account_balance_sheet.py
-
8account_financial_report_horizontal/report/account_profit_loss.py
-
25account_financial_report_horizontal/report/common_report_header.py
-
8account_financial_report_horizontal/wizard/__init__.py
-
2account_financial_report_horizontal/wizard/account_report_balance_sheet.py
-
4account_financial_report_horizontal/wizard/account_report_common.py
-
2account_financial_report_horizontal/wizard/account_report_common_account.py
-
2account_financial_report_horizontal/wizard/account_report_profit_loss.py
-
5account_financial_report_webkit_xls/__openerp__.py
-
2account_financial_report_webkit_xls/report/__init__.py
-
8account_financial_report_webkit_xls/report/general_ledger_xls.py
-
50account_financial_report_webkit_xls/report/open_invoices_xls.py
-
11account_financial_report_webkit_xls/report/partner_ledger_xls.py
-
9account_financial_report_webkit_xls/report/partners_balance_xls.py
-
6account_financial_report_webkit_xls/report/trial_balance_xls.py
-
4account_financial_report_webkit_xls/wizard/general_ledger_wizard.py
-
4account_financial_report_webkit_xls/wizard/open_invoices_wizard.py
-
4account_financial_report_webkit_xls/wizard/partners_balance_wizard.py
-
4account_financial_report_webkit_xls/wizard/partners_ledger_wizard.py
-
4account_financial_report_webkit_xls/wizard/trial_balance_wizard.py
-
2account_journal_report_xls/__init__.py
-
2account_journal_report_xls/__openerp__.py
-
6account_journal_report_xls/report/__init__.py
-
6account_journal_report_xls/report/nov_account_journal.py
-
12account_journal_report_xls/report/nov_account_journal_xls.py
-
2account_journal_report_xls/wizard/__init__.py
-
6account_journal_report_xls/wizard/print_journal_wizard.py
-
11account_move_line_report_xls/report/move_line_list_xls.py
@ -1,2 +1,2 @@ |
|||
import report |
|||
import wizard |
|||
from . import report |
|||
from . import wizard |
@ -1,3 +1,3 @@ |
|||
# import account_balance |
|||
import account_balance_sheet |
|||
import account_profit_loss |
|||
from . import account_balance_sheet |
|||
from . import account_profit_loss |
@ -1,4 +1,4 @@ |
|||
import account_report_common |
|||
import account_report_common_account |
|||
import account_report_balance_sheet |
|||
import account_report_profit_loss |
|||
from . import account_report_common |
|||
from . import account_report_common_account |
|||
from . import account_report_balance_sheet |
|||
from . import account_report_profit_loss |
Write
Preview
Loading…
Cancel
Save
Reference in new issue