Commit Graph

3833 Commits

Author SHA1 Message Date
Fabien Pinckaers c2913a5cc0 [MERGE] addons 16
bzr revid: fp@openerp.com-20121102161101-hynn88pft6ipygy5
2012-11-02 17:11:01 +01:00
Xavier Morel 72a447bd95 [FIX] tabbing out of an m2o which opens some sort of weird dialog thing while in an editable o2m
The tab blurs the current fields, focuses the next one, then the
dialog thing opens and steals the focus from the *next* field (not the
one which created it), which thus triggers *blur* ultimately blurring
(and saving) the row being edited.

Add a trigger call in some random place which seems to make things not
fail.

bzr revid: xmo@openerp.com-20121102141348-5au6sarq0mw2ct67
2012-11-02 15:13:48 +01:00
Divyesh Makwana (Open ERP) ede1da0a64 [Merge] Merge with trunk.
bzr revid: mdi@tinyerp.com-20121102104628-qcf3cgpqgecbqml1
2012-11-02 16:16:28 +05:30
niv-openerp 14b0e83467 [IMP] modified do_onchange method in form view to be asynchronous
bzr revid: nicolas.vanhoren@openerp.com-20121031150546-ptpqlxixlfmbzbm6
2012-10-31 16:05:46 +01:00
niv-openerp 00fc09890b temporary revert of 3331
bzr revid: nicolas.vanhoren@openerp.com-20121031150324-dxlhh3wxhob8numi
2012-10-31 16:03:24 +01:00
Xavier Morel 2295ab0d5a [FIX] dataset methods to get their request context through Dataset#get_context
if they go directly through the embedded model, child classes to
DataSet don't get the occasion to override the generation/fetching of
the context, and e.g. relational fields thus don't work correctly (as
their field context isn't forwarded).

bzr revid: xmo@openerp.com-20121031143723-j4q0t8cbzttela1r
2012-10-31 15:37:23 +01:00
niv-openerp 1622caae27 Changed the onchange handling to be async
bzr revid: nicolas.vanhoren@openerp.com-20121031143036-eventomyjpwgalxb
2012-10-31 15:30:36 +01:00
niv-openerp 95131d6fa9 [merge trunk]
bzr revid: nicolas.vanhoren@openerp.com-20121031141717-5qkawv50b0w2kdry
2012-10-31 15:17:17 +01:00
Xavier Morel 62f4d999f4 [IMP] positioning of edition fields within a scrolled dialog
they still don't work every time, but should be slightly more reliable

bzr revid: xmo@openerp.com-20121031140718-j3e4r9djyq34rqu7
2012-10-31 15:07:18 +01:00
Xavier Morel b6af4f22cb [FIX] [ESC] key closing dialogs when editing a list
bzr revid: xmo@openerp.com-20121031140641-l1nf68jxiye8fyi8
2012-10-31 15:06:41 +01:00
Xavier Morel e9d00c7148 [FIX] broken data: urls + remove inane position: absolute on listview delete buttons
bzr revid: xmo@openerp.com-20121031140609-d1d1w01dl9g41odf
2012-10-31 15:06:09 +01:00
Xavier Morel 2ea22c5234 [FIX] first field of editable list o2ms not showing their content
Bug introduced in xmo@openerp.com-20121019100725-izotstggoxpfjk6k (and
xmo@openerp.com-20121022103935-78bm40gfotpt1ds6 to the extent that in
the former the cell would disappear altogether and in the latter its
content would be blanked out).

As it was the last 15 times I made this mistake, adding a "!" before
an `instanceof` call and forgetting parens just negates the object
(first argument to `instanceof`), not the whole expression, and thus
the expression is *always false* (the result of !a is a `boolean`
primitive, and `primitive instanceof ObjectType` is always false)

bzr revid: xmo@openerp.com-20121031103233-9qw40l6m2vy0l3m1
2012-10-31 11:32:33 +01:00
niv-openerp 8a12c46307 [IMP] added commit_value()
bzr revid: nicolas.vanhoren@openerp.com-20121030155313-g2cx14h4rl6zks6z
2012-10-30 16:53:13 +01:00
Frédéric van der Essen 311cf01384 [MERGE] from trunk
bzr revid: fva@openerp.com-20121030110643-u775xem0pp6sqvjc
2012-10-30 12:06:43 +01:00
Frédéric van der Essen fb642473c1 [IMP] css: made the padding around the comments bigger
bzr revid: fva@openerp.com-20121030110621-86exa4ibrnd9585i
2012-10-30 12:06:21 +01:00
Thibault Delavallée 4bc3bde860 [MERGE] OpenChatter 5.Pi "Stylin' in the rain", with a better Chatter widget, CSS and behavior.
This web-side revision brings a new web widget for attachments, in order to upload one or more file in same time and display them as a list. Files deletion is supported. The blockui option allows to block the UI while the file is uploaded.

bzr revid: tde@openerp.com-20121029144755-7xibc7a3ndmby898
2012-10-29 15:47:55 +01:00
Thibault Delavallée 7768919bb2 [MERGE] Sync with web/trunk.
bzr revid: tde@openerp.com-20121029135519-rjjannd2rssl665v
2012-10-29 14:55:19 +01:00
Frédéric van der Essen f561d7e9fd [MERGE] from trunk
bzr revid: fva@openerp.com-20121029105126-gmc4b88e4ggon2l7
bzr revid: fva@openerp.com-20121029134120-7ipcitjtwhgzaqeu
2012-10-29 14:41:20 +01:00
niv-openerp 6c9137021c [FIX] small problem in search view, it did not supported the field type html (caused an exception in Notes)
bzr revid: nicolas.vanhoren@openerp.com-20121029111542-tikkk513ilv0br4e
2012-10-29 12:15:42 +01:00
Christophe Matthieu 7371f63bd0 [IMP] view form: one2many_binary, css like chatter attachment
bzr revid: chm@openerp.com-20121029105947-67lynhgjmbadvb3k
2012-10-29 11:59:47 +01:00
Frédéric van der Essen 17ffcc0597 [IMP] css: reactive css for openchatter in viewforms
bzr revid: fva@openerp.com-20121029104710-42u4cq98l2zzdqet
2012-10-29 11:47:10 +01:00
Christophe Matthieu aff07e0ce3 [MERGE] from trunk-openchatter-DOM-chm
bzr revid: chm@openerp.com-20121029093405-h51kfl4zgak6vcex
2012-10-29 10:34:05 +01:00
Christophe Matthieu 0bc02689c0 [IMP] web field: one2many binary, suppress set_value
bzr revid: chm@openerp.com-20121029093236-mopw9szg6go3ox41
2012-10-29 10:32:36 +01:00
Thibault Delavallée 90e0243f1a [MERGE] Merged with web/trunk.
bzr revid: tde@openerp.com-20121029092547-u03gj7y066dtrf73
2012-10-29 10:25:47 +01:00
Fabien Pinckaers 11a8170b56 [IMP] html fields with 100%
bzr revid: fp@tinyerp.com-20121026164327-xh3gwp96lpysq9hm
2012-10-26 18:43:27 +02:00
Fabien Pinckaers 00caf72c6c [IMP] CSS
bzr revid: fp@tinyerp.com-20121026152850-bevh0selibxvsixm
2012-10-26 17:28:50 +02:00
Fabien Pinckaers 0e3f06bf4e fix
bzr revid: fp@tinyerp.com-20121026145222-q3k000saytdg9u2s
2012-10-26 16:52:22 +02:00
Christophe Matthieu 415f519cd8 [MERGE] from trunk
bzr revid: chm@openerp.com-20121026140412-wfwl9ze4s8pzs9sg
2012-10-26 16:04:12 +02:00
Christophe Matthieu 00bfec86ab [IMP] form view: FieldBinaryFileUploader modify
bzr revid: chm@openerp.com-20121026135834-ygs25fjfmeh3tte8
2012-10-26 15:58:34 +02:00
Fabien Pinckaers 08db8bbf0f [IMP] useability
bzr revid: fp@tinyerp.com-20121026130505-7pdeq2bq3nne7h01
2012-10-26 15:05:05 +02:00
niv-openerp f2c5b7f599 [IMP] avoid propagation of context when clicking on a readonly m2o (could cause problems)
bzr revid: nicolas.vanhoren@openerp.com-20121026100011-inuk0tzz5cxw7dtr
2012-10-26 12:00:11 +02:00
niv-openerp d87a8c05fd [IMP] added some utils to qweb context
bzr revid: nicolas.vanhoren@openerp.com-20121026095436-3jyci78mgew9uz35
2012-10-26 11:54:36 +02:00
Fabien Pinckaers a19bb43aca [MERGE] CSS @media print
bzr revid: fp@tinyerp.com-20121025120707-oromtnlxur4125x8
2012-10-25 14:07:07 +02:00
Jiten (OpenERP) 2354633823 [MERGE] Merged trunk.
bzr revid: jra@tinyerp.com-20121025093537-rua2i3iqg2wisa5v
2012-10-25 15:05:37 +05:30
niv-openerp 098b23d76b [FIX] wrong refactoring about do_switch_view
bzr revid: nicolas.vanhoren@openerp.com-20121025092814-d3tpt9lfkn6b9w80
2012-10-25 11:28:14 +02:00
niv-openerp d41219749a [FIX] pager in m2m does not behave correctly
bzr revid: nicolas.vanhoren@openerp.com-20121025091132-zbja03rszs6jiavg
2012-10-25 11:11:32 +02:00
niv-openerp 1daf770604 [IMP] Added a way to create something in a m2m
bzr revid: nicolas.vanhoren@openerp.com-20121025083509-7b0vybaa4qgyg0g2
2012-10-25 10:35:09 +02:00
niv-openerp 3fb6204e5f [IMP] remove unused code in form view
bzr revid: nicolas.vanhoren@openerp.com-20121025074935-6expqc0stsvbo1ft
2012-10-25 09:49:35 +02:00
Purnendu Singh (OpenERP) abd1258be6 [MERGE]
bzr revid: psi@tinyerp.com-20121025061549-pfruq62jmmx6qcar
2012-10-25 11:45:49 +05:30
Christophe Matthieu 9fe8d72078 [IMP] base: widget one2many_binary
bzr revid: chm@openerp.com-20121024122700-k1ycsuyejmh9gqc9
2012-10-24 14:27:00 +02:00
Christophe Matthieu fbd53c418e [IMP] view_form: suppress wrong console.log
bzr revid: chm@openerp.com-20121024092542-q9aogx9sefb65jr1
2012-10-24 11:25:42 +02:00
Christophe Matthieu 029b52a548 [IMP] view_form: add widget for uploading files : one2many_binary
bzr revid: chm@openerp.com-20121024091421-axuv93cnycdad3b7
2012-10-24 11:14:21 +02:00
niv-openerp cdb0601417 got it
bzr revid: nicolas.vanhoren@openerp.com-20121023125957-lfs7yogbygw2uz4a
2012-10-23 14:59:57 +02:00
niv-openerp 94bc60b310 reverted changes to o2m
bzr revid: nicolas.vanhoren@openerp.com-20121023125213-d7nc1282zmbvk72a
2012-10-23 14:52:13 +02:00
niv-openerp bb22e231ff merge trunk
bzr revid: nicolas.vanhoren@openerp.com-20121023124321-cmd2jtnslyk30mr7
2012-10-23 14:43:21 +02:00
niv-openerp 8d92a33443 [FIX] corrected the field reference
bzr revid: nicolas.vanhoren@openerp.com-20121023124042-u5yfvylxy7a2clfv
2012-10-23 14:40:42 +02:00
Fabien Meghazi f50c720f3e [ADD] Add menu_id in url state
bzr revid: fme@openerp.com-20121023122833-l9a520bkpe2yty2r
2012-10-23 14:28:33 +02:00
Bhumi Thakkar (Open ERP) efddb3a904 [MERGE] merge lp:~openerp-dev/openerp-web/trunk-improve-css-printing.
bzr revid: bth@tinyerp.com-20121023121813-ivw4e4sfxp3x75y5
2012-10-23 17:48:13 +05:30
Bhumi Thakkar (Open ERP) edc3869ca2 [IMP] Improve code in sass and used visibility instead of display attribute.
bzr revid: bth@tinyerp.com-20121023113353-gyl0isk329oh5ixe
2012-10-23 17:03:53 +05:30
Purnendu Singh (OpenERP) a10c7b882b [MERGE] merge with main web
bzr revid: psi@tinyerp.com-20121023100528-w5z1yf2yj6cq1edj
2012-10-23 15:35:28 +05:30