Can anyone help for adding group to reports through code.
신고된 질문입니다
1
회신
8281
화면
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>
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|
|
0
7월 24
|
6249 | ||
|
|
0
10월 19
|
5278 | ||
|
|
1
11월 18
|
4837 | ||
|
|
0
7월 18
|
5820 | ||
|
|
3
1월 18
|
7504 |