[IMP] Improved some dashboards (add @creatable on actions)

bzr revid: fme@openerp.com-20111208164322-4h7yfmt5zwpwmc2b
This commit is contained in:
Fabien Meghazi 2011-12-08 17:43:22 +01:00
parent 4ab671d3fc
commit b457bcd153
5 changed files with 7 additions and 7 deletions

View File

@ -121,10 +121,10 @@
<board style="1-1">
<column>
<action string="My Open Opportunities"
name="%(act_my_oppor)d"/>
name="%(act_my_oppor)d" creatable="true"/>
<action
string="My Meetings"
name="%(act_my_meetings)d"/>
name="%(act_my_meetings)d" creatable="true"/>
</column>
<column>
<action string="My Planned Revenues by Stage"

View File

@ -9,7 +9,7 @@
<form string="Manufacturing board">
<board style="2-1">
<column>
<action name="%(mrp.mrp_production_action2)d" string="Next Production Orders"/>
<action name="%(mrp.mrp_production_action2)d" string="Next Production Orders" creatable="true"/>
<action name="%(procurement.procurement_exceptions)d" string="Procurements in Exception" domain="[('state','=','exception')]"/>
</column>
<column>

View File

@ -83,7 +83,7 @@
<form string="My Board">
<board style="2-1">
<column>
<action name="%(my_open_tasks_action)d" string="My Open Tasks"/>
<action name="%(my_open_tasks_action)d" string="My Open Tasks" creatable="true"/>
<action name="%(action_view_delegate_task_tree)d" string="My Delegated Tasks"/>
</column>
<column>

View File

@ -9,7 +9,7 @@
<form string="Sales Manager Dashboard">
<board style="2-1">
<column>
<action name="%(sale.action_quotation_for_sale)d" string="Quotations"/>
<action name="%(sale.action_quotation_for_sale)d" string="Quotations" creatable="true"/>
<action name="%(sale.action_view_sales_by_month)d" string="Sales by Month"/>
</column>
<column>

View File

@ -52,8 +52,8 @@
</column>
<column>
<action name="%(action_stock_incoming_product_delay)d" string="Incoming Products Delay"/>
<action name="%(action_stock_outgoing_product_delay)d" string="Outgoing Products Delay"/>
<action name="%(action_stock_incoming_product_delay)d" string="Incoming Products Delay" creatable="true"/>
<action name="%(action_stock_outgoing_product_delay)d" string="Outgoing Products Delay" creatable="true"/>
</column>
</board>
</form>