Contact Us +32 81813700

Tip

This module is part of the OpenERP software, the leading Open Source enterprise management system. If you want to discover OpenERP, check our screencasts or download OpenERP directly.

Idea Manager (idea)

Module:idea
Name:Idea Manager
Version:5.0.0.1
Author:Tiny
Directory:idea
Web:http://openerp.com
Official module:
 yes
Quality certified:
 yes

Description

This module allows your user to easily and efficiently participate in the innovation of the enterprise. It allows everybody to express ideas about different subjects. Then, others users can comment these ideas and vote for particular ideas. Each idea as a score based on the different votes. The managers can obtain an easy view on best ideas from all the users. Once installed, check the menu 'Ideas' in the 'Tools' main menu.

Dependencies

Reports

None

Views

  • idea.category.form (form)
  • idea.category.tree (tree)
  • idea.stat.form (form)
  • idea.vote.tree (tree)
  • idea.vote.form (form)
  • idea.idea.form (form)
  • idea.idea.tree (tree)
  • idea.comment.tree (tree)
  • idea.vote_stat.graph (graph)
  • idea.vote.stat.form (form)
  • idea.vote.stat.tree (tree)

Objects

Object: Category for an idea (idea.category)

parent_id:Parent Categories, many2one
child_ids:Child Categories, one2many
name:Category, char, required
summary:Summary, text

Object: idea.idea (idea.idea)

comment_ids:

Comments, one2many

create_date:

Creation date, datetime, readonly

description:

Description, text, required

Content of the idea

title:

Idea Summary, char, required

my_vote:

My Vote, selection

vote_avg:

Average Score, float, readonly

vote_ids:

Vote, one2many

state:

Status, selection, readonly

stat_vote_ids:

Statistics, one2many, readonly

count_comments:

Count of comments, integer, readonly

user_id:

Creator, many2one, required, readonly

category_id:

Category, many2one, required

count_votes:

Count of votes, integer, readonly

Object: Comments (idea.comment)

content:Comment, text, required
idea_id:Idea, many2one, required
create_date:Creation date, datetime, readonly
user_id:User, many2one, required

Object: idea.vote (idea.vote)

idea_id:Idea, many2one, required
score:Score, selection, required
user_id:User, many2one

Object: Idea Votes Statistics (idea.vote.stat)

nbr:Number of Votes, integer, readonly
score:Score, selection, readonly
idea_id:Idea, many2one, readonly

The documentation is editable by everyone on Launchpad.