Commit Graph

330 Commits

Author SHA1 Message Date
qdp-launchpad@tinyerp.com 186713ef9d [FIX] account, aged balance report: removed fiscalyear filter and field from the query and wizard
bzr revid: qdp-launchpad@tinyerp.com-20110110111533-xwo0j4nkm1de8392
2011-01-10 12:15:33 +01:00
qdp-launchpad@tinyerp.com 8045efa512 [FIX] account: fixed the query_get method of account.move.line (in cases of initial balance computing with given dates filter)
bzr revid: qdp-launchpad@tinyerp.com-20110107113811-x8wzxdukuzd9sfrl
2011-01-07 12:38:11 +01:00
qdp-launchpad@tinyerp.com 28ca304453 [FIX] account: fixed the query_get method of account.move.line
bzr revid: qdp-launchpad@tinyerp.com-20110107110425-71apgdq792ccgll3
2011-01-07 12:04:25 +01:00
qdp-launchpad@tinyerp.com b0b8fe2aaf [IMP] account: defined new fields (amount_residual and amount_residual_currency) as function to compute the residual amount (resp. in company currency and in the currency of teh move line) direclty on the account.move.line object (to refactor the code). Changed the residual amount of the account.invoice in order to reuse the code depicted above. +few changes to improve the translations
bzr revid: qdp-launchpad@tinyerp.com-20110105134654-bils0yz2w1vwjtpy
2011-01-05 14:46:54 +01:00
qdp-launchpad@tinyerp.com a446aa0736 [FIX] account: fixed the reconcile_partial method. We now use the is_zero function to avoid rounding problem like having a balance of 0 and the accounting entries that doesn't want to fully reconcile
bzr revid: qdp-launchpad@tinyerp.com-20110105133823-phgorfsweniq1258
2011-01-05 14:38:23 +01:00
qdp-launchpad@tinyerp.com 3c71cd0697 [FIX] account: forward port of the fix of the reconcile method on account.move.line in cases of multi-currency uses
bzr revid: qdp-launchpad@tinyerp.com-20110105133415-hdx72lmvi3f7scvb
2011-01-05 14:34:15 +01:00
Mustufa Rangwala bfd34971d0 [REF]
bzr revid: mra@mra-laptop-20101228105555-0yq28foc2dxfum9l
2010-12-28 16:25:55 +05:30
Mustufa Rangwala 6002cc0ec2 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101222112024-yt47p2bd7kwvcqwy
bzr revid: mra@mra-laptop-20101223041057-w5s862hm3fajcqkr
2010-12-23 09:40:57 +05:30
Olivier Dony fd5d06ec56 [FIX] res.currency, account: moved account-related res.currency code from base
lp bug: https://launchpad.net/bugs/557325 fixed

bzr revid: odo@openerp.com-20101222160926-0eprbvw7wvqked81
2010-12-22 17:09:26 +01:00
qdp-launchpad@tinyerp.com 0291ffa1e5 [FIX] account, account.move.line: removed the string replacement on the fields_view_get in order to allow the translations
bzr revid: qdp-launchpad@tinyerp.com-20101222133317-jfa6kqp9mcekjvcj
2010-12-22 14:33:17 +01:00
OpenERP 5311423522 [FIX] account: added missing _()
lp bug: https://launchpad.net/bugs/667166 fixed

bzr revid: openerp@vmt-hp4520s-20101222101615-sppzak8r8b313s1f
2010-12-22 11:16:15 +01:00
mtr 9331cb8c79 [MERGE] branch merged with lp:~openerp-dev/openobject-addons/trunk-dev-addons3
bzr revid: mtr@mtr-20101217054906-ue70k192tte6ywpr
2010-12-17 11:19:06 +05:30
Mustufa Rangwala b0f61a9546 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101214130232-wqsim6966u1hilu9
bzr revid: mra@mra-laptop-20101217043732-ri8dfx38pacpruye
2010-12-17 10:07:32 +05:30
mtr d45fb35742 [FIX] Account:changes in the query of _balance of account.move.line
lp bug: https://launchpad.net/bugs/690895 fixed

bzr revid: mtr@mtr-20101216103345-ues63v1olmx98ojl
2010-12-16 16:03:45 +05:30
qdp-launchpad@tinyerp.com 8053f16315 [MERGE] merged with branch 3
bzr revid: qdp-launchpad@tinyerp.com-20101213205054-nncswx7rxxuaa3q4
2010-12-13 21:50:54 +01:00
qdp-launchpad@tinyerp.com 1fc2747a54 [IMP] translation imp.
bzr revid: qdp-launchpad@tinyerp.com-20101213135637-hmrbna0oqq90o512
2010-12-13 14:56:37 +01:00
uco (OpenERP) d827b2f6ea [REF]: Added remaining context changes in _constraints. Removed unnecessary checking for context from methods.
bzr revid: uco@tinyerp.com-20101213064309-vg36f1510xv2f8zb
2010-12-13 12:13:09 +05:30
Mustufa Rangwala 488a43b717 [FIX] account move line :Partner included in Bank Statement can be deleted
lp bug: https://launchpad.net/bugs/685974 fixed

bzr revid: mra@mra-laptop-20101209072935-cizg6tnfvmyegtvp
2010-12-09 12:59:35 +05:30
uco (OpenERP) b1cf433ecc [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20101206131102-z2xzz8eshkswo00q
2010-12-06 18:41:02 +05:30
P. Christeas bffc248796 account.move.line: Fix ugly SQL call
A matter of coding style, tripple quotes in the same line, put in a list
is just a candidate for the hall of shame.

bzr revid: p_christ@hol.gr-20101127201429-07u0bc8xra998zhi
2010-11-27 22:14:29 +02:00
RVO(OpenERP) df57bcc6b6 [FIX] Account: historical currency rate support
lp bug: https://launchpad.net/bugs/591961 fixed

bzr revid: mra@mra-laptop-20101125115838-nsx04bclby615iaw
2010-11-25 17:28:38 +05:30
Mustufa Rangwala 55ef479cf0 [FIX] Account: intiala balance with periods filter
bzr revid: mra@mra-laptop-20101125111558-a3lj88wh6157e6yg
2010-11-25 16:45:58 +05:30
uco (OpenERP) 3700e08ed6 [REF]: Refactored some lines from previous commit.
bzr revid: uco@tinyerp.com-20101123113152-0ue71yg9usp1gklx
2010-11-23 17:01:52 +05:30
uco (OpenERP) 427cd9af23 [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20101122050522-dd1d0r9663bib603
2010-11-22 10:35:22 +05:30
uco (OpenERP) 12fcd1be2f [IMP] : Added context=None on methods used for _constraints and replaced context={} with context=None.
bzr revid: uco@tinyerp.com-20101119134801-974ev29j4tu46pq2
2010-11-19 19:18:01 +05:30
Mustufa Rangwala 27ebf5eec2 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101116092536-dfa20lk0lg0jzsnj
bzr revid: mra@mra-laptop-20101118050021-q0dpjzphc62ukd88
2010-11-18 10:30:21 +05:30
qdp-launchpad@tinyerp.com d3f5955317 [FIX] account, account.move.line query_get: fixed the initial balance computation in order to check only the selected fiscalyear
bzr revid: qdp-launchpad@tinyerp.com-20101116083420-rpr5nohjgsb851fk
2010-11-16 09:34:20 +01:00
Ferdinand@Camptocamp 44300bb3be [FIX] Account: performance account_move_line needs index on partner_id
lp bug: https://launchpad.net/bugs/571595 fixed

bzr revid: mra@mra-laptop-20101116041416-zonccm8lg9dvf2at
2010-11-16 09:44:16 +05:30
ARA (OpenERP) 3ef7b63fbc [FIX] account:opening entries from chart of account doesn't use context
lp bug: https://launchpad.net/bugs/672553 fixed

bzr revid: ara@tinyerp.com-20101115061841-ceay30hsach5kex2
2010-11-15 11:48:41 +05:30
Mustufa Rangwala 4e95e42233 [FIX] Account: Account : problem with journals and error messages
lp bug: https://launchpad.net/bugs/615268 fixed

bzr revid: mra@mra-laptop-20101111101353-iwtel2bf7sqdqhby
2010-11-11 15:43:53 +05:30
pso 751166ef62 [IMP] account, hr modules: Put lambda in _defaults
bzr revid: pso@tinyerp.com-20101104124242-djqmwoq9jzenr8cn
2010-11-04 18:12:42 +05:30
Mustufa Rangwala ecd2554fb3 [MERGE] Account: Constration on move line..do not create move line with type=recievable and payble without partner (PSI branch)
bzr revid: mra@mra-laptop-20101103114617-fzxw09bkxvm0nil2
2010-11-03 17:16:17 +05:30
psi (Open ERP) 7e1eb6132d [MERGE] merge with dev-addons3 branch
lp bug: https://launchpad.net/bugs/662538 fixed

bzr revid: psi@tinyerp.co.in-20101103111507-firugtpi48s31l84
bzr revid: psi@tinyerp.co.in-20101103111656-ee8acl22oz7g2b9p
2010-11-03 16:46:56 +05:30
psi (Open ERP) db5010eca1 [ADD] account: Add groups on account_analytic_id
bzr revid: psi@tinyerp.co.in-20101103062128-7g2nplcwzcw54kqb
2010-11-03 11:51:28 +05:30
Mustufa Rangwala d366367ff2 [FIX] Account: account move line create method
bzr revid: mra@mra-laptop-20101102105542-041r1uivh0u60958
2010-11-02 16:25:42 +05:30
Raphaël Valyi ab38d5247d [FIX] Account: user can't validate the invoice of an other company; patch included
lp bug: https://launchpad.net/bugs/651426 fixed

bzr revid: mra@mra-laptop-20101102093337-0diiqe2wmapc68i2
2010-11-02 15:03:37 +05:30
Mustufa Rangwala 0e233a7dcb [REF]
bzr revid: mra@mra-laptop-20101025045336-ovh54n0q31db0hfp
2010-10-25 10:23:36 +05:30
Mustufa Rangwala 759f31ed3c [FIX] Account: creation of journal items with refrence field on it ..remove the ref field on create ..
bzr revid: mra@mra-laptop-20101021060207-1z44kagx1z6vukew
2010-10-21 11:32:07 +05:30
Mustufa Rangwala 2d10f3edbc [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101018123412-fk56ukzdm98eyq1u
2010-10-18 18:04:12 +05:30
Mustufa Rangwala ac690626e0 [FIX]
bzr revid: mra@mra-laptop-20101018110356-8t6yqcdi84zbr8lh
2010-10-18 16:33:56 +05:30
Mustufa Rangwala 9e7d695c3f [FIX]
bzr revid: mra@mra-laptop-20101018104639-r9jhqu31ar79nbih
2010-10-18 16:16:39 +05:30
qdp-launchpad@tinyerp.com 00d06ed17a [MERGE] merged the branch 3
bzr revid: qdp-launchpad@tinyerp.com-20101018103711-3n1x1hsv5y167zc1
2010-10-18 12:37:11 +02:00
psi (Open ERP) 846b4d9dd5 [REF]
bzr revid: psi@tinyerp.co.in-20101015092325-i56uy192ctp9mlal
2010-10-15 14:53:25 +05:30
Mustufa Rangwala 2a77b86cd1 [REF]
bzr revid: mra@mra-laptop-20101015065648-x63gc3akv68nntwe
2010-10-15 12:26:48 +05:30
Mustufa Rangwala 0dc5d800f2 [REF] cleaing account
bzr revid: mra@mra-laptop-20101015063348-1karrzxmopp28zlz
2010-10-15 12:03:48 +05:30
Mustufa Rangwala da427c55dc [FIX] Account: Account move line => Now it will work if you have filter by dates and with initial balances
bzr revid: mra@mra-laptop-20101015061515-jct5lvb5iosc1a7p
2010-10-15 11:45:15 +05:30
Mustufa Rangwala 7e61b3f7c5 [FIX] Account: Move line fields view get => if there is not journal_id fields on search view
bzr revid: mra@mra-laptop-20101014134915-ml1ysjqoiumvr5wo
2010-10-14 19:19:15 +05:30
vth 68d68134da [FIX] Account :change Label on journal item it takes from the Journal Views
bzr revid: vth@tinyerp.com-20101014111925-f99f4r1gdhdnvh17
2010-10-14 16:49:25 +05:30
vth 0ea617db0e [REF] account
bzr revid: vth@tinyerp.com-20101013094527-fsm7bxmikmwopk2t
2010-10-13 15:15:27 +05:30
vth 685489a172 [REF] account
bzr revid: vth@tinyerp.com-20101011055153-h8hygvtjqkxc8004
2010-10-11 11:21:53 +05:30