Search Odoo 14 modules | Search Odoo 12 modules
Providing the technical name and version of a module when requesting its installation it’s a good idea by two main reasons:
Save time: By providing the technical name and version, the technical team can quickly locate the correct module, instead of spending time trying to identify the right one. This speeds up the installation process and helps functional workers get their work done faster.
Affordable work: Searching for the technical name and version of a module is an easy and affordable task for functional workers. It only requires follow the next steps. This small effort can lead to significant time savings and prevent errors during the installation process.
Get the module name from the github repo. (E.g: From https://github.com/OCA/stock-logistics-workflow/tree/14.0/stock_partner_delivery_window
, the name of the module is stock_partner_delivery_window
)
Framework
.14.0
). Now, search is constrained to Odoo 14 compatible packages.Navigate
), click on Release history
and select last version of the module. It may be flagged as a pre-release
.pip install module_name==version
pip install
part.Include in your requests:
Please install following modules.
Names:
stock_partner_delivery_window
event_registration_partner_unique
Technical names:
odoo14-addon-stock-partner-delivery-window==14.0.1.2.1
odoo14-addon-event-registration-partner-unique==14.0.1.0.2.dev2
URLs:
https://github.com/OCA/stock-logistics-workflow/tree/14.0/stock_partner_delivery_window
https://github.com/OCA/event/tree/14.0/event_registration_partner_unique
Please install https://github.com/OCA/stock-logistics-workflow/tree/14.0/stock_partner_delivery_window and https://github.com/OCA/event/tree/14.0/event_registration_partner_unique
The name of the module is separated by underscores
_
meanwhile technical name is separated by hyphens-