Commit Graph

18 Commits

Author SHA1 Message Date
Rifakat Haradwala (Open ERP) a313f724ba [IMP]: Account: improvement in osv memory wizards
bzr revid: rha@tinyerp.com-20110215092057-lpki1kg79dnya96g
2011-02-15 14:50:57 +05:30
Olivier Dony 3f96ef97a7 [WIP] all: (work in progress) changing wizards to avoid using read() or at least take proper care of m2o fields
This is in preparation of the fix for m2o.get() on osv_memory objects, to make
it consistent with the regular read on osv objects. Previously on osv_memory
objects it was only returned the id, instead of the pair (id, name) as is appropriate
to avoid an additional name_get RPC call after each read.
Unfortunately many wizards were using direct read() instead of browse() and
relying on the fact that the returned dict contained a bare id value for
many2one fields.

bzr revid: odo@openerp.com-20110201210839-hwmk60ygksm805c4
2011-02-01 22:08:39 +01:00
uco (OpenERP) c3098f4f43 [FIX] account..l10n_ch: Pass return {'type': 'ir.actions.act_window_close'} instead of return {} in osv_memory/normal wizards.(lp:691544)
bzr revid: uco@tinyerp.com-20101228104445-h5q9jg8mq7dmdc51
2010-12-28 16:14:45 +05:30
qdp-launchpad@tinyerp.com 014cd44400 [IMP] account, fiscalyear end of year entries generation: small misc improvments
bzr revid: qdp-launchpad@tinyerp.com-20101116121658-31enzyskxpceo312
2010-11-16 13:16:58 +01:00
Jay (OpenERP) b42f8f310d [FIX] Account : Correction on closing fiscalyear:journal should be centralizaed and the boolean of skip draft state should be False
bzr revid: jvo@tinyerp.com-20101020134332-tzd7uf13nk4vigom
2010-10-20 19:13:32 +05:30
ARA (OpenERP) 8b2622b607 [REF] account wizard: code clean
bzr revid: ara@tinyerp.com-20101015133522-dmxhk5szekf7ybap
2010-10-15 19:05:22 +05:30
Mustufa Rangwala 0dc5d800f2 [REF] cleaing account
bzr revid: mra@mra-laptop-20101015063348-1karrzxmopp28zlz
2010-10-15 12:03:48 +05:30
ARA (OpenERP) 8e2271abcd [IMP] Improve view of account wizard
bzr revid: ara@tinyerp.com-20101014091155-lfzcu4fct83r4loy
2010-10-14 14:41:55 +05:30
vth 685489a172 [REF] account
bzr revid: vth@tinyerp.com-20101011055153-h8hygvtjqkxc8004
2010-10-11 11:21:53 +05:30
Mustufa Rangwala 42e8cd0749 [IMP] Account: Add method on account move line => which unlink related reconcile ids for moves, Use that method on unreconcile wizard as well as fiscalyear closing with generating entries
bzr revid: mra@mra-laptop-20100907050352-07x1e8yxb9d8jlcm
2010-09-07 10:33:52 +05:30
Mustufa Rangwala ec4865d167 [IMP] Account: Improve generaticing entries for clossing fiscal year => Also unlink moves
bzr revid: mra@mra-laptop-20100907043949-0lx5h72m41vfc1o5
2010-09-07 10:09:49 +05:30
PSI(OpenERP) ee7772b9e9 [IMP] Account: Generating entries for closing fiscal year => Add company_id in query, remove raise when there is some entries on journals (unlink those entries)
bzr revid: mra@mra-laptop-20100907042831-4og1w4qcnn6ofks3
2010-09-07 09:58:31 +05:30
qdp-launchpad@tinyerp.com 6e3b302b03 [IMP] account: usability changes in fiscalyear wizards
bzr revid: qdp-launchpad@tinyerp.com-20100902110010-gimh7ati0mvof96r
2010-09-02 13:00:10 +02:00
RHA (Open ERP) d5ad0b8ff1 [CLEAN]: Removed commented codes, unnecessary spaces.
bzr revid: uco@tinyerp.com-20100819115157-sfsmbnjdgpp4wl12
2010-08-19 17:21:57 +05:30
Anup (OpenERP) 6844dd588b [FIX] account: fiscalyear closing wizard: entries of account with defferal method=='unreconciled' that are reconciled on a next fiscalyear
bzr revid: ach@tinyerp.com-20100623133332-ezf32tdffz3rpzi9
2010-06-23 19:03:32 +05:30
JMA (OpenERP) 4cf1362e3b [FIX] Security fixes for sql injections
bzr revid: jma@tinyerp.com-20100610133419-fwbc1xp0xoq77n90
2010-06-10 19:04:19 +05:30
mra (Open ERP) 88a85cf5f3 [IMP] Account: Clean close fiscal year wizard
bzr revid: mra@tinyerp.com-20100409114813-26ysnzsdn95te4l4
2010-04-09 17:18:13 +05:30
Vir (Open ERP) c0596f6d58 [ADD] account : account_fiscal_year_close wizard converted into osv memory wizard
bzr revid: vir@tinyerp.com-20100409110959-l6km0qr6k89mztbb
2010-04-09 16:39:59 +05:30