Commit Graph

33 Commits

Author SHA1 Message Date
Quentin (OpenERP) b815396f06 [IMP] account, refund invoice wizard: changed default value and order of filter_refund field in order to have something less error prone and less dangereous
bzr revid: qdp-launchpad@openerp.com-20110328112354-o3nxeho0k2ehwni1
2011-03-28 13:23:54 +02:00
Rucha (Open ERP) 568a05a27e [REF,IMP]: Code Improvement
bzr revid: rpa@tinyerp.com-20110228110858-ulzc93cayvfd7c1o
2011-02-28 16:38:58 +05:30
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) 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
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
vth cb53de3f3e [REF] account: replace get_object_reference method with _get_it of ir.model.data object to fatch the value of res_id in all account_* modules
bzr revid: vth@tinyerp.com-20101028083500-rulgay01xldj56sp
2010-10-28 14:05:00 +05:30
psi (Open ERP) 6bc2e55c1f [FIX] account: Refund wizard was giving error with modify option
bzr revid: psi@tinyerp.co.in-20101025112540-wao88mnmornmqmxd
2010-10-25 16:55:40 +05:30
psi (Open ERP) 62bc7b96e8 [REF] account
bzr revid: psi@tinyerp.co.in-20101025054921-uw9fnjpnvu72143t
2010-10-25 11:19:21 +05:30
ssi 378fb690e3 [FIX]account: Open current refunded invoice after invoice refund.
bzr revid: ssi@tinyerp.com-20101019091305-lh1uaiykp0bkxc9s
2010-10-19 14:43:05 +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
ARA (OpenERP) d10e1e83af [REF] cleaning code of account
bzr revid: ara@tinyerp.com-20101011060340-v55iqbqk378atwnq
2010-10-11 11:33:40 +05:30
Mustufa Rangwala 0d5ea8b142 [FIX] Account: Refund invoice correct opening of refund invoice with correct domain
bzr revid: mra@mra-laptop-20101005104132-wrc0vdeg7dgyk5hh
2010-10-05 16:11:32 +05:30
Mustufa Rangwala 0b2a70a01a [IMP, FIX] Account: Domain on journal on invoices and refund invoice wizard too
bzr revid: mra@mra-laptop-20100922112403-z0nk0hdf0xu1nvaz
2010-09-22 16:54:03 +05:30
Mustufa Rangwala 7116f381f1 [IMP] Account: refund invoice wizard if inv is already reconciled can not use modify and cancel options
bzr revid: mra@mra-laptop-20100826034204-fx3c057b7ai74qu5
2010-08-26 09:12:04 +05:30
Mustufa Rangwala a6bac8c19f [IMP] Account: refund invoice wizard: if there is no refund journal defined (if that field is empty), it should use the journal defined on the current invoice for the refund invoice
bzr revid: mra@mra-laptop-20100825062427-1jpd3ocg7mklytyj
2010-08-25 11:54:27 +05:30
Mustufa Rangwala 9b862f511e [IMP] Account: Refund invoice: Replace three button on wizard with seletion box, Improvement accoridingly
bzr revid: mra@mra-laptop-20100825060116-cak2oyugj58fszlp
2010-08-25 11:31:16 +05:30
qdp-launchpad@tinyerp.com eedaea0948 [IMP] account: small changes of useabilty in invoice refund wizard
bzr revid: qdp-launchpad@tinyerp.com-20100824161008-1bejqrdfewhzkr5m
2010-08-24 18:10:08 +02:00
Mustufa Rangwala da4ad519c5 [IMP] Account: Improve refund invoice wizard
bzr revid: mra@mra-laptop-20100814050555-ze43pvsvt3iaey68
2010-08-14 10:35:55 +05:30
Mustufa Rangwala 459d896486 [IMP] Account: Rename Credit Note into Refund
bzr revid: mra@mra-laptop-20100814034905-3233nuwjcr2zdq5b
2010-08-14 09:19:05 +05:30
Mantavya Gajjar bcb30ec9c0 [FIX]: change previous query
bzr revid: mga@tinyerp.com-20100709062801-glxmafv6flqdfxuo
2010-07-09 11:58:01 +05:30
Mantavya Gajjar 2f27b9ebde [FIX]: fix a problem of query, which cancel invoice from refund wizard
bzr revid: mga@tinyerp.com-20100709062626-wz8hyu2vqo2xxbus
2010-07-09 11:56:26 +05:30
vra bf8d2a73c0 [IMP][REF] Sql-injection changes, remove print statement, some space improvement.
bzr revid: vra@tinyerp.com-20100616115139-cql5oiqf622spa6p
2010-06-16 17:21:39 +05:30
mra (Open ERP) 8fed138ccb [IMP] account: Refund invoice wizard code improved
bzr revid: mra@tinyerp.com-20100527105113-rag5fmw7g4wn2ru1
2010-05-27 16:21:13 +05:30
psi (Open ERP) 8710567e18 [FIX] account: changes in account_invoice_refund wizard
bzr revid: psi@tinyerp.co.in-20100527100147-pb115aj7cwcsz3n7
2010-05-27 15:31:47 +05:30
mra (Open ERP) 38dd957438 [MERGE] Merge with main branch
bzr revid: mra@tinyerp.com-20100520041631-90wyd7ouhnpgwy6a
2010-05-20 09:46:31 +05:30
Jay (Open ERP) 54245a5b8d [REF]
bzr revid: jvo@tinyerp.com-20100519111346-z9dvw9dsp2xumtv3
2010-05-19 16:43:46 +05:30
Jay (Open ERP) 101bebe2a6 [FIX] Fixes for invoice refund wizard and account_folowup act_window domain
bzr revid: jvo@tinyerp.com-20100519105945-xhprbuclbsogvzp2
2010-05-19 16:29:45 +05:30
psi (Open ERP) bee95259e7 [IMP] account: change position of button and their icons
bzr revid: psi@tinyerp.co.in-20100517123426-9a8y90tgxktlm9tm
2010-05-17 18:04:26 +05:30
Jay (Open ERP) 80da473c81 [FIX] Account : Refund wizard corrected
bzr revid: jvo@tinyerp.com-20100513145646-r3g4o2wy8vre4v8i
2010-05-13 20:26:46 +05:30
mra (Open ERP) 3f91b61274 [IMP] improve the account wizards code
bzr revid: mra@tinyerp.com-20100429063555-f6k66u6ymcfxxfiz
2010-04-29 12:05:55 +05:30
mra (Open ERP) 5ee2d53302 [IMP] Account: Misc improvement and cleaning
bzr revid: mra@tinyerp.com-20100406072756-fp68vs82rizjri2d
2010-04-06 12:57:56 +05:30
tiny 360d4c8847 [ADD] Account: wizards convert to osv memory (Total:8)--author=aag(OpenERP)
bzr revid: tiny@tiny-desktop-20100330124702-6fuxzmazcmanoo7l
2010-03-30 18:17:02 +05:30