Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
3 Antworten
3595 Ansichten

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
Avatar
Verwerfen
Beste Antwort

Hello,

Did you find a solution to your problem please?

Kind regards,
Avatar
Verwerfen
Autor

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?

Verknüpfte Beiträge Antworten Ansichten Aktivität
1
Dez. 23
10985
2
Jan. 20
4695
0
Okt. 18
2861
1
Dez. 22
24914
6
Dez. 22
15596