[FIX] crm, sale_crm: added groups on sale dashboard actions

bzr revid: qdp-launchpad@tinyerp.com-20110107165957-3d4snu5xb4t5jvpe
This commit is contained in:
qdp-launchpad@tinyerp.com 2011-01-07 17:59:57 +01:00
parent 530704a349
commit 0480365279
2 changed files with 6 additions and 1 deletions

View File

@ -124,6 +124,7 @@
name="%(act_my_oppor)d"
colspan="4"
height="150"
groups="base.group_sale_salesman,base.group_sale_manager"
width="510"/>
<action
string="My Meetings"
@ -135,10 +136,12 @@
<action
string="My Planned Revenues by Stage"
name="%(act_my_oppor_stage)d"
groups="base.group_sale_salesman,base.group_sale_manager"
colspan="4"/>
<action
string="My Win/Lost Ratio for the Last Year"
name="%(act_sales_pipeline)d"
groups="base.group_sale_salesman,base.group_sale_manager"
colspan="4"/>
</child2>
</hpaned>

View File

@ -57,6 +57,7 @@
name="%(action_quotation_for_sale_crm)d"
colspan="4"
height="150"
groups="base.group_sale_salesman,base.group_sale_manager,account.group_account_user,stock.group_stock_user"
width="510"/>
</xpath>
</field>
@ -72,6 +73,7 @@
<action
string="Monthly Turnover"
name="%(action_turnover_by_month)d"
groups="base.group_sale_salesman,account.group_account_manager"
colspan="4"/>
</xpath>
</field>
@ -90,4 +92,4 @@
</record>
</data>
</openerp>
</openerp>