Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
3 Respostas
3218 Visualizações

Hi, I want to add tree and some fields inside of page. For example like this :

For example, I write code like this :

     <xpath expr="//page[1]" position="after">

         <page string="Pendapatan Karyawan">

             <tree string="Tunjangan Gaji">

                 <field name="gaji_pokok"/>

             </tree>

     </page>

</xpath>


Then, I have error message like this :

 Model 'hr.payslip' does not exist in registry.

Can anyone help me?

Avatar
Cancelar

Check Your __manifest__.py Do You Added 'hr_payroll' in Depends?

Like,

"depends": ["hr_payroll"],

Melhor resposta

Hai,
 Please add 'hr_payroll'  as dependency in manifest file (__manifest__.py). it may resolve  your issue. 

thanks.  

Avatar
Cancelar
Autor Melhor resposta

Thanks for your answer. Now it works

Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
5
mar. 20
12726
1
ago. 19
5560
1
nov. 24
1307
1
jun. 24
1341
1
mai. 24
2651