[FIX]: Fix alignment in kanban view. add accessrights for event.items.

bzr revid: atp@tinyerp.com-20120509114210-r3tp1nnn5rvoipqy
This commit is contained in:
Atul Patel (OpenERP) 2012-05-09 17:12:10 +05:30
parent b04b0d43ef
commit 042e72de8d
4 changed files with 5 additions and 6 deletions

View File

@ -53,13 +53,14 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Events">
<group col="6" colspan="4">
<group col="8" colspan="4">
<field name="name"/>
<field name="date_begin"/>
<field name="date_end"/>
<field name="type" on_change="onchange_event_type(type,context)"/>
<field name="user_id"/>
<field name="address_id" />
<field name="location_id"/>
</group>
<notebook colspan="4">
<page string="Event">

View File

@ -37,7 +37,7 @@ div.oe_fold_column{
border: 1px solid #ababab;
color: #404040;
font-size: 12px;
padding: 3px 10px;
padding: 0px !important;
text-align: center;
-o-background-size: 100% 100%;
-moz-background-size: 100% 100%;
@ -117,7 +117,7 @@ div.oe_fold_column{
background-color: #DC5F59;
}
.no_of_seats{
width:25px;
width:35px;
}
.oe_event_title{
font-size: 25px;

View File

@ -36,6 +36,7 @@ It defines a new kind of service products that offers you the possibility to cho
'author': 'OpenERP SA',
'depends': ['event','sale','sale_crm'],
'update_xml': [
'security/ir.model.access.csv',
'event_sale_view.xml',
],
'demo_xml': ['event_demo.xml'],

View File

@ -127,9 +127,6 @@
</tree>
</field>
<newline/>
<div class="oe_right">
<button name="order_now" string="Order Now" type="object" icon="gtk-apply"/>
</div>
</page>
</xpath>
</field>