[MERGE] forward port of branch 7.0 up to revid 4062 chs@openerp.com-20131112143746-svdfuqvzvvis6vpy

bzr revid: chs@openerp.com-20131112155210-nfuenyb7zyus9ues
This commit is contained in:
Christophe Simonis 2013-11-12 16:52:10 +01:00
commit 2d1765e9f0
3 changed files with 1 additions and 7 deletions

View File

@ -739,9 +739,6 @@
display: block;
color: #4c4c4c;
text-decoration: none;
width: 200px;
text-overflow: ellipsis;
overflow: hidden;
}
.openerp .oe_dropdown_menu > li > a:hover {
text-decoration: none;

View File

@ -630,9 +630,6 @@ $sheet-padding: 16px
display: block
color: #4c4c4c
text-decoration: none
width: 200px
text-overflow: ellipsis
overflow: hidden
&:hover
text-decoration: none
.oe_dropdown_arrow:after

View File

@ -1,6 +1,6 @@
from openerp.osv import orm, fields
class TestObject(orm.Model):
class TestObject(orm.TransientModel):
_name = 'web_tests_demo.model'
_columns = {