Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
7373 Widoki

I'm trying to extend the leave Calendar and add a function at the hr_leave.py. i already understood what the self object presents. But i dont know wich Function Odoo Calls when i create a new Record for Example. Can someone tell me how Odoo creates an Object?  

Awatar
Odrzuć
Najlepsza odpowiedź

Hi,

  I think you are new to odoo .please go through this link https://www.odoo.com/documentation/12.0/ 

  when a new record creates a default method called create is called.we can super it if we want to make some changes on  the record while creating.

 if you are trying to extend the leave calendar model you can do it by using _inherit = 'model you want to change' and write the method you want to add. 

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
Cronjob | Odoo12 Rozwiązane
1
lip 19
4159
0
lut 22
1743
6
sie 19
9888
1
lut 24
2494
0
lut 24
1229