[IMP] remove commented code, improve indentation

bzr revid: tpa@tinyerp.com-20140402122659-voev4rolm6ynvhxa
This commit is contained in:
Turkesh Patel (Open ERP) 2014-04-02 17:56:59 +05:30
parent 932506e168
commit bbb344501d
2 changed files with 12 additions and 12 deletions

View File

@ -1,10 +1,10 @@
#-
# 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 ?',
# })
-
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 ?',
})
-
Make mail notifications as read for assigned badges.
-