Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
3720 Visualizzazioni

I try to import the view of hr_timesheet_sheet to a new modul. How can i handle this?


for example I want to import only the employee_id from hr_timesheet_sheet to a new modul.

Avatar
Abbandona
Risposta migliore

I'm not sure what you are trying to get. 1) To inherit a view just add in your xml record. 2) if you want employee_id in other module, just create a related field in your new model field_name = fields.Many2one(relaed='hr_timesheet_sheet.employee_id', ... Kind regards,

Avatar
Abbandona
Risposta migliore

Check delegation inheritance

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
mar 16
22421
3
mag 24
15267
1
giu 16
3550
0
mag 16
3420
3
gen 16
6083