Commit Graph

523 Commits

Author SHA1 Message Date
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
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
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 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
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
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 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
Fabien Pinckaers 08db8bbf0f [IMP] useability
bzr revid: fp@tinyerp.com-20121026130505-7pdeq2bq3nne7h01
2012-10-26 15:05:05 +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
Christophe Matthieu 9fe8d72078 [IMP] base: widget one2many_binary
bzr revid: chm@openerp.com-20121024122700-k1ycsuyejmh9gqc9
2012-10-24 14:27:00 +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
Fabien Meghazi 957c187bb1 [IMP] Make 'oe_list_cannot_*' css classes generic
bzr revid: fme@openerp.com-20121023095559-63exp0dyf5zsd3qw
2012-10-23 11:55:59 +02:00
Jiten (OpenERP) e106b1cff8 [MERGE] Merged trunk.
bzr revid: jra@tinyerp.com-20121023065643-udc0snn7njgqtz3n
2012-10-23 12:26:43 +05:30
Antonin Bourguignon 9ed87abad0 [IMP] add a rule to hide the create incentive in list view
this patch would deserve to be extented to the kanban view

bzr revid: abo@openerp.com-20121022164642-csadhjemb8zyzag6
2012-10-22 18:46:42 +02:00
Antonin Bourguignon c88b77a7c8 [IMP] remove whitespaces
bzr revid: abo@openerp.com-20121022162708-a3q25ul0rnbtfnqv
2012-10-22 18:27:08 +02:00
Xavier Morel 955ebc8c67 [FIX] reorderable listview clone/placeholder positioning
In some cases (tables?) jquery-ui sortable apparently breaks down if
any parent of the element being positioned (and the generated helper
element) is in position: relative.

Remove all of the position:relative in the way, they seem to not be
used anymore (including the one in jquery-ui, testing in IE9 doesn't
seem to expose any bug and jquery-ui references one, might have been
an issue in IE<=8 which was fixed since).

Maybe an assertion should be added to the code, which would call
#getComputedStyle() on all the #parents() of the element being made
sortable and error out if one of them has
#getPropertyValue('position') == 'relative'?

bzr revid: xmo@openerp.com-20121022131624-n8a43vgl8k4gsqk9
2012-10-22 15:16:24 +02:00
Bhumi Thakkar (Open ERP) 3407d17448 [IMP] hide date img.
bzr revid: bth@tinyerp.com-20121022051311-9kcqf7x00ouvkiuj
2012-10-22 10:43:11 +05:30
Bhumi Thakkar (Open ERP) 054f6e7965 [IMP] Improve css to hide border and remove images,add an item link from list view.
bzr revid: bth@tinyerp.com-20121019111457-altw97yqg2abp58m
2012-10-19 16:44:57 +05:30
Bhumi Thakkar (Open ERP) 479627856c [IMP] Improve css to hide scroll in mail threads and remove text shadow.
bzr revid: bth@tinyerp.com-20121019063730-cx2axh9cgbego6o0
2012-10-19 12:07:30 +05:30
Bhumi Thakkar (Open ERP) 88f599e3fd [MERGE] Merge lp:openerp-web.
bzr revid: bth@tinyerp.com-20121019053948-u3t07xjiz3yex9po
2012-10-19 11:09:48 +05:30
Bhumi Thakkar (Open ERP) 143936a8c8 [IMP] Improve css to hide border,button,notebook tab,scoll.
bzr revid: bth@tinyerp.com-20121018131756-7bz5wt9bl6ck11jn
2012-10-18 18:47:56 +05:30
Jiten (OpenERP) ee40868da9 [MERGE] Merged trunk.
bzr revid: jra@tinyerp.com-20121016054400-14aecskaihyisudd
bzr revid: jra@tinyerp.com-20121017104013-izsyo7vmhr34j6ta
bzr revid: jra@tinyerp.com-20121018060329-7ww5t46blyw2a60q
bzr revid: jra@tinyerp.com-20121019054845-47naqth4kfe6xczv
2012-10-19 11:18:45 +05:30
Xavier Morel 0a23335aa7 [IMP] when editing a row, hide the list cells overlaid by form fields
* visibility: hidden on the cell itself hides the whole cell including
  background and borders, looks terrible

* color: transparent is supported by all supported browsers (even IE
  >= 9), and it avoids breaking the cell sizes (which the usual hack —
  text-indent -9999px does)

* can probably just apply visibility:hidden to eveything below the
  cell itself

bzr revid: xmo@openerp.com-20121018063703-scz1yl87b7nhgx94
2012-10-18 08:37:03 +02:00
Xavier Morel 47fbd98ff2 [FIX] basic inputs (e.g. float) in editable list views having size hardcoded to 7em
bzr revid: xmo@openerp.com-20121017155920-lwmzlwbfthfzhluj
2012-10-17 17:59:20 +02:00
Xavier Morel 886767fbaa [FIX] listview indicator positioning: position relative is UB on table elements
bzr revid: xmo@openerp.com-20121017121601-g3kmxqxvoi447mkp
2012-10-17 14:16:01 +02:00
Xavier Morel fa1aafa97d [FIX] in-group pagination of list views
bzr revid: xmo@openerp.com-20121017115845-9ch6icjjhrzycj84
2012-10-17 13:58:45 +02:00
Bhumi Thakkar (Open ERP) 816bc9730d [IMP] css code added in saas.
bzr revid: bth@tinyerp.com-20121015113433-42ai0aw1xwb19ple
2012-10-15 17:04:33 +05:30
Fabien Pinckaers e273ccce63 [FIX] fix of r3147
bzr revid: fp@openerp.com-20121014195514-xnw8b23qtnjm1it2
2012-10-14 21:55:14 +02:00
Frédéric van der Essen f175541201 [MERGE] from trunk
bzr revid: fva@openerp.com-20121008155410-0ixzq3fbgotalbx4
2012-10-08 17:54:10 +02:00
Frédéric van der Essen 7bf081d7e6 [FIX] css: view list: removed header separator of empty collumns
bzr revid: fva@openerp.com-20121008154935-lv10zxm6didl8dr5
2012-10-08 17:49:35 +02:00
niv-openerp 57cc1e3329 added field monetary
bzr revid: nicolas.vanhoren@openerp.com-20121008152831-7r4ow3ljuxvedm7v
2012-10-08 17:28:31 +02:00
Frédéric van der Essen 0acff4fbbb [FIX] css: fixed spacing around form header buttons
bzr revid: fva@openerp.com-20121008122721-uide1ggwqsfr8eks
2012-10-08 14:27:21 +02:00
Fabien Pinckaers fd9dfb5173 [IMP] CSS: put oe_grey as a generic class
bzr revid: fp@tinyerp.com-20121008081137-bkcdpdavkiv3fsrp
2012-10-08 10:11:37 +02:00
Frédéric van der Essen a280aa6d81 [FIX] removed blue background for readonly fields, fixed css errors as reported by firefox
bzr revid: fva@openerp.com-20121005140831-ssp03115gu7zy1ge
2012-10-05 16:08:31 +02:00
Frédéric van der Essen e7d40e418e [FIX] css: embedded html styling was affecting html fields
bzr revid: fva@openerp.com-20121004165754-wg7ngootq5mh2tfq
2012-10-04 18:57:54 +02:00
Frédéric van der Essen 192acbb383 [MERGE] from trunk
bzr revid: fva@openerp.com-20121003151148-wp9lr9fxv9eq3lob
2012-10-03 17:11:48 +02:00
Frédéric van der Essen 8b74038f8e [FIX] css: removed gray bar from disabled textarea unless they are inline
bzr revid: fva@openerp.com-20121002155956-89h44lbmx2ippji9
2012-10-02 17:59:56 +02:00
Xavier Morel e3dc230335 [IMP] extract header generic template
bzr revid: xmo@openerp.com-20121002142615-7ewhu2snadhqd9c1
2012-10-02 16:26:15 +02:00
Frédéric van der Essen a217a94f7f [IMP] css: display previously implicit 'or' operator in the advanced search
bzr revid: fva@openerp.com-20121002140644-3qbx3w0fsgk3vd0v
2012-10-02 16:06:44 +02:00
Frédéric van der Essen 6664ca2653 [FIX] css: disabled required inputs should not be highlighted
bzr revid: fva@openerp.com-20121001171610-lyshewqacnl0me7s
2012-10-01 19:16:10 +02:00
Frédéric van der Essen feaa3bf3ab [FIX] css: removed bold from active menu items, it made the menu wobble
bzr revid: fva@openerp.com-20121001171226-xw275mzmhc43faeu
2012-10-01 19:12:26 +02:00
Frédéric van der Essen 92c6ff7ce6 [FIX] various small css fixes for kanban and tree view
bzr revid: fva@openerp.com-20120927131706-81d0sqqeaiy7c4c2
2012-09-27 15:17:06 +02:00
Frédéric van der Essen e0fb9355a9 [IMP] the top menu is now the same as on the website
bzr revid: fva@openerp.com-20120925162628-62e5ki5it2pj3ijl
2012-09-25 18:26:28 +02:00