~humbertoarocha/+junk/oa_val

« back to all changes in this revision

Viewing changes to openacademy/__openerp__.py

  • Committer: Humberto Arocha
  • Date: 2013-03-22 19:52:52 UTC
  • Revision ID: humbertoarocha@gmail.com-20130322195252-cr45tr0z7ej245gy
Exercise 6 - Define a Dashboard
Define a dashboard containing the graph view you created, the sessions calendar
view and a list view of the courses (switchable to a form view). This dashboard
should be available through a menuitem in the menu, and automatically displayed
in the web client when the OpenAcademy main menu is selected.

Note:
The available styles are “1”, “1-1”, “2-1”, “1-2”, “1-1-1”. The numbers
represent the colspan of each column.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
        'name' : "Open Academy",
3
3
        'category' : "Test",
4
4
        'version' : "1.0",
5
 
        'depends' : ['base'],
 
5
        'depends' : ['base', 'board'],
6
6
        'author' : "Me",
7
7
        'description' : """\
8
8
Open Academy module for managing trainings:
19
19
        'view/partner_view.xml',
20
20
        'wizard/create_attendee_view.xml',
21
21
        'herencia/herencia_menu_action.xml',
 
22
        'view/board_session_view.xml'
22
23
    ],
23
24
    'update_xml' : [
24
25
        'security/groups.xml',