Randhir Mayatra (OpenERP) has proposed merging
lp:~openerp-commiter/openobject-addons/trunk-review-dashboards-event-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-event-rma/+merge/108722
Improved Event dashboard
----------------------------
next events,
new registrations
event fillings by status
Review this
Thank You.
--
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-review-dashboards-event-rma/+merge/108722
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-review-dashboards.
=== modified file 'event/board_association_view.xml'
--- event/board_association_view.xml 2012-04-10 14:05:57 +0000
+++ event/board_association_view.xml 2012-06-05 11:55:22 +0000
@@ -2,7 +2,7 @@
<openerp>
<data>
<!-- Need to merge this action in associations -->
-
+ <!-- This is the view of bar chart-->
<record model ="ir.ui.view" id="view_report_event_reg_graph">
<field name="name">Registration Event report</field>
<field name="model">report.event.registration</field>
@@ -16,7 +16,7 @@
</graph>
</field>
</record>
-
+ <!-- This is the Action of bar chart-->
<record model="ir.actions.act_window" id="act_event_reg">
<field name="name">Events Filling Status</field>
<field name="res_model">report.event.registration</field>
@@ -26,14 +26,23 @@
<field name="view_id" ref="view_report_event_reg_graph"/>
</record>
- <record model="ir.actions.act_window" id="act_event_view">
- <field name="name">Next Events</field>
- <field name="type">ir.actions.act_window</field>
- <field name="res_model">event.event</field>
- <field name="view_type">form</field>
- <field name="view_mode">tree,form</field>
- </record>
-
+ <!-- Action for the tree view of the Events-->
+ <record model="ir.actions.act_window" id="act_event_view">
+ <field name="name">Next Events</field>
+ <field name="type">ir.actions.act_window</field>
+ <field name="res_model">event.event</field>
+ <field name="view_type">form</field>
+ <field name="view_mode">tree,form</field>
+ </record>
+ <!-- Action for the tree view of New Registration -->
+ <record model="ir.actions.act_window" id="act_event_view_registration">
+ <field name="name">New Registration</field>
+ <field name="type">ir.actions.act_window</field>
+ <field name="res_model">event.registration</field>
+ <field name="view_type">form</field>
+ <field name="view_mode">tree,form</field>
+ </record>
+ <!-- Board Association view-->
<record model="ir.ui.view" id="board_associations_manager_form">
<field name="name">board.associations.manager.form</field>
<field name="model">board.board</field>
@@ -45,16 +54,19 @@
<action string="Next Events"
name="%(act_event_view)d"
domain="[('state','not in',('cancel','done'))]"/>
+ <action string="New Registrations"
+ name="%(act_event_view_registration)d"
+ domain="[('state','=','draft')]"/>
</column>
- <column>
- <action string="Events Filling Status"
- name="%(act_event_reg)d"/>
+ <column>
+ <action string="Events Filling By Status"
+ name="%(act_event_reg)d"/>
</column>
</board>
</form>
</field>
</record>
-
+ <!-- Board Association Action-->
<record model="ir.actions.act_window" id="open_board_associations_manager">
<field name="name">Event Dashboard</field>
<field name="res_model">board.board</field>
@@ -62,14 +74,13 @@
<field name="view_mode">form</field>
<field name="view_id" ref="board_associations_manager_form"/>
</record>
- <menuitem id="menus_event_dashboard" name="Events"
- parent="base.menu_reporting_dashboard" sequence="25"/>
+ <menuitem id="menu_reporting_dashboard" name="Events"
+ parent="base.menu_reporting_dashboard" sequence="55"/>
<menuitem
- name="Event Dashboard" parent="menus_event_dashboard"
+ name="Event Dashboard" parent="base.menu_reporting_dashboard"
action="open_board_associations_manager"
sequence="1"
id="menu_board_associations_manager"
icon="terp-graph"/>
-
</data>
</openerp>
_______________________________________________
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