The procedure of retaining proper data in the database following an update to a new module version is known as odoo migration. If you don't have suitable data migration processes, even a basic field remaining might result in data loss.
- "Module porting and data migration combined is usually called database upgrading in odoo world"
- The class manages the migration file must be a phython files containing a migrate (cr,installed_version)
Procedure For Install/Update Odoo Module.
Install:
- Unzip module to your data folder.
- Restart the odoo server
- Activate odoo developer mode to install a new module
- Then navigate to "Apps"from the menu.
- Click on updatee app list.
- Search and open a module you need.
- Then you can proceed to install the module.
Update:
- Go to apps from the menu
- Search and open a module you need
- Click on upgrade
Comments
Post a Comment