Leonardo Pistone
|
87f2bad5b6
|
Merge pull request #5 from acsone/7.0-fix-afr_webkit-test
[IMP] account_financial_report_webkit: in test, work around demo periods...
This is not needed on v8.
|
10 years ago |
Leonardo Pistone
|
7b272575d3
|
Merge pull request #12 from acsone/7.0-bug-1312732-lmi
[FIX] Use the migration machinery to initialize default values
closes #14
|
10 years ago |
Laurent Mignon (aka lmi)
|
6ebcf041c8
|
[FIX] Use the migration machinery to launch the initialization of the newly created column on account_move_line only on the first installation of the module account_financial_report_webkit
|
10 years ago |
Alexandre Fayolle
|
f82ce533a0
|
addons not ported in 8.0
|
10 years ago |
Alexandre Fayolle
|
5dfe659c7a
|
Merge branch '7.0' into 8.0 and updated QA files
|
10 years ago |
Pedro M. Baeza
|
9d80c2ef57
|
Merge pull request #11 from guewen/7.0-export-add-statement
[IMP] account_export_csv: Add name of the bank statement on export of account move lines
|
10 years ago |
Guewen Baconnier
|
758928a97f
|
Add name of the bank statement on export of account move lines
|
10 years ago |
Pedro M. Baeza
|
bad25d3d49
|
Merge pull request #6 from acsone/7.0-pep8
[IMP] PEP8 fix
|
10 years ago |
Laetitia Gangloff
|
6b4bd72004
|
[pep8] - review : replace _logger.log(logging.DEBUG by _logger.debug( / use , instead of % for interpolation
|
10 years ago |
Laetitia Gangloff
|
8ce6978437
|
[pep8] - remove unused level_class and general_ledger_xls/bal_formula - use false unused in a logger call
|
10 years ago |
Laetitia Gangloff
|
86d11702c5
|
[pep8] - F841 - remove unused style, exc
|
10 years ago |
Laetitia Gangloff
|
c58940efe3
|
[pep8] - correct F821 by defined global in self variable
|
10 years ago |
laetitia.gangloff@acsone.eu
|
746679c598
|
[pep8] review on account_financial_report, account_financial_report_horizontal, account_financial_report_webkit_xls, account_journal_report_xls, account_move_line_report_xls
|
10 years ago |
laetitia.gangloff@acsone.eu
|
cc060dd31f
|
[pep8] - account_financial_report_webkit
|
10 years ago |
laetitia.gangloff@acsone.eu
|
4c518c56fa
|
[pep8] - account_financial_report
|
10 years ago |
laetitia.gangloff@acsone.eu
|
8ce2b82351
|
[pep8] - review on account_export_csv, account_move_line_report_xls, account_journal_report_xls, account_financial_report_horizontal, account_financial_report_webkit_xls
|
10 years ago |
laetitia.gangloff@acsone.eu
|
23e9b1534e
|
[pep8] - account_financial_report_webkit_xls
|
10 years ago |
laetitia.gangloff@acsone.eu
|
b611fddb1c
|
[pep8] - account_financial_report_horizontal
|
10 years ago |
laetitia.gangloff@acsone.eu
|
a066faee80
|
[pep8] - account_journal_report_xls
|
10 years ago |
laetitia.gangloff@acsone.eu
|
bff5f4222c
|
[pep8] - account_move_line_report_xls
|
10 years ago |
laetitia.gangloff@acsone.eu
|
35ca28d965
|
[pep8] - account_export_csv
|
10 years ago |
Stéphane Bidoul
|
b71d8348f2
|
[IMP] account_financial_report_webkit: in test, work around demo periods issue in 7.0
|
10 years ago |
Pedro M. Baeza
|
13a707dc93
|
Merge pull request #3 from pedrobaeza/7.0-metafiles
Metafiles
|
10 years ago |
Pedro M. Baeza
|
03c5ef87df
|
[FIX] 64 bits
|
10 years ago |
Pedro M. Baeza
|
7737f1245a
|
[FIX] sudo
|
10 years ago |
Pedro M. Baeza
|
ae1d5e33be
|
[FIX] wkhtmltopdf library
[FIX] Exclude from official branch account_financial_report_webkit
|
10 years ago |
Pedro M. Baeza
|
2533a4ac97
|
[FIX] report_xls dependency
|
10 years ago |
Pedro M. Baeza
|
4a8f6499c8
|
7.0 metafiles
|
10 years ago |
Maxime Chambreuil - http://www.savoirfairelinux.com
|
7877edb44f
|
Merge pull request #2 from savoirfairelinux/7.0_account_chart_report
[ADD] account chart report
|
10 years ago |
Marc Cassuto
|
84341575a4
|
account_chart_report :
* CamelCase fixed
* back to the original name
* self.pool.get replaced
* margins fixed
|
10 years ago |
Marc Cassuto
|
4478736b28
|
account_chart_report_rml: renamming the module broke the report = Fixed !
|
10 years ago |
Marc Cassuto
|
069d00e4db
|
account_chart_report_rml: rename module + add translation pot file + add fr translation
|
10 years ago |
Marc Cassuto
|
624856cd4a
|
account_chart_report: PEP8 complience + update description
|
10 years ago |
Marc Cassuto
|
3042627a5f
|
account_chart_report: Cleaning module
|
10 years ago |
Marc Cassuto
|
86ddcd03e2
|
account_chart_report: Initialize module
|
10 years ago |
Launchpad Translations on behalf of account-report-core-editor
|
f9a3e8594d
|
Launchpad automatic translations update.
|
11 years ago |
Yannick Vaucher
|
5496a3fa0f
|
Adapt account_financial_report_webkit to fixes in addons
https://github.com/odoo/odoo/pull/55
https://github.com/odoo/odoo/pull/56
Plus few improvement following pep8 to remove useless variable and import
|
11 years ago |
Yannick Vaucher
|
8be3b386b5
|
adapt generate_pdf to fixes on report_webkit
|
11 years ago |
Yannick Vaucher
|
2a3c6d7fd5
|
[PEP8]
|
11 years ago |
Yannick Vaucher
|
14d7492064
|
remove useless import time
|
11 years ago |
Yannick Vaucher
|
97f1648cba
|
remove unused variable user
|
11 years ago |
Yannick Vaucher
|
17b16d92d6
|
remove useless exception names
|
11 years ago |
Yannick Vaucher
|
a9a2f860fd
|
adapt overide of create_single_pdf to the fix made on report_webkit module for lp:1319109 and lp:1319095
|
11 years ago |
unknown
|
dd6cd86fcd
|
[MRG][FIX] The selection of periods should not be restricted to open periods in account export CSV
|
11 years ago |
Guewen Baconnier
|
39a6c090d8
|
The selection of periods should not be restricted to open periods
|
11 years ago |
Launchpad Translations on behalf of account-report-core-editor
|
58cc5ea9a0
|
Launchpad automatic translations update.
|
11 years ago |
unknown
|
376146e083
|
[FIX] account_financial_report_webkit_xls: Bug in the formula of the balance column in the Trial Balance XLS report when it is filtered by date
|
11 years ago |
Matthieu Dietrich
|
749f3627ad
|
[IMP] correct/add reference field in financial reports
|
11 years ago |
Alexis de Lattre
|
273eb1b7f8
|
[FIX] Bug in the formula of the balance column in the Trial Balance XLS report when it is filtered by date
|
11 years ago |
Launchpad Translations on behalf of account-report-core-editor
|
d73e2df07c
|
Launchpad automatic translations update.
|
11 years ago |