Browse Source
[pep8] - account_financial_report_horizontal
[pep8] - account_financial_report_horizontal
[pep8] - review on account_export_csv, account_move_line_report_xls, account_journal_report_xls, account_financial_report_horizontal, account_financial_report_webkit_xls [pep8] review on account_financial_report, account_financial_report_horizontal, account_financial_report_webkit_xls, account_journal_report_xls, account_move_line_report_xlspull/689/head
laetitia.gangloff@acsone.eu
10 years ago
committed by
Nikos Tsirintanis
10 changed files with 49 additions and 60 deletions
-
4account_financial_report_horizontal/__init__.py
-
6account_financial_report_horizontal/report/__init__.py
-
34account_financial_report_horizontal/report/account_balance_sheet.py
-
20account_financial_report_horizontal/report/account_profit_loss.py
-
27account_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
@ -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 |
|||
# import account_balance |
|||
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