Commit Graph

38710 Commits

Author SHA1 Message Date
Vo Minh Thu b860abd1c2 [FIX] account: account_bank.post_write() accepts a single id, just like write().
bzr revid: vmt@openerp.com-20111115124226-v7lb3r5kpr1p3eis
2011-11-15 13:42:26 +01:00
Fabien Meghazi db2c85635b [IMP] Upgraded unserscore version from 1.1.7 to 1.2.2 and underscore.string from 1.1.6 to 1.2.0
WARNING: underscore string does not mixin to underscore by default. Use _.str.*

bzr revid: fme@openerp.com-20111115123059-k31lhp0db2d8h22k
2011-11-15 13:30:59 +01:00
Quentin (OpenERP) 9a3f03efe7 [REF] purchase, purchase_analytic_plans, account_anglo_saxon: changed name of function inv_line_create into prepare_inv_line
bzr revid: qdp-launchpad@openerp.com-20111115114839-3359yjv7vw0t8krn
2011-11-15 12:48:39 +01:00
Quentin (OpenERP) c456e61699 [MERGE] merged with main addons trunk
bzr revid: qdp-launchpad@openerp.com-20111115114700-ddnpqd0sv1t243fz
2011-11-15 12:47:00 +01:00
Xavier Morel 2b7a072a3e [IMP] orm: make creation of dict from key names (with constant value) clearer
also only generate False values for float and integer fields, since they're the only aggregated values in the first place

bzr revid: xmo@openerp.com-20111115114527-t92a37kdw4yqqs4p
2011-11-15 12:45:27 +01:00
Xavier Morel e536b4ace8 [FIX] handling of groups with length 0 in ContainerDataGroup's group descriptor munger
For a group with a ${field}_count of 0, code would fallback on __count
which does not exist -> would try to set group.length to `undefined`
which leads to the property being removed from the result, blowing up
the call to `$('<td>').text(group.length)` in the listview (jQuery's
.text() apparently does not like getting `undefined` as its
parameter... who knew?)

Also make `openable` clearer, and improve style of listview in case of
an empty group (openable but length 0): remove the arrow on the left
(but leave the indent, otherwise it's ugly).

lp bug: https://launchpad.net/bugs/889807 fixed

bzr revid: xmo@openerp.com-20111115112906-e87sf40tgr8goqps
2011-11-15 12:29:06 +01:00
Xavier Morel f6b0482130 [FIX] add active_id, active_ids and active_model to context send when fetching m2o widget values in forms
lp bug: https://launchpad.net/bugs/878189 fixed

bzr revid: xmo@openerp.com-20111115105809-phttoirkmq4rzd1w
2011-11-15 11:58:09 +01:00
Xavier Morel 1e38e13907 [FIX] missing task_id field in project.issue tree views, results in domain evaluation errors when trying to hide progressbar field
lp bug: https://launchpad.net/bugs/890204 fixed

bzr revid: xmo@openerp.com-20111115103927-rq7o7vmdgzdpigol
2011-11-15 11:39:27 +01:00
Turkesh Patel (Open ERP) bf7ab30576 [FIX] Fixed the issue of giving error when click on send mail button
bzr revid: tpa@tinyerp.com-20111115103244-fk0nnzgcti4i56om
2011-11-15 16:02:44 +05:30
Rucha (Open ERP) e54960537f [REVERT]: purchase: Reverted changes for suggestion to create the invoice with no lines, then to create the lines with the invoice_id set, as it was calling function fields more times
bzr revid: rpa@tinyerp.com-20111115101434-2hf7r4hd8fcym9mo
2011-11-15 15:44:34 +05:30
Quentin (OpenERP) 9133dee256 [MERGE] merged the branch of tpa with usability improvements in warehouse and purchase
bzr revid: qdp-launchpad@openerp.com-20111115095027-qtkca801aic2e4bf
2011-11-15 10:50:27 +01:00
Xavier Morel df134ee96c [FIX] inability to open database screen after going back to login
as well as synchronization of db list between database management and login screen (mostly on dropdb)

bzr revid: xmo@openerp.com-20111115094507-n0hs6ehjc1exua0u
2011-11-15 10:45:07 +01:00
Xavier Morel 92ba7b7fc3 [IMP] correctly synchronize dblist between db pane and login
bzr revid: xmo@openerp.com-20111115094250-8c2rq2le39oc3z7b
2011-11-15 10:42:50 +01:00
Xavier Morel 6810fd765c [FIX] only hide the database when going back to login, don't stop it entirely
the database widget seems to not restart correctly anymore, after being stopped

lp bug: https://launchpad.net/bugs/889718 fixed

bzr revid: xmo@openerp.com-20111115093448-opym0msx0szvaeyt
2011-11-15 10:34:48 +01:00
Fabien Meghazi 90a73bb63c [FIX] Prevent jquery.tipTip to activate when source node is not attached to DOM anymore
bzr revid: fme@openerp.com-20111115091347-0wh7yf8df2y653d8
2011-11-15 10:13:47 +01:00
Rucha (Open ERP) 92ee535e28 [ADD]: purchase: Added docstring to action_invoice_create and inv_line_create
bzr revid: rpa@tinyerp.com-20111115071436-wqjxbhqff7oma7fl
2011-11-15 12:44:36 +05:30
niv-openerp 210bbdb149 [imp] label correction in mobile web
bzr revid: nicolas.vanhoren@openerp.com-20111115071356-jj2p47qrn4scz5ef
2011-11-15 12:43:56 +05:30
Rucha (Open ERP) ce437f9503 [IMP, FIX]: purchase: changed in the signature of inv_line_create to return only dict of data so that we can use that value separately to create invoice line instead of (0, 0, {..}) that only used to generate invoice line with invoice only,
* changed signature of inv_line_create in account_anglo_saxon and purchase_analytic_plans too
* Improved logic of method a bit to create the invoice with no lines, then to create the lines with the invoice_id set. 
* TODO: docstring

bzr revid: rpa@tinyerp.com-20111115070227-317j1ij7vlthtuc0
2011-11-15 12:32:27 +05:30
Divyesh Makwana (Open ERP) 057f978ae2 [FIX] account : account name length
lp bug: https://launchpad.net/bugs/889129 fixed

bzr revid: mdi@tinyerp.com-20111115065335-15cq1tl6b18vu3tu
2011-11-15 12:23:35 +05:30
Divyesh Makwana (Open ERP) e9d8c97ad0 [FIX] account :
lp bug: https://launchpad.net/bugs/889129 fixed

bzr revid: mdi@tinyerp.com-20111115064935-510hg8a31whp7k4g
2011-11-15 12:19:35 +05:30
Rucha (Open ERP) bb234154f6 [REF]: purchase: Improvement in variable names
bzr revid: rpa@tinyerp.com-20111115064353-yyf2z34wvmnyi5ud
2011-11-15 12:13:53 +05:30
Yannick Vaucher b9f57dfef7 [FIX] account : account_bank - post_write method not single id safe
lp bug: https://launchpad.net/bugs/888135 fixed

bzr revid: bde@tinyerp.com-20111115064057-osliuwprypaawyy5
2011-11-15 12:10:57 +05:30
Khushboo Bhatt (Open ERP) 8fc5d886ce [IMP]lunch:improvement analysis report
bzr revid: kbh@tinyerp.com-20111115061754-ekwxp27v5mw0kgj0
2011-11-15 11:47:54 +05:30
Hemendra Paregi (Open ERP) fb0e35d1ed [IMP]project_issue:Override Write Method
bzr revid: hpa@tinyerp.com-20111115060746-dqw18i5kvzx59fn1
2011-11-15 11:37:46 +05:30
Bharat (OpenERP) b6735247e3 [IMP] account_voucher : Added domain and tooltip on 'tax_id' field in account_voucher/account_voucher.py
bzr revid: bde@tinyerp.com-20111115060149-w0ii7s5ump9d142c
2011-11-15 11:31:49 +05:30
Divyesh Makwana (Open ERP) 8700b860cd [FIX] sale : Sale order can be confirmed without any sale lines defined
lp bug: https://launchpad.net/bugs/890156 fixed

bzr revid: mdi@tinyerp.com-20111115055906-q9kykhpouo2myqw8
2011-11-15 11:29:06 +05:30
Khushboo Bhatt (Open ERP) 029d4d3455 [IMP]account_asset:improvement analysis report
bzr revid: kbh@tinyerp.com-20111115052819-vyt4cgf2gnd200q1
2011-11-15 10:58:19 +05:30
Launchpad Translations on behalf of openerp 9f1a608819 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111115050635-o3qdhd1tvfpym3b6
2011-11-15 05:06:35 +00:00
Fabien Pinckaers 0b84257015 [IMP] remove print statement
bzr revid: fp@tinyerp.com-20111115002847-vz2y1q2d852mz6a6
2011-11-15 01:28:47 +01:00
Fabien Pinckaers aabd982834 fix
bzr revid: fp@tinyerp.com-20111115002424-wk9xvzde9580p0gt
2011-11-15 01:24:24 +01:00
Fabien Pinckaers b5ca9ed355 [IMP] remove print statement
bzr revid: fp@tinyerp.com-20111115002234-hw9cjahxh3zw8gk5
2011-11-15 01:22:34 +01:00
Fabien Pinckaers 45580c3f53 fix
bzr revid: fp@tinyerp.com-20111115001912-2uor8v5t33wuh1n8
2011-11-15 01:19:12 +01:00
Fabien Pinckaers b859fbd8c6 [IMP] removed print statement
bzr revid: fp@tinyerp.com-20111115001426-bpct1qa3xysjv3cq
2011-11-15 01:14:26 +01:00
Fabien Pinckaers df8756111e [FIX] automated tests
bzr revid: fp@tinyerp.com-20111115000156-0ihc6sfmt96hmw5s
2011-11-15 01:01:56 +01:00
Fabien Pinckaers a40c6ac9a8 [FIX] onchange
bzr revid: fp@tinyerp.com-20111114232422-4rgrmipbr7b4x7j0
2011-11-15 00:24:22 +01:00
Fabien Pinckaers 8f9e8ae433 [IMP] removing unused code
bzr revid: fp@tinyerp.com-20111114232311-l0e3donbreduqly5
2011-11-15 00:23:11 +01:00
Fabien Pinckaers 2235425822 [FIX] onchange yaml
bzr revid: fp@tinyerp.com-20111114224224-5kvzufap638l7nx1
2011-11-14 23:42:24 +01:00
Fabien Pinckaers db8da808ff fix
bzr revid: fp@tinyerp.com-20111114224213-asq9x16vsnhv33ap
2011-11-14 23:42:13 +01:00
Fabien Pinckaers a60ca41282 [FIX] misc onchange YAML bugs
bzr revid: fp@tinyerp.com-20111114223119-iy5u2hlkpvo4qknp
2011-11-14 23:31:19 +01:00
Fabien Pinckaers 99c26a209f [FIX] onchange computation on YAML
bzr revid: fp@tinyerp.com-20111114221954-urk25d05y65by96n
2011-11-14 23:19:54 +01:00
Fabien Pinckaers e155ff6d07 [IMP] yaml tests
bzr revid: fp@tinyerp.com-20111114221924-btl3n72he07nysvd
2011-11-14 23:19:24 +01:00
Fabien Pinckaers dd35a53e5b [FIX] some bad on_changes
bzr revid: fp@tinyerp.com-20111114220836-nlk4dly81ga0w0hd
2011-11-14 23:08:36 +01:00
Fabien Pinckaers 7d74398c57 [FIX] used field not in the object
bzr revid: fp@tinyerp.com-20111114213941-k8glvw58fzymx2er
2011-11-14 22:39:41 +01:00
Fabien Pinckaers 4d5fb290d7 [IMP] misc fixes related to on_changes and fields_view_get
bzr revid: fp@tinyerp.com-20111114213319-9sgjo9sy4sx1phd7
2011-11-14 22:33:19 +01:00
Fabien Pinckaers 8d7176a11e [IMP] Yaml scripts calls on_changes and fields_view_get by defaults
Very big change, this may emphasize some of the troubles, runbot can become red
  until we fix them all.

bzr revid: fp@tinyerp.com-20111114212627-5kdjxkws1lqm0c38
2011-11-14 22:26:27 +01:00
Fabien Meghazi 95c31ad01c [ADD] FormView: Added debug information as tooltips
bzr revid: fme@openerp.com-20111114205916-549at8roai7yrpjm
2011-11-14 21:59:16 +01:00
Fabien Meghazi 2bd2ef2cf3 [IMP] Keep domain and context source string in fields view get
bzr revid: fme@openerp.com-20111114205012-toweif7lkr54cv4e
2011-11-14 21:50:12 +01:00
Fabien Meghazi a9777f9598 [ADD] Added jQuery tipTip
bzr revid: fme@openerp.com-20111114204925-nsrkn93c3tizqzm8
2011-11-14 21:49:25 +01:00
Xavier Morel 76a02ead76 [FIX] support 'thousands' separator for floats
lp bug: https://launchpad.net/bugs/886471 fixed

bzr revid: xmo@openerp.com-20111114155332-3on98ot7o808z0gi
2011-11-14 16:53:32 +01:00
Xavier Morel 42c7cb86d9 [FIX] support 'thousands' separator for integers
lp bug: https://launchpad.net/bugs/886471 fixed

bzr revid: xmo@openerp.com-20111114154510-r6bdi22cyygh72ak
2011-11-14 16:45:10 +01:00