link files and named action.

bzr revid: tta@openerp.com-20120710050929-l0dqqdsmv6tcjhkk
This commit is contained in:
Tejas Tank 2012-07-10 10:39:29 +05:30
parent 4998983403
commit 7a1db8aa86
4 changed files with 5 additions and 18 deletions

View File

@ -53,11 +53,11 @@ Partners are also sent mails with user name and password for the invitation of t
'test/survey_question_type.yml',
'test/survey_report.yml',
],
'css': ['static/src/css/survey.css'],
'installable': True,
'auto_install': False,
'certificate' : '001131639736864143245',
'images': ['images/survey_answers.jpeg','images/survey_pages.jpeg','images/surveys.jpeg'],
'css' : ['static/css/survey.css'],
'images': ['images/survey_answers.jpeg','images/survey_pages.jpeg','images/surveys.jpeg'],
'css': ['static/src/css/survey.css','static/css/survey.css'],
'js' : ['static/src/js/survey.js'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -1,15 +0,0 @@
.oe_survey_title {
font-weight: bold;
font-size: 22px;
margin: 8px 0px 8px 0px;
color: #5B5B5B;
}
.oe_survey_title_height{
height: 33px;
border-top: 1px #EBEBEB solid;
}
.oe_survey_title_page {
font-size: 14px;
}

View File

@ -7,6 +7,7 @@
.oe_survey_title_height{
height: 33px;
border-top: 1px #EBEBEB solid;
}
.oe_survey_title_page {

View File

@ -6,6 +6,7 @@
Survey Question Wizard
-->
<record id="view_survey_question_message" model="ir.ui.view">
<field name="name">Survey Answer</field>
<field name="model">survey.question.wiz</field>
<field name="type">form</field>
<field name="arch" type="xml">