mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-23 03:12:04 +02:00
Initial commit: Core packages
This commit is contained in:
commit
12c29a983b
9512 changed files with 8379910 additions and 0 deletions
37
odoo-bringout-oca-ocb-board/board/views/board_views.xml
Normal file
37
odoo-bringout-oca-ocb-board/board/views/board_views.xml
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data noupdate="1">
|
||||
<!--My Dashboard-->
|
||||
<record model="ir.ui.view" id="board_my_dash_view">
|
||||
<field name="name">My Dashboard</field>
|
||||
<field name="model">board.board</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="My Dashboard">
|
||||
<board style="2-1">
|
||||
<column>
|
||||
</column>
|
||||
</board>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<!--My Dashboard Action-->
|
||||
<record model="ir.actions.act_window" id="open_board_my_dash_action">
|
||||
<field name="name">My Dashboard</field>
|
||||
<field name="res_model">board.board</field>
|
||||
<field name="view_mode">form</field>
|
||||
<field name="usage">menu</field>
|
||||
<field name="view_id" ref="board_my_dash_view"/>
|
||||
</record>
|
||||
</data>
|
||||
<data>
|
||||
|
||||
<!--My Dashboard Menu-->
|
||||
<menuitem
|
||||
id="menu_board_my_dash"
|
||||
name="My Dashboard"
|
||||
parent="spreadsheet_dashboard.spreadsheet_dashboard_menu_root"
|
||||
action="open_board_my_dash_action"
|
||||
sequence="100"/>
|
||||
</data>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue