Commit Graph

78 Commits

Author SHA1 Message Date
Olivier Dony 74cdbb4d9c [REM] ir.ui.menu: removed create_menu() shortcut, as the feature was broken and was removed from GTK too
This feature was only ever supported in GTK client, and was not working very well.
It may be re-introduced later, but needs a deeper set of changes in the code.

bzr revid: odo@openerp.com-20110110182130-a6ire0yf2196sfo4
2011-01-10 19:21:30 +01:00
Olivier Dony 7d3375f49f [MERGE] bugfixes: default language for partners, password change, validation of custom selection fields, ...
See the bug links

lp bug: https://launchpad.net/bugs/670264 fixed
lp bug: https://launchpad.net/bugs/692891 fixed
lp bug: https://launchpad.net/bugs/695678 fixed
lp bug: https://launchpad.net/bugs/631547 fixed
lp bug: https://launchpad.net/bugs/632927 fixed

bzr revid: odo@openerp.com-20110106173828-kdv1gtdvbws1ceb5
2011-01-06 18:38:28 +01:00
Olivier Dony bf16725dc8 [FIX] all: ensure all open files are closed (partial patch courtesy of Lampman Trading)
lp bug: https://launchpad.net/bugs/676931 fixed

bzr revid: odo@openerp.com-20110104101335-964sl0e71zsgzfjw
2011-01-04 11:13:35 +01:00
Yogesh Sakhreliya d6290ccd82 [FIX] assign default value in icon_image variable in ir.ui.menu.
bzr revid: ysa@tinyerp.com-20110104043415-vt2br30i3esqwhm7
2011-01-04 10:04:15 +05:30
Yogesh Sakhreliya d4b2226607 [FIX] fixed error if user assign wrong image path.
bzr revid: ysa@tinyerp.com-20101231093240-2m7eg0bpre7x3xsb
2010-12-31 15:02:40 +05:30
Olivier Dony 0e00f5c5a6 [FIX] ir.ui.menu: typos introduced recently
bzr revid: odo@openerp.com-20101229094754-c9od7rd0xlvk9h08
2010-12-29 10:47:54 +01:00
Fabien Pinckaers 54b0cbdc1f [IMP] access rights
bzr revid: fp@tinyerp.com-20101228083020-si4yr34cb46cmjof
2010-12-28 09:30:20 +01:00
P. Christeas 1dbaae147b ir.ui.menu: We don't need a "many2many_unique" class any more
The parent many2many has been improved to avoid duplicate records.

bzr revid: p_christ@hol.gr-20101219200751-0umvepzgtgjhnw78
2010-12-19 22:07:51 +02:00
Olivier Dony 498a04ae2d [FIX] ir.ui.menu: menu items should be filtered only in tree view
The normal list view should display them all, otherwise menus without children are invisible for example
Also ensured that create() clears the menu cache, otherwise adding children to an invisible menu
may not cause it to appear until the server is restarted.

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

bzr revid: odo@openerp.com-20101210161708-txdxidrr3k4c6hk5
2010-12-10 17:17:08 +01:00
Olivier Dony 9daa68e67c [IMP] orm,base: added context to _constraints functions + use generic osv.osv.check_recursion()
lp bug: https://launchpad.net/bugs/525808 fixed

bzr revid: odo@openerp.com-20101209105733-j3uffwp4rl07nzc4
2010-12-09 11:57:33 +01:00
P. Christeas, O. Dony 6a69f37cf0 [MERGE] many improvements regarding translations, logging, reports, http, speed
bzr revid: odo@openerp.com-20101125142219-8bkqfboyuslzpvyo
2010-11-25 15:22:19 +01:00
GPA (OpenERP) f4c509bcfb [MERGE] ir.ui.menu,rng: support for embedded web icons for menuitems
bzr revid: odo@openerp.com-20101125105002-o6pbzql6lsqhx60w
2010-11-25 11:50:02 +01:00
gpa 9de5e301e1 Improvement for the transformation of the icon file paths inside
bzr revid: gpa@tinyerp.com-20101125052729-bajcewtj468rhcjx
2010-11-25 10:57:29 +05:30
gpa 1a6ab82f7b Improvement for the web client dash board
bzr revid: gpa@tinyerp.com-20101124104936-rk38vyhz7bll6f9r
2010-11-24 16:19:36 +05:30
P. Christeas 49dc2ec5ec ir.ui.menu: Fix default args, no need for lambda in _defaults.
bzr revid: p_christ@hol.gr-20101123152551-dr7dov1fip2r7jet
2010-11-23 17:25:51 +02:00
P. Christeas c8f52b8c98 ORM, ir_*: convert standard constraint messages to callables
Also, fix way that callable constraints are passed with the context so
that they can have translatable strings inside (but not on the results
of the callable).

Conflicts:

	bin/addons/base/ir/ir_model.py
	bin/addons/base/module/module.py
	bin/tools/translate.py

bzr revid: p_christ@hol.gr-20101118164721-19rgx43d3p96b2lf
2010-11-18 18:47:21 +02:00
Olivier Dony 51acd5e8a6 [IMP] ir_ui_menu: create_shortcut() must always be able to create menus + return action_id
bzr revid: odo@openerp.com-20101017045344-ht561rp5xbsimvdo
2010-10-17 06:53:44 +02:00
vda (Open ERP) e7c6535c6b [IMP] Improved res widget per user.
bzr revid: vda@tinyerp.com-20101015150018-1hdbak0wue5loiqa
2010-10-15 20:30:18 +05:30
nch@tinyerp.com 658d2ba625 [FIX]:create_shortcut method
bzr revid: nch@tinyerp.com-20101015091528-v0ic3xnewf0fxvkc
2010-10-15 14:45:28 +05:30
jas 48d9c128e0 [REM]:base:removed ir.actions.report.custom and ir.report.custom
bzr revid: jas@tinyerp.com-20101001135358-ndjdcdw9hojno9kh
2010-10-01 19:23:58 +05:30
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
Jay (Open ERP) 3a7ce56b57 [REF]
bzr revid: jvo@tinyerp.com-20100810112258-cuakpatx183ftwrj
2010-08-10 16:52:58 +05:30
nch@tinyerp.com db1596fa43 [IMP]:enforce recrusivity constraint on menu
bzr revid: nch@tinyerp.com-20100719113429-xv1u3a6xhem0w9nj
2010-07-19 17:04:29 +05:30
RGA(openERP) af142de4f0 [IMP]:ir.filters instead of ir.act.windows
bzr revid: nch@tinyerp.com-20100624132751-wqb1ia1kvil9eop1
2010-06-24 18:57:51 +05:30
Xavier Morel 48dc8f17a9 [REM] special casing of administrator in ir.ui.menu/search
bzr revid: xmo@openerp.com-20100623143910-7ilj2syd3m144zd8
2010-06-23 16:39:10 +02:00
Fabien Pinckaers 4517a086c7 removed multi-company default
bzr revid: fp@tinyerp.com-20100621215107-n1vl0iwtsqbtjs1e
2010-06-21 23:51:07 +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
Christophe Simonis f886032d5b [FIX] base: correct menu search method
bzr revid: chs@openerp.com-20100531131912-12sm14or8jk9vbps
2010-05-31 15:19:12 +02:00
Jay (Open ERP) cb3d7ab0f2 [FIX] Menu : Search corrected for count attribute and non-admin user
bzr revid: jvo@tinyerp.com-20100514124610-n8dtqbpn6myjwrpe
2010-05-14 18:16:10 +05:30
Anup (OpenERP) cb0ff560ac [MERGE] Merged with the main trunk branch
bzr revid: ach@tinyerp.com-20100514063423-97jbfh395zvzgb3e
2010-05-14 12:04:23 +05:30
Anup (OpenERP) 9b0ec193f3 [FIX] base: respect the limit and offset arguments of the search method
bzr revid: ach@tinyerp.com-20100513073031-aog69xcq70w5dokt
2010-05-13 13:00:31 +05:30
sma (Tiny) 5ff73e4c64 [FIX] Fixed search method corrected for count attributes(ir.ui.menu).
bzr revid: sma@tinyerp.com-20100513063242-fyn0yosd2yc8kgjp
2010-05-13 12:02:42 +05:30
Fabien Pinckaers 30f690ae7e [IMP] menu display search filter
bzr revid: fp@tinyerp.com-20100419220947-pbswr72tsds5exci
2010-04-20 00:09:47 +02:00
Fabien Pinckaers 65aba6816b [IMP] simplified views
bzr revid: fp@tinyerp.com-20100415085510-2zvzcerhscbf4rv6
2010-04-15 10:55:10 +02:00
RGA(OpenERP) 44294ac056 Improved related changes for browse support in reference field
bzr revid: hda@tinyerp.com-20100317140454-r70kmvakhw3rrv80
2010-03-17 19:34:54 +05:30
HDA (OpenERP) a0ba43d800 Merged with stable
bzr revid: hda@tinyerp.com-20100216063114-d2crv3zayarq2vk6
2010-02-16 12:01:14 +05:30
Christophe Simonis 6d599c6cca [FIX] allow to create menu executing ir.actions.server
[IMP] pyflackes

bzr revid: chs@tinyerp.com-20100204172436-icchmn39spmew41g
2010-02-04 18:24:36 +01:00
Christophe Simonis db13ceee7a [FIX] revert previous patch about linked bug (lp:497364)
lp bug: https://launchpad.net/bugs/497364 fixed

bzr revid: chs@tinyerp.com-20100120165208-ppmd7tq9mqm1jtcu
2010-01-20 17:52:08 +01:00
Jay (Open ERP) d0a898c5c5 [FIX] Menu : Search method corrected for the non-Admin user
lp bug: https://launchpad.net/bugs/497364 fixed

bzr revid: jvo@tinyerp.com-20100119083528-lmn47b0lvzhqisvl
2010-01-19 14:05:28 +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
nch@tinyerp.com 68017084b1 [FIX]:corrected menuitem's action allottment(Ref:hda,jvo),fixed Custom_shortcuts under administration does not work(ref:nch)
bzr revid: nch@tinyerp.com-20090930112035-1e5xxa03qnofmolh
2009-09-30 16:50:35 +05:30
HDA (OpenERP) c68600cc53 [Merged]
bzr revid: hda@tinyerp.com-20090917072712-l7220bbv1gq4uckc
2009-09-17 12:57:12 +05:30
Jay (Open ERP) 38c14c6ff9 [FIX] Account Module : Typo corrected
lp bug: https://launchpad.net/bugs/385664 fixed

bzr revid: jvo@tinyerp.com-20090611091936-9hxna6n3wz3oa5e7
2009-06-11 14:49:36 +05:30
Jay (Open ERP) 9bcf97fa2d [FIX] Bug 356863 : corrected menuitem's action allottment (ref:jvo,uco)
bzr revid: jvo@tinyerp.com-20090417095637-yn4jhpr36na9sbl8
2009-04-17 15:26:37 +05:30
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
Fabien Pinckaers 9bda731cfd bugfixes
bzr revid: fp@tinyerp.com-20090121231539-ytxxlb27sg6ax2j3
2009-01-22 00:15:39 +01: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
Christophe Simonis c2cc3a3049 [FIX] psycopg2: in queries we must now use %s everywhere (no more %d or %f)
bzr revid: christophe@tinyerp.com-20081209123722-4kmv4pecjwiw3tm3
2008-12-09 13:37:22 +01:00