Commit Graph

4260 Commits

Author SHA1 Message Date
olt@tinyerp.com 827ce83b57 [FIX] missing comma in sql query 'execute' call ("select count...")
[FIX] removed deprecated module 'string'
[FIX] indentation errors

bzr revid: olt@tinyerp.com-20100903070330-v5gy27t7jx093tvp
2010-09-03 09:03:30 +02:00
Vir (Open ERP) a74a3ebfcb [Merge]
bzr revid: vir@tinyerp.com-20100901043056-e8pwz72pezbhqy40
bzr revid: vir@tinyerp.com-20100903043718-c6nv0ayvqpom7uuh
2010-09-03 10:07:18 +05:30
Launchpad Code Hosting 014363d304 Launchpad automatic translations update.
bzr revid: codehost@crowberry-20100903034517-ii8wt89p4toxidzo
2010-09-03 04:45:17 +01:00
Olivier Dony f229d1b21b [IMP] base/rng: removed unused shortcut element, wrongly merged from xrg's brancha while ago
bzr revid: odo@openerp.com-20100902144441-3reajj51wh7gwyal
2010-09-02 16:44:41 +02:00
Olivier Dony aa60daa552 [IMP] base/rng: separator elements should have optional groups attribute
Also refactored the groups attribute into a separate rng:define.

bzr revid: odo@openerp.com-20100902144151-prumf8dkwe31d9r1
2010-09-02 16:41:51 +02:00
P. Christeas ca72c6b1ce [IMP] tools/yaml_import: Try to explain values of failed assertions
When some assertion fails, eg. "a == 4" , try to break it down and eval
the parts so that we see the real "8 == 4" data.

bzr revid: odo@openerp.com-20100902113025-ef3gdit4r6ipwoxn
2010-09-02 13:30:25 +02:00
Olivier Dony cf56cf5d1e [IMP] orm: moved name_search + its private implementation + name_get from orm to orm_template
This is more consistent and also makes name_get and name_search available for osv_memory objects.

bzr revid: odo@openerp.com-20100901164437-n03ubsu440oc9kwj
2010-09-01 18:44:37 +02:00
Olivier Dony 1f9784df87 [FIX] orm: fields_view_get selection values must properly heed ir.rules:
- Added private _search() method with optional uid to use when checking access rights (still using correct ir.rules)
- Corrected fields_view_get's call to name_search() to use this feature instead of hardcoding user=1 which bypasses ir.rules

bzr revid: odo@openerp.com-20100901150833-g333avwn6gqo9kqp
2010-09-01 17:08:33 +02:00
Stephane Wirtel ab73059a9d [FIX] base: Remove unsafe_eval and use int in the ir.ui.menu object
bzr revid: stephane@openerp.com-20100902104107-um56xy2zu4vxb1g3
2010-09-02 12:41:07 +02:00
Launchpad Code Hosting 4be9bb115d Launchpad automatic translations update.
bzr revid: codehost@crowberry-20100902035122-gqe6j9jo45ukq7f2
2010-09-02 04:51:22 +01:00
Fabien Pinckaers 76548b3aff merge
bzr revid: fp@tinyerp.com-20100901164225-3o7njbh96drfvxnp
2010-09-01 18:42:25 +02:00
Fabien Pinckaers 08e975711e better error message when crashing a yaml test
bzr revid: fp@tinyerp.com-20100901164207-g9p5o5p58310e0lp
2010-09-01 18:42:07 +02:00
Olivier Dony 1b76981935 [IMP] orm.fields_view_get: return cached selection values even when field is not invisible
This solves potential issues at client-side when a refresh or on_change trigger 
changes the value of the invisible field but the client does not allow it 
because it is not part of the available values as far as it knows.

bzr revid: odo@openerp.com-20100901120827-kbthqdkm6qlc1ugu
2010-09-01 14:08:27 +02:00
Harry (OpenERP) 73bbce205b [FIX] tools/yml_import: pass context into update data in record parsing
bzr revid: hmo@tinyerp.com-20100901085707-lxeo23h9ziwilpkx
2010-09-01 14:27:07 +05:30
Anup (OpenERP) 73ac56eaf1 [FIX] msgstr in .pot file must be '' while exporting template translation
bzr revid: ach@tinyerp.com-20100901075244-wz3c75j56q6m79yg
2010-09-01 13:22:44 +05:30
Launchpad Code Hosting 313afc0fe8 Launchpad automatic translations update.
bzr revid: codehost@crowberry-20100901035636-y4v3xtmmlobpdy98
2010-09-01 04:56:36 +01:00
Julien Thewys 2adff8ecf5 [MERGE] fixes the construction of a XML search string containing single quotes
bzr revid: jth@openerp.com-20100831121710-cwk33mcvyhcgir5g
2010-08-31 14:17:10 +02:00
Stephane Wirtel ce93349749 [IMP] base: Add an on_change with a warning if the user changes the company
bzr revid: stephane@openerp.com-20100831111314-jea2mxbd1hqarzoc
2010-08-31 13:13:14 +02:00
Harry (OpenERP) 81bcdbf71e [IMP] request: remove parent menu of request and set default context for current user in search view
bzr revid: hmo@tinyerp.com-20100831060154-wsyi55wnl01u2yh9
2010-08-31 11:31:54 +05:30
Vir (Open ERP) f3a7bead45 [Merge]
bzr revid: vir@tinyerp.com-20100831043918-npi7t4q1l7r38ch8
2010-08-31 10:09:18 +05:30
Launchpad Code Hosting 5d497d55fe Launchpad automatic translations update.
bzr revid: codehost@crowberry-20100831035541-hytofn17645smhw1
2010-08-31 04:55:41 +01:00
Olivier Dony 4e41b9e995 [IMP] printscreen of group_by: replace empty labels with 'Undefined' as in interface
bzr revid: odo@openerp.com-20100830144801-8qgrydg8lelptz0b
2010-08-30 16:48:01 +02:00
Harry (OpenERP) cf86268416 [FIX] convert: after upgrade module, got error to parse menu
bzr revid: hmo@tinyerp.com-20100830140508-8mbnjtg5c970j3dt
2010-08-30 19:35:08 +05:30
Harry (OpenERP) 2468ab8e0f [MERGE]
bzr revid: hmo@tinyerp.com-20100830130448-k0z1zjl1hz6q1e8b
2010-08-30 18:34:48 +05:30
Olivier Dony a46518e637 [IMP] res_user: user_email accessor should work even without read access to addresses
bzr revid: odo@openerp.com-20100830103431-59avx90r2fq0leim
2010-08-30 12:34:31 +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
Olivier Dony a33463b178 [IMP] tools/convert: small readability improvement in parent menu determination
bzr revid: odo@openerp.com-20100830102003-jmzq3vpuvhng1404
2010-08-30 12:20:03 +02:00
P. Christeas f3b2c5d112 [MERGE] fix: ir_values action permissions + issue with menus during updates
ir_values: fix logic of group_ids in actions after bad refactoring
convert: When loading menu, don't match by name

bzr revid: odo@openerp.com-20100830100546-5wtg3cxhw3qy2adg
2010-08-30 12:05:46 +02:00
Olivier Dony 6e3c34ddd5 [FIX] rml2pdf: allow missing/null image contents
bzr revid: odo@openerp.com-20100830095946-a028170mlds8upre
2010-08-30 11:59:46 +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
P. Christeas b68138961f convert: When loading menu, don't match by name
It is safer to create duplicate menus than assume the same name is the same
menu.

Solved strange case with 'Manufacturing', where it would falsely identify
the 'Manufacturing/Manufacturing' as its parent, and thus create a recursive
menu. If we are parsing the 'a/b/c' name syntax, we have to ommit "c" from
parent search.

Conflicts:

	bin/tools/convert.py

bzr revid: p_christ@hol.gr-20100830094806-3d4flzmp6vazdhtb
2010-08-30 12:48:06 +03:00
Vir (Open ERP) b2d13bd8c9 [Merge]
bzr revid: vir@tinyerp.com-20100827043352-k3n4ox9tngq2ecfv
bzr revid: vir@tinyerp.com-20100830042537-djn9ch11go18qnfg
2010-08-30 09:55:37 +05:30
Launchpad Code Hosting 48ba7cf974 Launchpad automatic translations update.
bzr revid: codehost@crowberry-20100828034108-p5hv23gcnahsh3nn
bzr revid: codehost@crowberry-20100829034449-vt0hf7d5n558jupy
bzr revid: codehost@crowberry-20100830035511-67bsuxpvaattpurc
2010-08-30 04:55:11 +01:00
Olivier Dony 7b900d63a9 [FIX] user preferences: make menu-tips checkbox writeable for normal users
bzr revid: odo@openerp.com-20100827163241-zlfqk170mtrq6w27
2010-08-27 18:32:41 +02:00
Olivier Dony 1f1fcba103 [FIX,REF] orm: correct default values update during create() + refactor
bzr revid: odo@openerp.com-20100827092554-e16v8i4cwqobtv8a
2010-08-27 11:25:54 +02:00
ksa (Open ERP) 2790fa06bc [MERGE]:openobject-server/trunk-dev-framework
bzr revid: ksa@tinyerp.co.in-20100827061301-o6rsswyt37r5aiuq
2010-08-27 11:43:01 +05:30
ksa (Open ERP) c064e68c66 [IMP]: convert language install wizard into osv memory wizard
bzr revid: ksa@tinyerp.co.in-20100827060318-1dxmyhjoan98u6i3
2010-08-27 11:33:18 +05:30
uco (Open ERP) a4be29839b [MERGE]: Merged with trunk-server
bzr revid: uco@tinyerp.com-20100827044722-bjv1qkqkh7tjc5v7
2010-08-27 10:17:22 +05:30
Launchpad Code Hosting 4bdd9392cb Launchpad automatic translations update.
bzr revid: codehost@crowberry-20100827033806-hb56hutdrw7nokaz
2010-08-27 04:38:06 +01:00
Olivier Dony 502defb1a4 [FIX] orm.read_group: get correct number of return values
bzr revid: odo@openerp.com-20100826161517-r4tcgu4qk7onmhlf
2010-08-26 18:15:17 +02:00
Olivier Dony 0c00e6858a [IMP] ir_translate, orm: btree indexes have size limit on large text values, implemented temporary workaround
bzr revid: odo@openerp.com-20100826150006-68m4gpxl9xb46bim
2010-08-26 17:00:06 +02:00
P. Christeas 03dd95c34e [IMP] reports: remove some deprecation warnings
bzr revid: odo@openerp.com-20100826141421-vdzkd4wv17w36gnr
2010-08-26 16:14:21 +02:00
Vir (Open ERP) ab7f659cf9 [MOD] Administration/Company availble without multicompany group
bzr revid: vir@tinyerp.com-20100826131742-1rweau4xf5dvkfrq
2010-08-26 18:47:42 +05:30
ksa (Open ERP) add327f6ae [IMP]: Minor improvement
bzr revid: ksa@tinyerp.co.in-20100826124355-yv9nab36j88s0e07
2010-08-26 18:13:55 +05:30
ksa (Open ERP) 086e88d4ce [IMP]: convert old wizard into osv memory wizard for update module
bzr revid: ksa@tinyerp.co.in-20100826123554-2zd5yvp33slx8xfm
2010-08-26 18:05:54 +05:30
Olivier Dony 1dec419270 [IMP] orm: some improvement on previous commit on orm search with order_by (still needs fixing):
Avoid depending on implicit ordering of tables in a query but still allow basic sorting by inherited fields

bzr revid: odo@openerp.com-20100826114531-ajbukfsu9u3glhz5
2010-08-26 13:45:31 +02:00
Julien Thewys e69414c7ec [FIX] Log level for registered exported service.
bzr revid: jth@openerp.com-20100826125224-heukli2t66xw83ju
2010-08-26 14:52:24 +02:00
ksa (Open ERP) f917fe27b0 [IMP] Import module wizard convert into osv memory wizard
bzr revid: ksa@tinyerp.co.in-20100826101850-e8tsrqre2ksdpr3b
2010-08-26 15:48:50 +05:30
uco (Open ERP) cd4892126c [IMP] base: Improved views of Administration-> Maintenance.
bzr revid: uco@tinyerp.com-20100826101712-po877iu4kbl4v41b
2010-08-26 15:47:12 +05:30
uco (Open ERP) f14ff1cc81 [IMP] base: Improved views of Administration-> Modules Management.
bzr revid: uco@tinyerp.com-20100826101600-b8y0bkdidte9wn38
2010-08-26 15:46:00 +05:30