[Add]: Add css file into event_sale modules.

bzr revid: atp@tinyerp.com-20120509173839-q3y5egsp8xliyfvi
This commit is contained in:
Atul Patel (OpenERP) 2012-05-09 23:08:39 +05:30
parent 8d2723ac4f
commit 9dc92d18d5
7 changed files with 36 additions and 38 deletions

View File

@ -54,8 +54,6 @@ Note that:
'demo_xml': ['event_demo.xml'],
'test': ['test/process/event_draft2done.yml'],
'css': ['static/src/css/event.css'],
'js': ['static/src/js/event.js'],
'qweb': ['static/src/xml/event_address.xml'],
'installable': True,
'application': True,
'auto_install': False,

View File

@ -53,14 +53,13 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Events">
<group col="8" colspan="4">
<group col="6" 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">
@ -121,6 +120,7 @@
<field name="register_prospect"/>
<field name="register_current"/>
<field name="register_attended"/>
<field name="location_id"/>
</group>
<group col="2" colspan="2">
<separator string="Emails" colspan="2"/>

View File

@ -119,37 +119,3 @@ div.oe_fold_column{
.no_of_seats{
width:35px;
}
.oe_event_title{
font-size: 25px;
}
.oe_sub1
{
float:left;
height:50px;
border-right: 1px solid black;
border-color: #DCDCDC;
}
.oe_mapbox
{
width:auto;
height:200px;
margin-left:auto;
margin-right:auto;
text-align: right;
}
.oe_td_border
{
width: 5em;
padding: 2px;
border-right: 1px solid black;
text-align: center;
border-color: #DCDCDC;
}
.oe_td_date_border
{
border-right:1px solid black;
border-color: #DCDCDC;
}

View File

@ -41,6 +41,9 @@ It defines a new kind of service products that offers you the possibility to cho
],
'demo_xml': ['event_demo.xml'],
'test':['test/confirm.yml'],
'css': ['static/src/css/event_page.css'],
'js': ['static/src/js/google_map.js'],
'qweb': ['static/src/xml/event_address.xml'],
'installable': True,
'active': False,
}

View File

@ -0,0 +1,31 @@
.oe_event_title{
font-size: 25px;
}
.oe_sub1
{
float:left;
height:50px;
border-right: 1px solid black;
border-color: #DCDCDC;
}
.oe_mapbox
{
width:auto;
height:200px;
margin-left:auto;
margin-right:auto;
text-align: right;
}
.oe_td_border
{
width: 5em;
padding: 2px;
border-right: 1px solid black;
text-align: center;
border-color: #DCDCDC;
}
.oe_td_date_border
{
border-right:1px solid black;
border-color: #DCDCDC;
}