Commit Graph

361 Commits

Author SHA1 Message Date
Xavier Morel 1da49a44a5 [MERGE] 6.1 fixes into trunk
bzr revid: xmo@openerp.com-20120322113142-gim4svx01p336nxm
2012-03-22 12:31:42 +01:00
Christophe Simonis 08b4442e08 [FIX] align image widget (same behavior as 6.0)
bzr revid: chs@openerp.com-20120320105601-gpp0315e8637zpsw
2012-03-20 11:56:01 +01:00
Xavier Morel e178185b4f [MERGE] bug fixes form 6.1 branch
bzr revid: xmo@openerp.com-20120305070634-li0eloj7vhsljguu
2012-03-05 08:06:34 +01:00
Fabien Meghazi 71c94be053 [ADD] Added systray zone in webclient
bzr revid: fme@openerp.com-20120229155526-14gpto9k1qtcl1m8
2012-02-29 16:55:26 +01:00
Fabien Meghazi c7809cafe7 [IMP] Renamed DropDownMenu to UserMenu
bzr revid: fme@openerp.com-20120229141527-tuhkt0isveefy2kp
2012-02-29 15:15:27 +01:00
Fabien Meghazi 2f2c246fac [IMP] Improve menus. Works when client is reloaded
bzr revid: fme@openerp.com-20120229130235-bx8ptrz4xah1aqct
2012-02-29 14:02:35 +01:00
Fabien Meghazi 32cd30b7f5 [ADD] Added new logo and footer
bzr revid: fme@openerp.com-20120228142641-p4qsssmutq30r0z3
2012-02-28 15:26:41 +01:00
Fabien Meghazi 2d03b80c7d [IMP] New menus
bzr revid: fme@openerp.com-20120228134121-bxs33qrpevrfkctp
2012-02-28 14:41:21 +01:00
Fabien Meghazi ad681179d0 [CHG] Menu doesn't fold by default
bzr revid: fme@openerp.com-20120227135911-9l0csum251wvkfv8
2012-02-27 14:59:11 +01:00
Fabien Meghazi e91dee1e97 [ADD] Added shortcut to dropdown menu. Completely removed old Header
bzr revid: fme@openerp.com-20120227134531-uf646x2w13zqsslz
2012-02-27 14:45:31 +01:00
Fabien Meghazi b64f4c6875 [ADD] Added dropdown menu.
bzr revid: fme@openerp.com-20120223174439-nlyeqjobi230e7xx
2012-02-23 18:44:39 +01:00
Fabien Meghazi 2e681ad98b [CHG] Updated Secondary Menu (moved in a div)
bzr revid: fme@openerp.com-20120223153921-u23y5ylp2sqhs3ev
2012-02-23 16:39:21 +01:00
Fabien Meghazi a90d466ccb [ADD] Add styles for new main menu
bzr revid: fme@openerp.com-20120223150230-n935rq8bv65a6gbj
2012-02-23 16:02:30 +01:00
Fabien Meghazi 865ffbd4cc [BREAK] Prepare main div container for new layout
bzr revid: fme@openerp.com-20120223135503-e89bnthvhbv2z58a
2012-02-23 14:55:03 +01:00
Xavier Morel 50853cbaac [FIX] ability to backup databases in case listing databases is forbidden (via --no-database-list on the server)
lp bug: https://launchpad.net/bugs/939428 fixed

bzr revid: xmo@openerp.com-20120223133937-3115jyzjtbzequbq
2012-02-23 14:39:37 +01:00
Fabien Meghazi 3644361b1f [IMP] Webclient not OldWidget anymore. Renamed template to 'WebClient'
Made a seperate revision because of edi addon dependency

bzr revid: fme@openerp.com-20120223131140-2p7uycfs2el6ibei
2012-02-23 14:11:40 +01:00
niv-openerp f4b4ef5088 [imp] improved html generation in editable lists
bzr revid: nicolas.vanhoren@openerp.com-20120221105229-xrxcjwx2jtteh444
2012-02-21 11:52:29 +01:00
niv-openerp 383f1750c5 [imp] wip
bzr revid: nicolas.vanhoren@openerp.com-20120221095856-656l1so4ejc06gih
2012-02-21 10:58:56 +01:00
niv-openerp 571aac869c [fix] problem with reference fields
lp bug: https://launchpad.net/bugs/934330 fixed

bzr revid: nicolas.vanhoren@openerp.com-20120220100958-bujk0yuftdlzk3fz
2012-02-20 11:09:58 +01:00
niv-openerp 1e9380b8fa [merge]
bzr revid: nicolas.vanhoren@openerp.com-20120217101731-3g9hrhs65qb32pkv
2012-02-17 11:17:31 +01:00
Fabien Meghazi 2285ce9b02 [IMP] Improved dirty save button styling
bzr revid: fme@openerp.com-20120215133653-t6fvjsv1sl9xlald
2012-02-15 14:36:53 +01:00
Fabien Meghazi bc233c30e5 [FIX] Merge last trunk
bzr revid: fme@openerp.com-20120215095940-2jv27t91i7u5mm0r
2012-02-15 10:59:40 +01:00
Xavier Morel 980e2825d5 [IMP] get translated JS strings outside of QWeb attributes as the corresponding extractor does not actually work, export POTs
bzr revid: xmo@openerp.com-20120214142954-4ndkj63pog39ts0k
2012-02-14 15:29:54 +01:00
Xavier Morel a7ea6c02ab [FIX] don't display a '#' in empty URI fields
lp bug: https://launchpad.net/bugs/931643 fixed

bzr revid: xmo@openerp.com-20120214074632-oumyrm5pd5e2y1ow
2012-02-14 08:46:32 +01:00
Xavier Morel 9552dbc215 [FIX] replace :first-of-type by custom class in treeview styles, so open/close arrows appear in MSIE8
lp bug: https://launchpad.net/bugs/927631 fixed

bzr revid: xmo@openerp.com-20120213115220-dt147bo51q2zqrnp
2012-02-13 12:52:20 +01:00
niv-openerp 899a8e2ece [merge] improvements to view editor
bzr revid: nicolas.vanhoren@openerp.com-20120213110819-xugfuocv0j6lh32q
2012-02-13 12:08:19 +01:00
Xavier Morel 346805aa02 [FIX] sizing of date widgets in search view
lp bug: https://launchpad.net/bugs/930049 fixed

bzr revid: xmo@openerp.com-20120213094015-px9udeft0v0htnyu
2012-02-13 10:40:15 +01:00
Jiten (OpenERP) a3c807564a [Merge] Merge from openerp-web.
bzr revid: jra@tinyerp.com-20120210083715-16ntujeavf5rs6kz
2012-02-10 14:07:15 +05:30
Xavier Morel 811e50b49c [IMP] add tooltip on disabled filter
bzr revid: xmo@openerp.com-20120209163050-g4u7gvsnh6kgqs14
2012-02-09 17:30:50 +01:00
Xavier Morel 77065685ca [FIX] don't blow up filters management if a filter uses an invalid syntax (or an unknown variable) and can't be evaluated
bzr revid: xmo@openerp.com-20120209161542-whs5ye637lijas26
2012-02-09 17:15:42 +01:00
Xavier Morel 76de030cde [ADD] UI to set default ir.values in web client's from view
lp bug: https://launchpad.net/bugs/888466 fixed

bzr revid: xmo@openerp.com-20120209151605-sqt0mzceqr8u160z
2012-02-09 16:16:05 +01:00
Xavier Morel be5bab60c8 [IMP] display string label of selection and m2o fields in defaults-setting dialog
bzr revid: xmo@openerp.com-20120209151410-49j13cfbrwwhrp23
2012-02-09 16:14:10 +01:00
Xavier Morel 5f9b77de4c [FIX] even if there is a spoon, there may be no widget.field
bzr revid: xmo@openerp.com-20120209120747-hkf0accbs05gayd7
2012-02-09 13:07:47 +01:00
Xavier Morel c55f68d419 [IMP] add change default to debug mode
bzr revid: xmo@openerp.com-20120209120139-gw9n06vcma3hjl7f
2012-02-09 13:01:39 +01:00
Jiten (OpenERP) 6de1586e5c [DEL] Delete feature of Customize Object from the view editor.
bzr revid: jra@tinyerp.com-20120209090904-8b5o77ei2lztxyw2
2012-02-09 14:39:04 +05:30
Vidhin Mehta (OpenERP) c5b572cd5e [REM]Remove custmiztion object functionality.
bzr revid: vme@tinyerp.com-20120209072332-6243cd7rdocpkh5l
2012-02-09 12:53:32 +05:30
Jiten (OpenERP) f5e2fe1ff0 [Merge] Merge from openerp-web.
bzr revid: jra@tinyerp.com-20120209060216-7srqio91yxlu7yi0
2012-02-09 11:32:16 +05:30
Xavier Morel fe31030bd2 [ADD] UI for set_default in form view sidebar
bzr revid: xmo@openerp.com-20120208122153-k11n7u47n1bo63sv
2012-02-08 13:21:53 +01:00
Fabien Meghazi 7b3094ee8a [FIX] handle multilines in <label> tags of form views
bzr revid: fme@openerp.com-20120208143943-p6i12v8cd0ua831d
2012-02-08 15:39:43 +01:00
niv-openerp 44263a42b2 [fix] revert form refactoring branch
bzr revid: nicolas.vanhoren@openerp.com-20120208111110-p2nj0tehupxa0gmz
2012-02-08 12:11:10 +01:00
Olivier Dony df0b4f8c35 [IMP] i18n extractor now ignores comments and PIs + additional spurious translations removed
PO templates updated accordingly

bzr revid: odo@openerp.com-20120207182255-23s4yp4hrteierht
2012-02-07 19:22:55 +01:00
Christophe Simonis 7d05f195d9 [FIX] handle multilines in <label> tags of form views
bzr revid: chs@openerp.com-20120207140628-4yxgxv849cjg5fl9
2012-02-07 15:06:28 +01:00
Olivier Dony a93634d80c [FIX] base.xml: exclude classnames set with @t-set from translatable things
This could cause problems if someone was to translate these
class names to something different, possibly breaking all
menu rendering.
The corresponding web.pot template was already re-exported,
to remove the spurious terms (and incidentally update all
source line references).

bzr revid: odo@openerp.com-20120207143116-tnyerd15j9hlpjff
2012-02-07 15:31:16 +01:00
niv-openerp b5579eee20 [merge] refactoring of form view widgets
bzr revid: nicolas.vanhoren@openerp.com-20120207130546-bu0m5fl99krcqbbb
2012-02-07 14:05:46 +01:00
niv-openerp 243d524978 [imp] polish render and render_element usage
bzr revid: nicolas.vanhoren@openerp.com-20120207130125-xexqks24jb7mguy8
2012-02-07 14:01:25 +01:00
niv-openerp 9fb0a22b86 [imp] nivified notebook
bzr revid: nicolas.vanhoren@openerp.com-20120207111451-le08xlmqfhalkcgm
2012-02-07 12:14:51 +01:00
niv-openerp ed9eeea3db [imp] nivified root frame
bzr revid: nicolas.vanhoren@openerp.com-20120207110129-psfxmdiw9c2gvxtp
2012-02-07 12:01:29 +01:00
Olivier Dony 1b3701ce59 [IMP] Fix some remaining untranslated areas, and extract @title,@alt and @label attributes too
(pending an update of the qweb rendering engine to
 actually translate the newly exported attributes)

bzr revid: odo@openerp.com-20120207092655-kgdcxa8myalxfyjq
2012-02-07 10:26:55 +01:00
Jiten (OpenERP) 8a5593dcc6 [Merge] Merged from openerp-web.
bzr revid: jra@tinyerp.com-20120202112015-9f102yl1a9dukq6b
2012-02-02 16:50:15 +05:30
Fabien Meghazi 0839b0e4ee [FIX] QWeb template inheritance done right
bzr revid: fme@openerp.com-20120201122926-poh3q2157ra9tzjd
2012-02-01 13:29:26 +01:00