Dashboard main module (board)
| Module: | board |
| Name: | Dashboard main module |
| Version: | 5.0.1.0 |
| Author: | Tiny |
| Directory: | board |
| Web: | |
| Official module: |
| | yes |
| Quality certified: |
| | yes |
Description
Base module for all dashboards.
Download links
You can download this module as a zip file in the following version:
Views
- board.note.tree (tree)
- board.note.form (form)
- board.board.tree (tree)
- board.board.form (form)
Objects
Object: board.board (board.board)
| line_ids: | Action Views, one2many |
| view_id: | Board View, many2one |
| name: | Dashboard, char, required |
Object: board.board.line (board.board.line)
| board_id: | Dashboard, many2one, required |
| name: | Title, char, required |
| sequence: | Sequence, integer |
| position: | Position, selection, required |
| action_id: | Action, many2one, required |
Object: board.note.type (board.note.type)
| name: | Note Type, char, required |
Object: board.note (board.note)
| date: | Date, date, required |
| name: | Subject, char, required |
| type: | Note type, selection |