跳至内容
菜单
此问题已终结
1 回复
3546 查看

Hi comunity

A question maybe easy, but sought to restrict the fields (in xml or py) with security permissions. Someone who can help or give guidance?? Thanks.

形象
丢弃
最佳答案

you can use groups keywords/attribute in python as well as in xml.

some thing Like in xml [/account/account_invoice_view.xml]:

 <field domain="[('company_id', '=', company_id), ('type', '=', 'payable')]"
name="account_id" groups="account.group_account_user"/>


some thing Like in .py [/addons/account/partner.py]:

'total_invoiced': fields.function(_invoice_total, string="Total Invoiced",

                                    type='float',

                                    groups='account.group_account_invoice')

形象
丢弃
相关帖文 回复 查看 活动
4
6月 25
2303
0
3月 15
4289
1
3月 15
9529
0
2月 24
938
1
11月 22
3050