This question has been flagged
1 Reply
2385 Views

Hello,

   whenever user install or upgrade any module I need to perform particular action based on that. I looked into module.py for methods button_install, button_upgrade etc and tried to override it but models are not created at that time..

Which method should i use?

Thanks and Regards,

Avatar
Discard
Best Answer

Have you consider to create configuration wizard [1]?

[1] https://doc.odoo.com/6.1/developer/04_wizard

Avatar
Discard