[imp]:admin user edit a question asked by demo user to improve typo

bzr revid: sunilsharma.sharma07@gmail.com-20140319063642-4fek8778h2h8b82y
This commit is contained in:
Sunil Sharma (OpenERP) 2014-03-19 12:06:42 +05:30
parent 0e1483bba9
commit 3fa07a4d6a
2 changed files with 10 additions and 1 deletions

View File

@ -41,7 +41,8 @@ Ask questions, get answers, no distractions
'static/src/xml/*.xml'
],
'demo': [
'data/forum_demo.xml'
'data/forum_demo.xml',
'data/question_improvement.yml',
],
'css': ['static/src/css/website_forum.css'],
'installable': True,

View File

@ -0,0 +1,8 @@
-
Admin User Edit a Question asked by demo user to improve typo
-
!python {model: website.forum.post}: |
self.write(cr, ref('base.user_root'), [ref('website_forum.question_5')],{
'name': 'CMS Replacement For ERP and ECommerce ?',
})