Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
6018 Переглядів

Can anyone help for adding group to reports through code.

Аватар
Відмінити
Найкраща відповідь

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>

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
0
лип. 24
4532
0
жовт. 19
3150
1
лист. 18
2951
0
лип. 18
3860
3
січ. 18
6159