Commit Graph

9 Commits

Author SHA1 Message Date
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
AVP(Axelor) cc3d7333c8 [FIX][IMP] all modules improvement.
bzr revid: amp@tinyerp.com-20110429084948-x0pny8n2ersc4h8m
2011-04-29 14:19:48 +05:30
Rucha (Open ERP) 568a05a27e [REF,IMP]: Code Improvement
bzr revid: rpa@tinyerp.com-20110228110858-ulzc93cayvfd7c1o
2011-02-28 16:38:58 +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
Mustufa Rangwala 1339b69375 [FIX] Account: posted/unposted entries filter
lp bug: https://launchpad.net/bugs/678441 fixed

bzr revid: mra@mra-laptop-20101210103112-kitohyv96eux3ud6
2010-12-10 16:01:12 +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
DHS (OpenERP) d49ef5795e [FIX] account:account_tax_chart form name corrected
lp bug: https://launchpad.net/bugs/666101 fixed

bzr revid: dhs@tinyerp.com-20101026102726-n2phrs3jxzgbu462
2010-10-26 15:57:26 +05:30
vra dbfec32302 [FIX] account: assigned single id instead of list of ids in default period of account_tax_chart wizard.
bzr revid: vra@tinyerp.com-20100831094853-shqcmgmpzs8a2ag3
2010-08-31 15:18:53 +05:30
Mustufa Rangwala 19380a87a0 [IMP] Tax chart by wizard: * the menuitem Accounting \ Chart \ Chart of taxes, have to ask for a period, by default filled with the current period. Then opening the chart of tax using that period in context to have the sum period and sum years completed. It should also ask if we want to include the draft account moves or not
* the company_id field should be hidden in that chart, if the user doesn't have the useabilty / multi company group

    * the chart should display the period sum before the year sum

bzr revid: mra@mra-laptop-20100827103013-ppj8y6loadpw8oz4
2010-08-27 16:00:13 +05:30