Commit Graph

43 Commits

Author SHA1 Message Date
Christophe Simonis 8ad11055bb [MERGE] forward port of branch saas-3 up to 12f600c 2015-04-01 19:13:25 +02:00
Denis Ledoux 433feb5a38 [FIX] account: partner ledger with currency.
In the partner ledger wizard, you can check
a boolean to display the amount within the
currency the amount has been invoiced.

This feature was simply no more working
in Odoo 8.0.

opw-630268
2015-04-01 15:36:40 +02:00
Goffin Simon 680e6889b1 [FIX] account: Partner Ledger wizard didn't consider all filters and type of entries:
The report generated by this wizard considered all the partners without taking into account
the filters and target entries set.
To show the right partner the function _set_context
must consider the "self.query" which sets the period, the dates, the states, the accounts and
the journals of the sql query used to give the demanded partner.

opw:631649
2015-04-01 08:53:55 +02:00
Denis Ledoux 31e10ec0a0 [FIX] account: multi-company partner ledger.
If a customer changed of company while having
account.move.line records in the former company he was in
It wasn't possible for someone else than the admin
to print the partner ledger report including this partner.

opw-631800
2015-03-31 11:04:40 +02:00
Christophe Simonis e883193246 [FIX] account: recordsets are not sortable in-place 2014-10-01 17:51:01 +02:00
Christophe Simonis 388f1a1d7e [MERGE] forward port of branch saas-3 up to 3d4b82c 2014-10-01 16:46:03 +02:00
Denis Ledoux 419c439776 [FIX] account: sort partner ledger report by partner ref, name 2014-09-30 15:45:22 +02:00
Simon Lejeune 106d06ce5d [IMP] account* reports: removed unused class/report/commented code/test, added the abstract_report wrapper on all old style report classes + some fixes on views and wizards in order to use these classes to render the qweb reports
bzr revid: sle@openerp.com-20140402164053-gry12scy8zca68lv
2014-04-02 18:40:53 +02:00
Olivier Dony 138ff9cfd9 [MERGE] OPW 590139: account reports: several missing translation markers
The calls to _translate() do not actually work
in the Python helpers for the reports, unless the
terms are actually found in RML report source
(so translations of the right type exist).
Of course adding the terms in the RML directly
makes those helper methods redundant, so
they can now be removed in trunk.
Kept them in stable for API compatibility
only, they should work for existing reports.

lp bug: https://launchpad.net/bugs/1165321 fixed

bzr revid: odo@openerp.com-20130614213602-y325elmg3u5mq2qc
2013-06-14 23:36:02 +02:00
kirti savalia (OpenERP) 45c6e55b4a [FIX]:the translation issue for the partner ledger report
bzr revid: ksa@tinyerp.com-20130405071233-01dk1hmyvy6jxd7x
2013-04-05 12:42:33 +05:30
Quentin (OpenERP) 93884a8a11 [FIX] account: added the ir.values to add the partner_ledger report as report on the res.partner object + fixed that part of the code
bzr revid: qdp-launchpad@openerp.com-20130123113253-0gs8idcha0qbem9s
2013-01-23 12:32:53 +01:00
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Quentin (OpenERP) 91059bf71e [FIX] account, partner ledger: report header improved in order to show 'unreconciled entries' option accordingly
bzr revid: qdp-launchpad@openerp.com-20110519163548-45ee4nlru8g3hyfv
2011-05-19 18:35:48 +02:00
psi (Open ERP) 444a01a7d7 [MERGE] merge from trunk-addons
bzr revid: psi@tinyerp.co.in-20110506083505-lc7936hmpa1ok9uw
2011-05-06 14:05:05 +05:30
psi (Open ERP) 887afe3384 [IMP] Add Unreconciled Entries as fourth selection ooption in Filter
bzr revid: psi@tinyerp.co.in-20110506062758-6nd4styq6xqojrok
2011-05-06 11:57:58 +05:30
AVP(Axelor) cc3d7333c8 [FIX][IMP] all modules improvement.
bzr revid: amp@tinyerp.com-20110429084948-x0pny8n2ersc4h8m
2011-04-29 14:19:48 +05:30
psi (Open ERP) 62e9299b2b [FIX] account: Third Party ledger problem with Initial Balance
lp bug: https://launchpad.net/bugs/744789 fixed

bzr revid: psi@tinyerp.co.in-20110428072058-q0n8y4k01t74pe7z
2011-04-28 12:50:58 +05:30
Mustufa Rangwala c5c07843fa [MERGE] account: partner ledger report with cumulitive balance
bzr revid: mra@mra-laptop-20101122071921-lgalzr3m05mxnk3b
2010-11-22 12:49:21 +05:30
mtr b058cbe6b4 [IMP] Account: declare a variable in __init__ method
bzr revid: mtr@mtr-20101122065642-mpp9eru00zptxano
2010-11-22 12:26:42 +05:30
mtr dd50d55b8d [IMP] Account: Partner Ledger Report-cummulative balance
bzr revid: mtr@mtr-20101118082759-3sztv3si7sc5kztj
2010-11-18 13:57:59 +05:30
apa-tiny 228099c33b merged from trunk
bzr revid: apa@tinyerp.com-20101110131239-i0kua7cplgr17z2o
2010-11-10 18:42:39 +05:30
Mustufa Rangwala f3d14cd792 [FIX] Account: Partner ledger report => If i have one invoice with Date and period with January-2010 (old) and it is already recoiled/paid.
- Now i print the report with Include initial balance option ticked and filter by periods + include Reconciled entries Ticked
                  - Start period => Sep-2010
                  - End period  => Dec-2010
       - If i look in the report  -> i can not found that reconciled amount for the partner on Initial balance row.

bzr revid: mra@mra-laptop-20101029103211-puynyojr919lnsfy
2010-10-29 16:02:11 +05:30
apa-tiny fe32b72179 [REM]:account,hr_payroll:remove rml_parse.py file.
bzr revid: apa@tinyerp.com-20101026093541-0bze9bqj444gntut
2010-10-26 15:05:41 +05:30
Mustufa Rangwala 4c7c70770d [FIX] account: partner ledger: column reference partner_id is ambiguous
bzr revid: mra@mra-laptop-20101018064255-ltew3xo7igedixof
2010-10-18 12:12:55 +05:30
Mustufa Rangwala 24fec8c885 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101015124403-k9z7zj7dukc1ipsn
2010-10-15 18:14:03 +05:30
Mustufa Rangwala 6262f527a7 [REF]
bzr revid: mra@mra-laptop-20101015115907-u3w52nzz7ugd3nkp
2010-10-15 17:29:07 +05:30
apa-tiny 7ec75b14e5 [MERGE]
bzr revid: apa@tinyerp.com-20101015044841-m1jalzltjbh10dv6
2010-10-15 10:18:41 +05:30
psi (Open ERP) bd2c3e195d [FIX] account: Fix Partner Legder report
bzr revid: psi@tinyerp.co.in-20101014122754-4d4uyy49k4khz2n4
2010-10-14 17:57:54 +05:30
apa-tiny 3c8e1f8357 improve
bzr revid: apa@tinyerp.com-20101014082605-1q3srrqacxpaoxys
2010-10-14 13:56:05 +05:30
vth 0ea617db0e [REF] account
bzr revid: vth@tinyerp.com-20101013094527-fsm7bxmikmwopk2t
2010-10-13 15:15:27 +05:30
vth b845e6557e [REF] account
bzr revid: vth@tinyerp.com-20101008124922-h3rxefxmldl4300l
2010-10-08 18:19:22 +05:30
psi (Open ERP) 33fa22f0ff [FIX] account: total doesn't sum the initial balance in partner ledger report
bzr revid: psi@tinyerp.co.in-20101005094615-hf3g6nmbn90e3hr9
2010-10-05 15:16:15 +05:30
vra 1a088c5b61 [ADD] accounts: added account move target move in all related account reports.
bzr revid: vra@tinyerp.com-20101004113109-vca9ihk5d22hgl8m
2010-10-04 17:01:09 +05:30
Mustufa Rangwala 5c07eacf45 [FIX] Account: Partner ledger report init query with new changes from qdp (just used init_bal on contexxt)
bzr revid: mra@mra-laptop-20101001120600-rw8olwlssfvmgn7i
2010-10-01 17:36:00 +05:30
Mustufa Rangwala e74efdc413 [REF] account: reports
bzr revid: mra@mra-laptop-20101001104219-1s4qlotc0xga3sc5
2010-10-01 16:12:19 +05:30
Mustufa Rangwala 882ac5c6d6 [IMP] Account: Partner account reports to make query on report file
bzr revid: mra@mra-laptop-20101001102634-0mteituzi4bxrbd1
2010-10-01 15:56:34 +05:30
vra 32e1d070e2 [ADD][IMP] account: added account code and name colomn and improved the table in partner ledger report.
bzr revid: vra@tinyerp.com-20100916134407-vcsv1vkzplrjjr33
2010-09-16 19:14:07 +05:30
Mustufa Rangwala 9f2b3d9715 [IMP] Account: Partner ledger with option for select move all or posted ones
bzr revid: mra@mra-laptop-20100916121211-dafqt40nguyhk23o
2010-09-16 17:42:11 +05:30
Mustufa Rangwala c9ed09b6ca [IMP] Account: Partner ledger report: Add sort by date for lines
bzr revid: mra@mra-laptop-20100916104713-61jy0ecezqzjomb2
2010-09-16 16:17:13 +05:30
Fabien Pinckaers 3ce4d27c04 modifs
bzr revid: fp@tinyerp.com-20100915093544-9xungnep0ocab9re
2010-09-15 11:35:44 +02:00
Mustufa Rangwala 4ef843b867 [REF]
bzr revid: mra@mra-laptop-20100803053302-3vxpf3ri88ejylr1
2010-08-03 11:03:02 +05:30
Mustufa Rangwala 4017f5dc13 [IMP] Clean and improvements on all reports & wizards
bzr revid: mra@mra-laptop-20100803042554-gctua4lghmfjk1f4
2010-08-03 09:55:54 +05:30
sbh (Open ERP) 0a1fdb6d7f [IMP] rename the third_party_ledger report
bzr revid: sbh@tinyerp.com-20100802122700-ba8p8es8twfko3ex
2010-08-02 17:57:00 +05:30