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 .

ODOO.SH

Odoo Cloud Platform In odoo.sh deployment  of the new platform is simple: Step 1:Connect the GitHub account.   Step 2:You can select your project. Step 3:Select the odoo ver that you are using. Step 4:you can select your server. Done odoo.sh will be successfully connected to your Git hub account in real time.  It also features options like clone the project to work locally Fork the project to develop new feature Merge a feature  And you can also add community features for your project module.  And all the developement of the project will be shown in the left side bar.and so you can run or check your program.                     You can also filter your codes from the app itself. so once a server is ready. deploy it to the staging server.

SAP VS ODOO

  Compared to sap odoo has more features.odoo software allows automation for all co businesses and with odoo it is available in enterprise and community editions. Still, in sap there will be a limited option .in odoo we have dashboard implementation and customer to odoo. when you compare odoo vs sap, consider that they are,t equal from the start as they are designed for different targeted audiences.odoo is a perfect match for SMEs and enterprises with multiple offices but the same business processes. you can implement this ERP quickly. meanwhile, the sap is oriented toward substantial multinational corporations, whose business processes. indifferent offices may vary significantly.SAP can handle the most complicated requirement of large enterprises and in this sense, Apart from this, there’s the issue of portability. Because Odoo is basically a Python application, it can run on Linux, Windows, and possibly Android and can plausibly be deployed on some embedded systems such as a Rasp...