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

How to use hook inside module?

When to use pre, post or uninstall hook inside openerp file?

What is purpose of it?


Thanks

Regards,

Anil Kesariya    


Avatar
Abbandona
Risposta migliore
  1. declare  'post_init_hook': '_my_method' in side __openerp__.py,

  2.  declare def _my_method(cr, registry) in side your __init__.py of  module and put the logic here

 same in case of pre_init_hook


Avatar
Abbandona
Risposta migliore

Explaination not done properly

Avatar
Abbandona
Risposta migliore

The information from the link below answers all your questions: 

https://www.cybrosys.com/blog/how-to-use-hooks-in-odoo-development

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
2
ago 25
2253
1
lug 25
791
1
ago 25
1150
0
mag 25
1269
2
apr 25
3477