跳至內容
選單
此問題已被標幟
3 回覆
3555 瀏覽次數

in my module i want to enable base.employee_group to inherit private information page (allowed for Manager and Officer)

<record id="view_personal_information_for_employee" model="ir.ui.view">
<field name="name">View Personal Information For Employee</field>
<field name="model">hr.employee</field>
<field name="inherit_id" ref="hr.view_employee_form" />
<field name="arch" type="xml">
<xpath expr="//page[@name='personal_information']" position="attributes">
<attribute name="groups">base.group_user</attribute>
</xpath>

</field>
</record>
but it looks empty
頭像
捨棄
最佳答案

Hello,

Did you find a solution to your problem please?

Kind regards,
頭像
捨棄
作者

yes .. do you want to view this page to specific user that not manager or officer ?

Yes, i want an employee can see his own professional information, private information and also RH information (just reading the view). I think that is the same problem as you

Could you help me please?

相關帖文 回覆 瀏覽次數 活動
1
12月 23
10912
2
1月 20
4666
0
10月 18
2831
1
12月 22
24856
6
12月 22
15469