Randhir Mayatra (OpenERP) has proposed merging
lp:~openerp-commiter/openobject-addons/trunk-review-dashboards-knowledge-rma
into lp:~openerp-dev/openobject-addons/trunk-review-dashboards.
Requested reviews:
Jigar Amin (OpenERP) (jam-openerp)
For more details, see:
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-review-dashboards-knowledge-rma/+merge/108897
Hello,
i have improve into the Knowledge dashboard. and sending the merge purposal for
that.
Thank you.
--
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-review-dashboards-knowledge-rma/+merge/108897
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-review-dashboards.
=== modified file 'document/board_document_view.xml'
--- document/board_document_view.xml 2012-05-01 13:20:24 +0000
+++ document/board_document_view.xml 2012-06-06 08:19:39 +0000
@@ -12,6 +12,9 @@
<action string="New Files"
name="%(document.action_view_all_document_tree1)d"
view_mode="tree,form"/>
+ <action string="Files by Month"
+ name="%(document.action_view_files_by_month_graph)d"
+ view_mode="graph,tree"/>
</column>
<column>
<action string="File Size by Month"
@@ -33,63 +36,14 @@
<field name="view_id" ref="board_document_manager_form"/>
</record>
- <menuitem id="menu_reporting" name="Reporting" sequence="2" parent="knowledge.menu_document"/>
+ <menuitem id="menu_reporting_dashboard" name="Reporting" sequence="50" parent="knowledge.menu_document"/>
<menuitem
- name="Knowledge"
+ name="Knowledge Dashboard"
id="menu_reports_document"
parent="base.menu_reporting_dashboard"
- sequence="45"
- groups="base.group_system"/>
-
-
- <menuitem
- parent="menu_reports_document"
+ sequence="50"
action="open_board_document_manager"
- sequence="1"
- id="menu_reports_document_manager"
- icon="terp-graph"/>
-
- <record model="ir.ui.view" id="board_document_manager_form1">
- <field name="name">board.document.manager.form1</field>
- <field name="model">board.board</field>
- <field name="type">form</field>
- <field name="arch" type="xml">
- <form string="Document board" layout="manual">
- <board style="2-1">
- <column>
- <action string="Wall of Shame"
- name="%(document.action_view_wall)d"
- view_mode="tree"/>
-
- </column>
- <column>
- <action string="Files by Users"
- name="%(document.action_view_user_graph)d"
- view_mode="graph,tree"/>
-
- <action string="Files by Month"
- name="%(document.action_view_files_by_month_graph)d"
- view_mode="graph,tree"/>
- </column>
- </board>
- </form>
- </field>
- </record>
-
-
- <record model="ir.actions.act_window" id="open_board_document_manager1">
- <field name="name">Statistics by User</field>
- <field name="res_model">board.board</field>
- <field name="view_type">form</field>
- <field name="view_mode">form</field>
- <field name="view_id" ref="board_document_manager_form1"/>
- </record>
-
- <menuitem
- parent="menu_reports_document"
- action="open_board_document_manager1"
- sequence="1"
- id="menu_reports_document_manager1"
- icon="terp-graph"/>
+ icon="terp-graph"/>
+
</data>
</openerp>
=== modified file 'document/report/document_report_view.xml'
--- document/report/document_report_view.xml 2011-12-19 16:54:40 +0000
+++ document/report/document_report_view.xml 2012-06-06 08:19:39 +0000
@@ -83,27 +83,7 @@
</field>
</record>
- <record model="ir.ui.view" id="view_document_wall_tree">
- <field name="name">report.document.wall.tree</field>
- <field name="model">report.document.wall</field>
- <field name="type">tree</field>
- <field name="arch" type="xml">
- <tree string="Wall of Shame">
- <field name="user_id" select="1"/>
- <field name="month" select="1"/>
- <field name="last"/>
- </tree>
- </field>
- </record>
-
- <record model="ir.actions.act_window" id="action_view_wall">
- <field name="name">Wall of Shame</field>
- <field name="res_model">report.document.wall</field>
- <field name="view_type">form</field>
- <field name="view_mode">tree,form</field>
- </record>
-
- <!--<menuitem name="Wall of Shame" id="menu_action_view_my_document_report_shame" parent="menu_action_view_my_document_report" action="action_view_wall"/>-->
+
<!--***************************************************************************************-->
@@ -112,7 +92,7 @@
<field name="model">report.document.user</field>
<field name="type">graph</field>
<field name="arch" type="xml">
- <graph string="Files by Resource Type" type="pie">
+ <graph string="Files by Resource Type" type="bar">
<field name="type" />
<field name="nbr" operator="+"/>
</graph>
@@ -127,7 +107,7 @@
<field name="model">report.document.file</field>
<field name="type">graph</field>
<field name="arch" type="xml">
- <graph string="File Size by Month" type="bar">
+ <graph string="File Size by Month" type="line">
<field name="month"/>
<field name="file_size" operator="+"/>
</graph>
@@ -161,7 +141,7 @@
<field name="model">report.document.user</field>
<field name="type">graph</field>
<field name="arch" type="xml">
- <graph string="Files by Month" type="bar">
+ <graph string="Files by Month" type="pie">
<field name="month" />
<field name="nbr" operator="+"/>
<!-- <field name="name" operator="+"/>-->
@@ -195,26 +175,6 @@
<!--***************************************************************************************-->
- <record model="ir.ui.view" id="view_user_graph">
- <field name="name">report.document.user.graph</field>
- <field name="model">report.document.user</field>
- <field name="type">graph</field>
- <field name="arch" type="xml">
- <graph string="Files by users" type="bar">
- <field name="user" />
- <field name="nbr" operator="+"/>
- </graph>
- </field>
- </record>
-
- <record model="ir.actions.act_window" id="action_view_user_graph">
- <field name="name">Files By Users</field>
- <field name="res_model">report.document.user</field>
- <field name="view_id" ref="view_user_graph"></field>
- <field name="view_type">form</field>
- <field name="view_mode">tree</field>
- </record>
-
<!--***************************************************************************************-->
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp