Commit Graph

22790 Commits

Author SHA1 Message Date
Mustufa Rangwala ba66baf2be [REF] account: Removed wanrings from buildbot
bzr revid: mra@mra-laptop-20101110082011-k7iwkgopgv5lbbix
2010-11-10 13:50:11 +05:30
Mustufa Rangwala 8999b298a7 [REF] base_vat: remove unused import partial
bzr revid: mra@mra-laptop-20101110081244-v7j4hlssp1vpqf0z
2010-11-10 13:42:44 +05:30
nch@tinyerp.com 914eee5b22 [IMP]:useability improvements
bzr revid: nch@tinyerp.com-20101110072141-thnt6apa6pqmot9y
2010-11-10 12:51:41 +05:30
mtr 9f46236b01 [MERGE] branch merged with lp:~openerp-dev/openobject-addons/trunk-dev-addons3
bzr revid: mtr@mtr-20101110061350-cn33mojbmee20m7t
2010-11-10 11:43:50 +05:30
Mustufa Rangwala aee4f37587 [FIX] Account_sequnce: if internal seq is not given on journal
bzr revid: mra@mra-laptop-20101110060722-076e9l38d5134sgk
2010-11-10 11:37:22 +05:30
ARA (OpenERP) 70f49b652c [MERGE] merge from trunk addons3
bzr revid: ara@tinyerp.com-20101110052102-y5p0688ba4clijfn
2010-11-10 10:51:02 +05:30
Launchpad Translations on behalf of openerp 94143c9715 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20101110050221-quig15hg09hn12wr
bzr revid: launchpad_translations_on_behalf_of_openerp-20101110050350-1ucvpkibprfbqlgr
2010-11-10 05:03:50 +00:00
mtr d9d6133cd7 [MERGE] branch merged with lp:~openerp-dev/openobject-addons/trunk-dev-addons3
bzr revid: mtr@mtr-20101110045713-1bbo36zlqql7v3yj
2010-11-10 10:27:13 +05:30
Mustufa Rangwala 336e82ca39 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101110044742-avw9b0t9ftqeeoln
2010-11-10 10:17:42 +05:30
Mustufa Rangwala f238a61410 [FIX] l10n_ch: Removed duplicate msgids on template file (Translation)
bzr revid: mra@mra-laptop-20101110044544-qfh4o0bhe6uoz87u
2010-11-10 10:15:44 +05:30
Mustufa Rangwala 6ac555ef43 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101110042143-55p7cxi0mxodcr9c
2010-11-10 09:51:43 +05:30
Ferdinand @ Camptocamp e15d5e4722 [IMP] ir.exports: added missing sql index
lp bug: https://launchpad.net/bugs/665697 fixed

bzr revid: olivier@olivier-donys-macbook-pro.local-20101110003219-l7380et3m3aqa10w
2010-11-10 01:32:19 +01:00
Olivier Dony af817028c6 [FIX] tools.config: do not chmod existing config files
lp bug: https://launchpad.net/bugs/519455 fixed

bzr revid: olivier@olivier-donys-macbook-pro.local-20101109220907-t2phxs26l136bhe7
2010-11-09 23:09:07 +01:00
Christophe Simonis ad4f3dfc0b [IMP] tools.cache now use a LRU to avoid memory overload
bzr revid: chs@openerp.com-20101109165739-1pm8jhckcyzkb2z1
2010-11-09 17:57:39 +01:00
Christophe Simonis fc158668b7 [IMP] pyflakes tools/misc.py
bzr revid: chs@openerp.com-20101109165014-6yw5xvojoe7b0i4t
2010-11-09 17:50:14 +01:00
Xavier Morel bc156c64e4 [IMP] remove redundancy in ir_values.set
bzr revid: xmo@openerp.com-20101109132137-nmkg6uc5sdqovu1o
2010-11-09 14:21:37 +01:00
Xavier Morel 05b8774c61 [IMP] type tests simplifications in ir_values.set
bzr revid: xmo@openerp.com-20101109131734-aby85mwhfhc4501w
2010-11-09 14:17:34 +01:00
Xavier Morel 32ad10bc75 [IMP] avoid returning complete search views from ir_values.get
Also some readability and speed improvements to the method's content

bzr revid: xmo@openerp.com-20101109131506-5k1ohanbo3ocfs5h
2010-11-09 14:15:06 +01:00
Xavier Morel f3722bbfe4 [IMP] base: make ir_values.get._result_get more readable and slightly faster.
On a test set of ~20 fields, using a precomputed set instead of a spot-computed tuple for 'in' testing yields ~30% speed improvement, and replacing the manual removal of elements by a listcomp filtering yields ~30% more.
      
Tests were also performed using sets and set.difference, while it yields better performances than manual element removal it is still worse than listcomp, especially when taking in account the re-serialization to a list

bzr revid: xmo@openerp.com-20101109130847-p1xfmk3zhhivebj1
2010-11-09 14:08:47 +01:00
Xavier Morel b89aef19f1 [IMP] base: tentative code simplifications (removal of redundant calls) in ir_values.get
bzr revid: xmo@openerp.com-20101109130834-2rdsy3u7hm8kzj5n
2010-11-09 14:08:34 +01:00
niv@openerp.com 70e53999bd [MERGE] merged the localization branch
bzr revid: qdp-launchpad@tinyerp.com-20101109123113-fjx90w5eeqo0imkd
2010-11-09 13:31:13 +01:00
Xavier Morel 7bc1a8c130 [IMP] make type tests more readable in ir_values.get
bzr revid: xmo@openerp.com-20101109115741-15iyg5tpblgmb2yy
2010-11-09 12:57:41 +01:00
Xavier Morel 5472c050af [FIX] base: don't return search_view and search_view_id from ir_values.get
bzr revid: xmo@openerp.com-20101109115254-svfwdr3kfb7as7a6
2010-11-09 12:52:54 +01:00
Olivier Dony fc065933c7 [IMP] tools.misc: typo in tools.ustr error message
bzr revid: odo@openerp.com-20101109110436-aftj49f65zac5qwe
2010-11-09 12:04:36 +01:00
Olivier Dony f886f8f43b [FIX] reports/rml2pdf: improved previous fix of unicode/str conversion
bzr revid: odo@openerp.com-20101109105329-zjtz7lcdg6h0trxw
2010-11-09 11:53:29 +01:00
Launchpad Translations on behalf of openerp 296591c119 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20101109044748-jx0843m3k1eh2ha2
bzr revid: launchpad_translations_on_behalf_of_openerp-20101109044959-yggrezmg7uh721d9
2010-11-09 04:49:59 +00:00
Olivier Dony 14b584718d [FIX] reports/rml2pdf: somewhat more consistent handling of unicode/str conversion + cleanup
lp bug: https://launchpad.net/bugs/537449 fixed
lp bug: https://launchpad.net/bugs/662598 fixed

bzr revid: odo@openerp.com-20101108185328-9bbb22v0yisdp8h1
2010-11-08 19:53:28 +01:00
Antony Lesuisse 794bd176cd [FIX] stock location tree needs sort
lp bug: https://launchpad.net/bugs/651144 fixed

bzr revid: al@openerp.com-20101108182735-t37cs0548mriqw72
2010-11-08 19:27:35 +01:00
qdp-launchpad@tinyerp.com 862a0a8ca7 [FIX] l10n_be: rounding issues
lp bug: https://launchpad.net/bugs/351100 fixed

bzr revid: qdp-launchpad@tinyerp.com-20101108174407-3103vkduw1bd9jw9
2010-11-08 18:44:07 +01:00
qdp-launchpad@tinyerp.com fe9d05f62d [IMP] account: usability improvements
bzr revid: qdp-launchpad@tinyerp.com-20101108170054-de5iykrpvanhrgj4
2010-11-08 18:00:54 +01:00
Xavier Morel fad64cfc14 [IMP] readability of crm_lead2opportunity.action_apply a bit
bzr revid: xmo@openerp.com-20101108144909-jbkfb27gj4vvz21b
2010-11-08 15:49:09 +01:00
Xavier Morel 3f7d531425 [IMP] crm: wording of log item, management of formatting
bzr revid: xmo@openerp.com-20101108144527-4auv4hjn87djjik2
2010-11-08 15:45:27 +01:00
Xavier Morel 23f885ffc5 [IMP] crm: further renamings for clarity in crm_lead2opportunity.action_apply, make management of opportunity view objects more uniform
bzr revid: xmo@openerp.com-20101108144120-69qy918gw0zoywcz
2010-11-08 15:41:20 +01:00
Xavier Morel e1bffa3cb8 [IMP] crm: better use of browse in crm_lead2opportunity.action_apply
bzr revid: xmo@openerp.com-20101108143821-oy8f8ffg81m53f59
2010-11-08 15:38:21 +01:00
Xavier Morel b0baf241a8 [IMP] crm: use clearer names in crm_lead2opportunity.action_apply
bzr revid: xmo@openerp.com-20101108143116-s38iw3o71yqvjt8n
2010-11-08 15:31:16 +01:00
Olivier Dony e552766352 [IMP] orm: spelling: default language is en_US, so we should us International/US forms
lp bug: https://launchpad.net/bugs/546138 fixed

bzr revid: odo@openerp.com-20101108143014-p3xlsiz3kb79ckdt
2010-11-08 15:30:14 +01:00
Xavier Morel a814d89175 [IMP] crm: cleanup doc of crm_lead2opportunity.action_apply, remove unneeded temp variable
bzr revid: xmo@openerp.com-20101108142500-zulaa5xpd7rvad3c
2010-11-08 15:25:00 +01:00
Xavier Morel ce0af9fc2a [FIX] cleanup trailing whitespace
bzr revid: xmo@openerp.com-20101108142251-yye0ycby12o6sakf
2010-11-08 15:22:51 +01:00
qdp-launchpad@tinyerp.com 53cdf7a26b [FIX] purchase, sale, subscription: usability issues
bzr revid: qdp-launchpad@tinyerp.com-20101108130435-y9kj7bhu8ttida5c
2010-11-08 14:04:35 +01:00
Xavier Morel 3b7c245ba3 [IMP] base: simplification of res_config, ignore (but log) when can not find a previous todo item to set its status
bzr revid: xmo@openerp.com-20101108122441-fqfwf8xlz1qamg0o
2010-11-08 13:24:41 +01:00
Xavier Morel 31346d6259 [FIX] documentation of _set_previous_todo: doesn't inherently throw anything anymore
bzr revid: xmo@openerp.com-20101108110159-ptfhu5krjs4y0ald
2010-11-08 12:01:59 +01:00
Xavier Morel bf35164a65 [REM] pre-check that we're not setting ir_actions_todo.state to nothing: it's a selection field, so the write call can check that itself
bzr revid: xmo@openerp.com-20101108104718-md2wdklz5rc92ef5
2010-11-08 11:47:18 +01:00
Xavier Morel 89af2f0c8e [FIX] Do not raise an error if the next todo isn't found to set the previous todo's status
The previous line hardly makes any sense, so clarification: finding the 'next' todo is based on todo states, so until we've set the state of the todo item we've just executed (aka the previous todo) it remains the 'next' todo as well.

So in order to set the previous todo's state, we look for the next todo (which it still is) and set its state, actually marking it as the 'previous' todo

bzr revid: xmo@openerp.com-20101108104412-bd7bf3k7c5p5jkpl
2010-11-08 11:44:12 +01:00
Xavier Morel bde7060598 [IMP] res_config: better scope dont_skip_todo
bzr revid: xmo@openerp.com-20101108104128-bew5ri7jpxbydp34
2010-11-08 11:41:28 +01:00
nvi-openerp 91c0e7621c [merge]
bzr revid: nicolas.vanhoren@openerp.com-20101108102206-n49aylxp2sf6krp1
bzr revid: nicolas.vanhoren@openerp.com-20101108102222-hh2yawl34ofqwnke
2010-11-08 11:22:22 +01:00
nvi-openerp 70409f7213 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20101108102006-7spxx7qysxlhzkjb
2010-11-08 11:20:06 +01:00
Xavier Morel d1ad030ba6 [IMP] base: remove useless context-setting
bzr revid: xmo@openerp.com-20101108101720-7wjqznxd5l2ejwq8
2010-11-08 11:17:20 +01:00
Xavier Morel b25f6a0978 [IMP] base: migrate res_config to logging
bzr revid: xmo@openerp.com-20101108100857-jkc1bv57qq45z8ey
2010-11-08 11:08:57 +01:00
qdp-launchpad@tinyerp.com 25887e10a7 [FIX] account_voucher, multicurrency treatment: correct handling of amount in currency field
bzr revid: qdp-launchpad@tinyerp.com-20101108100740-rikc62tugt14pxk7
2010-11-08 11:07:40 +01:00
Jay (OpenERP) c27087c76c [REF/FIX] Sale : Help text correction,thanks to ferdinand
lp bug: https://launchpad.net/bugs/672163 fixed

bzr revid: jvo@tinyerp.com-20101108095138-ay4stk543epq3i90
2010-11-08 15:21:38 +05:30