Commit Graph

12 Commits

Author SHA1 Message Date
Simon Lejeune 7be29e97c4 [IMP] Product pricelist converted to QWeb
bzr revid: sle@openerp.com-20140414155212-4l3gvys24prccln6
2014-04-14 17:52:12 +02:00
Vo Minh Thu e69326ee3b [REF] removed explicit model instanciations.
bzr revid: vmt@openerp.com-20130415102349-vgcrfok2k5y10cwz
2013-04-15 12:23:49 +02: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
ron@tinyerp.com de02305285 [REF]account,hr_timesheet,product,point_of_sale,project:isinstance remove
bzr revid: ron@tinyerp.com-20110301124841-5fc80dgsnwm76590
2011-03-01 18:18:41 +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) 6dd290e824 [REF]: Replace the condition 'if not context' with 'if context is None'.
bzr revid: uco@tinyerp.com-20101123070505-9i2lrqhgxzaii3zn
2010-11-23 12:35:05 +05:30
uco (OpenERP) 8035df3e11 [IMP]: Added context=None in function argument for rest modules.
bzr revid: uco@tinyerp.com-20101122103753-idv9fdaqc28rvugu
2010-11-22 16:07:53 +05:30
vra b64fe585fb [IMP][REM] product: removed unused code from product price list report wizard with some report improvement.
bzr revid: vra@tinyerp.com-20100922070043-zbuhej0ik8dwc0o2
2010-09-22 12:30:43 +05:30
Harry (OpenERP) c2ebaacf42 [MERGE]
bzr revid: hmo@tinyerp.com-20100906094729-hjf8priae6x1axie
2010-09-06 15:17:29 +05:30
apa-tiny 2e6106e80d [IMP]:sale,product,account:improved reports.
bzr revid: apa@tinyerp.com-20100901103632-8cfhq392e0r1ojhp
2010-09-01 16:06:32 +05:30
Harry (OpenERP) e70989905f [IMP] product: Price list report
bzr revid: hmo@tinyerp.com-20100723141946-2ntcii3ujjhohu7c
2010-07-23 19:49:46 +05:30
sbh (Open ERP) 3c0443a9d3 [IMP] product:convert the price_list wizard into osv_memory wizard
bzr revid: sbh@tinyerp.com-20100415092722-snzdrw61zoolk367
2010-04-15 14:57:22 +05:30