[CLEAN] Misc cleaning

bzr revid: tde@openerp.com-20130625111110-awwcjpq00xhohz93
This commit is contained in:
Thibault Delavallée 2013-06-25 13:11:10 +02:00
parent 734d900207
commit 3e6693e731
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@ Once installed, check the menu 'Ideas' in the 'Tools' main menu.""",
'security/ir.model.access.csv',
'views/idea.xml',
'views/category.xml',
'data/idea.xml',
'data/idea_workflow.xml',
],
'demo': [

View File

@ -27,6 +27,7 @@ class IdeaCategory(osv.Model):
""" Category of Idea """
_name = "idea.category"
_description = "Idea Category"
_order = 'name asc'
_columns = {