[MERGE] lp:904151 (sale: only sale manager have access to sale analysis)

bzr revid: rco@openerp.com-20111216150924-qbwlv1tr803no2o8
This commit is contained in:
Raphael Collet 2011-12-16 16:09:24 +01:00
commit 8537576b6f
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
<field name="help">This report performs analysis on your quotations and sales orders. Analysis check your sales revenues and sort it by different group criteria (salesman, partner, product, etc.) Use this report to perform analysis on sales not having invoiced yet. If you want to analyse your turnover, you should use the Invoice Analysis report in the Accounting application.</field>
</record>
<menuitem id="base.next_id_64" name="Reporting" parent="base.menu_base_partner" sequence="11"/>
<menuitem id="base.next_id_64" name="Reporting" parent="base.menu_base_partner" sequence="11" groups="base.group_sale_manager"/>
<menuitem action="action_order_report_all" id="menu_report_product_all" parent="base.next_id_64" sequence="1"/>
<!--This views used in board_sale module -->