I want to write a module that only installs some other modules, so it should be a collection of some own modules. How can I realize that? Do I have to use dependencies in this module? An example would be very nice, thanks.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Boekhouding
- Voorraad
- PoS
- Project
- MRP
Deze vraag is gerapporteerd
Yes, just use the 'depends' in file '__openerp__.py referencing the other modules that you want to install automatically when this one is installed.
Regards,
Jordi Ballester
www.eficent.com
Yes, this is right but it will make problem when any one of module having error.
Solanki, not sure that I understand. That's precisely what Odoo does with the so-called 'Apps'. They are modules bundled using dependencies.
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
|
0
jun. 24
|
5 | ||
|
2
jul. 25
|
2200 | ||
|
1
mrt. 24
|
1431 | ||
|
0
mrt. 24
|
1661 | ||
|
1
jul. 23
|
2875 |
Thanks for your answer @Jordi. I did what u said and now all modules i defined as depencency are marked as "To be installed".