Commit Graph

74 Commits

Author SHA1 Message Date
Olivier Dony 9b25bd6eb4 [FIX] ir_values: revert GTK-specific hack for search_view_id after GTK client was fixed
bzr revid: odo@openerp.com-20101206131928-2ew6lqe1lz55vwh1
2010-12-06 14:19:28 +01:00
P. Christeas ee07fda232 ir.values: do return the search_view_id of action windows [Bug 681479]
Partially revert cadc172a2cd09, that prevented both that field and
"search_view" from being read. While the latter one is expensive to
compute, the "search_view_id" is pretty harmless. GTK client (at least)
depends on that to select the appropriate search view.

bzr revid: p_christ@hol.gr-20101203164606-qdjfg0o7ybe0h2i1
2010-12-03 18:46:06 +02:00
Olivier Dony ec9d236589 [IMP] ir_model,ir_module,tools: tweaks for improving module install/loading time
bzr revid: odo@openerp.com-20101127030450-m44krmwbnpd57omf
2010-11-27 04:04:50 +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 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
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
rga@openerp.com 683fbd05a7 [FIX] ir_values: attempt to return items in a more deterministic order
lp bug: https://launchpad.net/bugs/630436 fixed

bzr revid: odo@openerp.com-20101004152337-35g54q0dw2b2qmf5
2010-10-04 17:23:37 +02:00
Olivier Dony cfaf6e488d [IMP] ir_values: revert apparently accidental line deletion in rev 2409
bzr revid: odo@openerp.com-20100830102151-lmb33tb62iijkqw2
2010-08-30 12:21:51 +02:00
P. Christeas fa369ce13c ir_values: Fix logic of group_ids in actions.
If an action (eg. wizard) contained groups, those groups would be
/forbidden/ to see the action. The correct behaviour is to _allow_ them.

bzr revid: p_christ@hol.gr-20100830094930-sv5yfindhg9qx1w3
2010-08-30 12:49:30 +03:00
Olivier Dony b98b63be86 [FIX] base: cleanup debugging code mistakenly checked in
bzr revid: odo@openerp.com-20100628093629-0dxm8l4ph7jq0biy
2010-06-28 11:36:29 +02:00
Fabien Pinckaers a9cbbd8ad7 fix
bzr revid: fp@tinyerp.com-20100625101333-dnyg2t4kogb6lz6u
2010-06-25 12:13:33 +02:00
Fabien Pinckaers fd7f773827 merge
bzr revid: fp@tinyerp.com-20100625092256-na0ckfu8znn2g55p
2010-06-25 11:22:56 +02:00
Anup (OpenERP) e0d94956c1 [IMP] SQL injection Refactored
bzr revid: ach@tinyerp.com-20100618101641-84cdea9n1pzx36v2
2010-06-18 15:46:41 +05:30
Anup (OpenERP) 6b90ca82c5 [IMP] removed the possible SQL injection server.
bzr revid: ach@tinyerp.com-20100615132722-zbua6ciz3dz43qd8
2010-06-15 18:57:22 +05:30
Fabien Pinckaers 34cf94732f [imp] remove print statements
bzr revid: fp@tinyerp.com-20100612170758-4yqlg6mfxqbebb63
2010-06-12 19:07:58 +02:00
Fabien Pinckaers c6be52886d access rights
bzr revid: fp@tinyerp.com-20100612162133-n94drwaqsuwq16eb
2010-06-12 18:21:33 +02:00
Fabien Pinckaers 8994901475 fix
bzr revid: fp@tinyerp.com-20100611140205-qu4af0u1oquh2xsc
2010-06-11 16:02:05 +02:00
Xavier Morel d716dd6bb6 [FIX] remove leftover print-debugging
bzr revid: xmo@openerp.com-20100611134221-e8sgojx7qi3ue1yj
2010-06-11 15:42:21 +02:00
Fabien Pinckaers 09a8b58d82 [FIX] menu access rights + access rights improvements
bzr revid: fp@tinyerp.com-20100611125543-f1c911v16w2jhd83
2010-06-11 14:55:43 +02:00
Stephane Wirtel acf565310e [IMP] Use a selection field for the values of the key2 field in the
ir.values (more user-friendly)

bzr revid: stephane@openerp.com-20100602070346-m60ksjduj6uz9pg0
2010-06-02 09:03:46 +02:00
HDA (OpenERP) 8a887ad4e0 Merged
bzr revid: hda@tinyerp.com-20100112104830-x35l4g08og2gacwo
2010-01-12 16:18:30 +05:30
Jay (Open ERP) 6f363d43e9 [FIX] Pickling issue solved with ir_values (get method)
lp bug: https://launchpad.net/bugs/491462 fixed

bzr revid: jvo@tinyerp.com-20091203070421-0jt19rjqcqto7dlh
2009-12-03 12:34:21 +05:30
Jay (Open ERP) 2eb649ebc2 [FIX] Encoding error corrected for client_action(ir_values-tree view)
lp bug: https://launchpad.net/bugs/435933 fixed

bzr revid: jvo@tinyerp.com-20091202120808-xdqj1iie1wvqd2zw
2009-12-02 17:38:08 +05:30
xrg dad1ff955b [merge] merge from lp:~xrg/openobject-server/optimize-5.0 and removed some confilts
bzr revid: hmo@tinyerp.com-20091120143104-tb6136unkdw7yfy9
2009-11-20 20:01:04 +05:30
pap(openerp) 251b6720ca Changed encoding to coding ref: PEP: 0263
bzr revid: hda@tinyerp.com-20091020105223-2o94yr2iv2v10axr
2009-10-20 16:22:23 +05:30
PSO(OpenERP) 4d7134cd99 Changed licencing
bzr revid: hda@tinyerp.com-20091014123215-nuyqs18090whzt5o
2009-10-14 18:02:15 +05:30
HDA (OpenERP) c68600cc53 [Merged]
bzr revid: hda@tinyerp.com-20090917072712-l7220bbv1gq4uckc
2009-09-17 12:57:12 +05:30
P. Christeas 0b5b67b336 Fix quoting of ids when passed to sql.
bzr revid: p_christ@hol.gr-20090903073240-cyydggro48990k2s
2009-09-03 10:32:40 +03:00
Najlaâ EL KHAYAT 2c246ae5f4 [FIX] Value
bzr revid: nel@tinyerp.com-20090325131207-x879po8d5wkvlaa2
2009-03-25 14:12:07 +01:00
Christophe Simonis f50eb4d19e [FIX] ir_values is now ir_rules aware
bzr revid: christophe@tinyerp.com-20090305120928-i0v8j7jm20ajbmjt
2009-03-05 13:09:28 +01:00
Geoff Gardiner 18b90ecdcf Set of label improvements to Open ERP Server.
bzr revid: gsg@pinot-grigio-20090126174029-y6niysxn4adegdxu
2009-01-26 17:40:29 +00:00
Christophe Simonis 586a737f6e [FIX] fix concurrency problem. Use last_modified instead of delta. Thanks to Tryton team for the idea.
lp bug: https://launchpad.net/bugs/314696 fixed

bzr revid: christophe@tinyerp.com-20090115115718-3jpkxhmjaa275jq2
2009-01-15 12:57:18 +01:00
Stephane Wirtel 9d293d1f00 [IMP] Update the copyright to 2009
bzr revid: stephane@tinyerp.com-20090104221329-rem11cbgwu30xnji
2009-01-04 23:13:29 +01:00
Fabien Pinckaers 21d90144cd bugfix
bzr revid: fp@tinyerp.com-20081231172749-30s603l0y3pq3dnh
2008-12-31 18:27:49 +01:00
Fabien Pinckaers 395071a27e improvement
bzr revid: fp@tinyerp.com-20081219192528-qwx4qwgfu1fab10c
2008-12-19 20:25:28 +01:00
Najlaa f9156c66f7 [FIX] Avoid crash when no ir_values
bzr revid: nel@silver-20081215144403-3jtzlwxmaakramuk
2008-12-15 15:44:03 +01:00
Christophe Simonis b2f82b8bd6 [FIX] psycopg2 return strings in unicode.
bzr revid: christophe@tinyerp.com-20081209122345-mqi0yy55yh0zswnm
2008-12-09 13:23:45 +01:00
Fabien Pinckaers e60d9ff7c5 Speed_improvement
bzr revid: fp@tinyerp.com-20081202081629-bchm1dum0elcs43q
2008-12-02 09:16:29 +01:00
Christophe Simonis e404e54e38 passing in GPL-3
bzr revid: christophe@tinyerp.com-20081103182716-6c6xyeewubx4uas0
2008-11-03 19:27:16 +01:00
Christophe Simonis 603eb4502a don't catch access exception...
bzr revid: christophe@tinyerp.com-20081015080018-tepjwh0u2wh7rvcg
2008-10-15 10:00:18 +02:00
Jay Vora 27a6756dac Bugfix for record type in ir_values
bzr revid: jvo@tinyerp.com-20080919061816-5t9wey0562xc0lsn
2008-09-19 11:48:16 +05:30
Jay Vora 34fcda731a Added Groups option for report,wizard and act_window.
bzr revid: jvo@tinyerp.com-20080918140205-dod9qocp1n1u9q0b
2008-09-18 19:32:05 +05:30
Fabien Pinckaers 4e4e10b4c9 Renamed Model to Object
bzr revid: fp@tinyerp.com-20080821134955-iuoq8kwn17i6u4gn
2008-08-21 15:49:55 +02:00
Christophe Simonis 2eb6b8265b add encoding comment and vim comment
bzr revid: christophe@tinyerp.com-20080723150127-fmitw7zgeokcualh
2008-07-23 17:01:27 +02:00
Christophe Simonis 2dd9723b8b convert tabs to 4 spaces
bzr revid: christophe@tinyerp.com-20080722142436-143iu4ryy47w3av0
2008-07-22 16:24:36 +02:00
Christophe Simonis 0b1dfd702f * translation of nearly all exceptions
* the export of translations per module take only the files of these modules

bzr revid: chs@tinyerp.com-52cb3686b17250df7bc23bf90d18397c7888e6f2
2008-07-08 08:13:12 +00:00
Fabien Pinckaers 8d16581e0f Improvements inmenus
Translations by modules
removed print statement

bzr revid: fp@tinyerp.com-eddee689d274afc56e6b7703a7cd22b9792f2c7b
2008-06-17 20:17:23 +00:00