Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
5916 Vues

Can anyone help for adding group to reports through code.

Avatar
Ignorer
Meilleure réponse

I know that, my answer is very late but maybe this will help others:
Odoo 11.0 

Override Request for Quotation  report by adding a group to the access security list of the report.

<record id="purchase.report_purchase_quotation" model="ir.actions.report">
<field name="name">Request for Quotation</field>
<field name="model">purchase.order</field>
<field name="report_name">purchase.report_purchasequotation</field>
<field name="groups_id" eval="[(4, ref('hide_prices.view_price'))]"/>
</record>

Avatar
Ignorer
Publications associées Réponses Vues Activité
0
juil. 24
4478
0
oct. 19
3093
1
nov. 18
2890
0
juil. 18
3803
3
janv. 18
6113