Skip to main content

Migration


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:

  1. Unzip module to your data folder.
  2. Restart the odoo server
  3. Activate odoo developer mode to install a new module
  4. Then navigate to "Apps"from the menu.
  5. Click on updatee app list.
  6. Search and open a module you need.
  7. Then you can proceed to install the module.

Update:

  1. Go to apps from the menu
  2. Search and open a module you need
  3. Click on upgrade

Comments

Popular posts from this blog

WHAT IS ODOO ?

ODOO   Odoo is an open-source business app suite that covers all your company needs like CRM, e-commerce, accounting, inventory, pos, project management, etc…. Odoo unique value proportion is at the same time straightforward to use and fully integrated Main Accounting Concept Double Entry Bookkeeping  Odoo automatically creates all background activity or entries for each of your accounting transactions like customer invoices,pos, expenses, inventory moves, etc Odoo uses the rule double-entry booking system all entries are automatically balanced (sum of debit=sum of credit) Accrual   It means odoo allows user to report income/expenses at the time of transaction occur or when payment is made or received .