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
Matthieu Dietrich
abe35ad35f
[FIX] realign header
11 years ago
Matthieu Dietrich
1c687c8d4a
[IMP] correct/add reference field in financial reports
11 years ago
Nicolas Bessi
a6c936840b
[FIX] use from __future__ import division instead of float casting
11 years ago
Nicolas Bessi
9f90ac424c
[FIX] coding style
11 years ago
Nicolas Bessi
cbd874896d
[FIX] docstring syntax
11 years ago
Nicolas Bessi
a17d2728a6
[RM] dead code
11 years ago
Nicolas Bessi
e3231c66c7
[ADD] docstring
11 years ago
Nicolas Bessi
f2b04b80b6
[FIX] variable name that retrieve date
11 years ago
Nicolas Bessi
ca5bed3188
[ADD] doc string
11 years ago
Nicolas Bessi
537541d63f
[FIX] default filter not supported if only fical year set
[PEP8] doc string
11 years ago
Nicolas Bessi
dd3802d507
[ADD] documentation
11 years ago
Nicolas Bessi
a93988aad6
[FIX] unicode string
11 years ago
Nicolas Bessi
cd6ebc68dc
[FIX] titles
11 years ago
Nicolas Bessi
622a5e729f
[FIX] MRG trouble
11 years ago
Nicolas Bessi
1e14c203eb
[TYPO]
11 years ago
Nicolas Bessi
9d9e3bc741
[FIX] wrong key
11 years ago
Nicolas Bessi
86058b1198
[FIX] date index
11 years ago
Nicolas Bessi
4eb268976c
[ADD] doc string
11 years ago
Nicolas Bessi
8b39902c9a
[FIX] code is partner ref
11 years ago
Nicolas Bessi
e61737b7b3
[FIX] forgotten print statements
11 years ago
Nicolas Bessi
7d21e1e83a
[IMP] ability to use date filters
11 years ago
Nicolas Bessi
004c3f2093
[TYPO]
11 years ago
Nicolas Bessi
980f872c67
[ADD] core of aged partner balance report
partial reconciliation support is not now implemented
11 years ago
Joel Grand-Guillaume
6168428ac8
[IMP] Add the reference of the move line in the open invoices report
11 years ago
Jacques-Etienne Baudoux
c53e71aa5e
[FIX] moved imports out of the function
11 years ago
Jacques-Etienne Baudoux
66ce2210f8
[FIX] account_financial_report_webkit: force mako as jinja is new standard since saas-1
11 years ago
Matthieu Dietrich
3ff76aa123
[FIX] opening period search is now accounting for company
11 years ago
Yannick Vaucher
5cf1208895
[FIX] account_financial_report_webkit - add encoding on mako template to fix translation extraction
11 years ago
Jacques-Etienne Baudoux
09c73a6177
[FIX]account_financial_report_webkit: Open Invoices Report: fix wrong xmlid in report definition, removed useless import of addons in template, hasattr cannot be used on browse object - replaced by 'field' in browse_object
11 years ago
Jacques-Etienne Baudoux
a80926d9c9
[FIX] imports
11 years ago
Stéphane Bidoul
e4a301263d
[FIX] fix error in report header property name which was replacing the header of the open invoices report
11 years ago
Sebastien LANGE
b75c0617a4
[FIX] PEP8 and change get company_id
11 years ago
Sebastien LANGE
db43f2cb02
[IMP] Add print journal
11 years ago
Niels Huylebroeck
7c0367e67a
[FIX] account_financial_report_webkit: fixed issue where opening balance would not be shown on the general ledger
12 years ago
Peter Langenberg
493a2bba72
filter by : opening only gives error message
12 years ago
Alexandre Fayolle @ camptocamp
3dba319995
[REF] account_financial_report_webkit: more reformatting
12 years ago
Alexandre Fayolle @ camptocamp
f06fa1b6f1
[REF] reformat list comprehension
12 years ago
Guewen Baconnier @ Camptocamp
d9045d441a
[DEL] remove the profit & loss report which is actually dead code
12 years ago
Guewen Baconnier @ Camptocamp
842b7f6000
[FIX] use openerp absolute imports and apply pep8 (excepted the lines length)
12 years ago
Guewen Baconnier @ Camptocamp
3ac09540d2
[FIX] res_users.context_lang -> res_users.lang
12 years ago
Guewen Baconnier @ Camptocamp
407b53b644
[FIX] reapply fixes from main branch
12 years ago
Sebastien LANGE
8d8810b322
[FIX] Convert ir.header_webkit in ir.property in xml files
12 years ago
Guewen Baconnier @ Camptocamp
ff151bb058
[FIX] error message when the opening period is missing
(lp:c2c-addons/6.1 rev 91.1.1)
12 years ago
Guewen Baconnier @ Camptocamp
002b6e7387
[MRG] Merged branch with the fixes for the most recent bugs found:
* Partner balance (in standalone mode, without comparison):
the partners with a final balance of 0.0 were hidden,
they must be displayed because we need also, at least their initial balance,
so we can compare with the preceding year. The debit / credit can be useful too.
* All partners' reports:
we can not rely on the entries generated by OpenERP in the opening period for the parters,
so we force the computation of the initial balance based on the previous fiscal years.
(previously, we were displaying the entries of the opening period if there
was at least one, otherwise we were computing it).
* The computed initial balance was wrong when the opening period
of the very first fiscal year had entries.
The entries of the opening periods have to be excluded from the initial balances,
excepted for this case, because they do not have any counterpart the preceding year.
(lp:c2c-addons/6.1 rev 83)
12 years ago