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

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?

Related Posts Відповіді Переглядів Дія
1
груд. 23
10975
2
січ. 20
4691
0
жовт. 18
2850
1
груд. 22
24898
6
груд. 22
15564