Skip to Content
मेन्यू
This question has been flagged
2 Replies
12526 Views

 Hi,
Can anyone explain how we can  add a module dependency by code. Foe example i have a module 'test_module', now it have only one dependency 'base_setup'. After install this module i need to add a depend module 'sale_management' to my module (in some action). Also it should follow the basic dependency feature, ie when i uninstall the 'sale_management' my 'test_module' also need to get uninstalled.

Thanks

Avatar
Discard
Best Answer

You should add in the __manifest__.py file

depends:['base_setup','sale_management'],

Thanks

Avatar
Discard
Author

Please read the question carefully i need to add the dependency by code, not from manifest, after the installation of module.

Best Answer

you should add module dependency in the manifest file (__menifest__.py).

depends: ['base_setup', 'sale_management']

ref: https://www.odoo.com/documentation/13.0/reference/module.html

Note: for an older version of odoo, it was __openerp__.py

Avatar
Discard
Author

Please read the question carefully i need to add the dependency by code, not from manifest, after the installation of module.

Related Posts Replies Views Activity
1
सित॰ 20
4881
0
जुल॰ 20
4832
0
नव॰ 23
1975
1
जुल॰ 23
2210
1
जून 23
6197