[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 Admin User Edit a Question asked by demo user to improve typo
#- -
# !python {model: website.forum.post}: | !python {model: website.forum.post}: |
# self.write(cr, ref('base.user_root'), [ref('website_forum.question_5')],{ self.write(cr, ref('base.user_root'), [ref('website_forum.question_5')],{
# 'name': 'CMS Replacement For ERP and ECommerce ?', 'name': 'CMS Replacement For ERP and ECommerce ?',
# }) })
- -
Make mail notifications as read for assigned badges. Make mail notifications as read for assigned badges.
- -

View File

@ -1,7 +1,7 @@
<templates id="template" xml:space="preserve"> <templates id="template" xml:space="preserve">
<t t-extend="website.editorbar"> <t t-extend="website.editorbar">
<t t-jquery="ul.oe_content_menu" t-operation="append"> <t t-jquery="ul.oe_content_menu" t-operation="append">
<li><a href="#" data-action="new_question">New Forum</a></li> <li><a href="#" data-action="new_question">New Forum</a></li>
</t> </t>
</t> </t>
</templates> </templates>