What is the difference between OpenERP and Odoo? - odoo

What all are the difference between OpenERP and Odoo.
I know Odoo(v8) is lastest version of OpenERP(v7)
and also explain something about Odoo V9. Here difference in the sense it means what are all the additional feature available in Odoo and also about extra feature included in Odoo v9.

In OpenERP V7:
There have no any kind of website interface and E commerce faciality in this version so that the new territory comes in the market and new revolution for new API and also added new modules for Odoo 8.0
OpenERP V7 To Odoo 8.0
https://www.odoo.com/blog/odoo-news-5/post/odoo-8-release-notes-186
New Features for Odoo 8.0
http://www.nevprobusinesssolutions.com/top-12-odoo-8-features/
http://pragtechblog.blogspot.in/2014/04/openerp-8-features.html
For Odoo 9.0
By Febian Pianker
https://www.odoo.com/slides/slide/keynote-odoo-9-new-features-201
By netjunky
http://netjunky.net/odoo-9-new-features/
You can check for the above reference links to understand the OpenERP 7.0 To Odoo 8.0 To Odoo 9.0
I hope my answer may help you :)

You have the Release Notes of Odoo v8 in the oficial website with all the changes. And you can see what's new in these Odoo v9 videos

before the odoo v8 the product were named openerp "as it was fully open source"
they've introduced a brand new ORM API for their framework and they introduce the web client and so on, then they rename the product to it's current name "Odoo" and every year or so they introduce an new version of it.
one major change happened after version 10 they toke off the accounting module and the community version left off with invoicing system.

Related

How to update existing module from ODOO 11.0 version to Newest version14.0...?

I'm trying to upgrade version 11 to version 14. I have one custom module, So right now I need only to update the custom module from v11 to v 14...?
Thanks in advance for your reply.
You cannot simply migrate your custom module from Odoo v11 to v14. If you are a developer, you need to make the app compatible with v14 by modifying the code as per the libraries and other parameters of Odoo v14 code. Upon successful testing, you can directly migrate your custom module to v14. In the case of Odoo upgradation, you start sequentially which may be time-consuming.

Prestashop upgrade from 1.7.1.2 to new version

Can Someone tell me the proper process to upgrade Prestashop 1.7.1.2 to the new version? I have to upgrade my Prestashop version because the PHP version I was using was outdated, so I have upgraded my PHP version. After I upgraded my PHP version, my Prestashop 1.7.1.2 backend didn't open. Because this version of PrestaShop won't support the latest PHP version. I don't want to use outdated PHP version also because my hosting provider charges me a lot.
It would be great, I can upgrade my PrestaShop. So, I need a proper step by step process to upgrade Prestashop.
Also, how do I change my shop into maintenance mode by changing the code? Keep in mind, my backend won't open. I have to change it programmatically.
I already have done a lot of google searches and won't get the proper procedures.
To disable your shop from the database, go to the configuration table and
search where name = PS_SHOP_ENABLE, set this to NULL.

Upgrading Prestashop from 1.7.0.3 to latest with 1-click Upgrade module

I currently have a 1.7.0.3 Prestashop that I'd like to upgrade to the latest stable version. When I start upgrading from the 1-click Upgrade module, the latest version is downloaded correctly but I get an error about the backup name not specified. I then disabled this option of backing up files and database as I couldn't find where to fill in this information (I made manual backups).
I am then told that 17152 files have to be modified, whereas the version comparison tells me that only 5157 files need to be modified and 895 deleted. And the upgrade is stuck at 17152 files left with a great number of ajax calls being made until I get the following error:
[Ajax / Server Error for action upgradeFiles] textStatus: "error " errorThrown:" " jqXHR: " "
As I was looking for a solution, I tried to upgrade from the local directory by choosing this option in the expert mode of the module. But when I save my choice, it is not taken into account and stays on the option "Major version", and therefore downloads the upgrade from Prestashop instead of using the local directory. I get the same result if I choose the option "Minor version". Debug mode brought nothing in the process.
How can I get the upgrade to work?
You can NOT do that with the 1-click module.
Read more here: http://build.prestashop.com/news/prestashop-1-7-faq/#is-it-be-easy-to-upgrade-from-previous-versions-of-prestashop-to-v17
It's also discussing on this topic: Upgrade Prestashop from 1.6.0.11 to 1.7 (latest version)
However you can migrate your data from your old Prestashop website to Prestashop 1.7 using this free module: https://www.prestashop.com/forums/topic/820013-migrate-or-upgrade-prestashop-16-or-other-versions-to-17-%E2%80%93-free-module/
You can not update PrestaShop 1-Click Upgrade with PrestaShop 1 to upgrade PrestaShop from version 1.6 to 1.7. So these versions have completely different structure and are incompatible between itself.
But you can import data from version 1.6 or another version to version 1.7 using our module.
This is a paid module, 199 euros, but it can help with such problems when other options do not work.

Migrate customers to Prestashop 1.7

First of all thank you for taking a look the the problem that I'm facing today.
I'm currently working on a project that includes prestashop 1.7. What I'm trying to do is as following. I want to migrate my prestashop 1.6.11 to 1.7. Now I know that there is currently no support on this option but I really want to upgrade it for some important reasons. I did migrate the customers and there invoices to 1.7 but when I try log in on the new website nothing happens(I made a test account on 1.6). There is no error or anything but the page refreshes and that's it. I did look on multiple websites for a solution but that came out blank.
Is what I am trying to do even possible or does anybody have an idea where to look or what to change.
Hope that somebody has a solution.
There is a _COOKIE_KEY_ in PrestaShop that is used to encrypt the password before saving them to the database. The _COOKIE_KEY_ for each PrestaShop installation. The _COOKIE_KEY_ is unique for each and every PrestaShop installation.
You can find the _COOKIE_KEY_ in following paths:
/app/config/parameters.php (in PrestaShop 1.7)
/config/settings.inc.php (in PrestaShop 1.6)
You should set the passwords for your users on your new PrestaShop 1.7 store again using the updated _COOKIE_KEY_
You can take a look at Tools::encrypt() function to find out how it is encrypted.
Note: This _COOKIE_KEY_ is called 'secret' in PrestaShop 1.7
Migrating from Prestashop 1.6 to Prestashop 1.7 requires you to use Prestashop Migrator. This is its Github project: https://github.com/ets-soft/prestashop-migrator-free-version
The steps are very simple:
Just download Prestashop Migrator (ets_pres2presfree.zip) then follow 3 simple steps below
Step 1: Install Prestashop connector on the source website (your old website.)
Step 2: Install a fresh Prestashop 1.7 website (target website) then install Prestashop migrator on the website you just installed.
Step 3: Start migrating your data from the source website to target website. Wait a few minutes and enjoy your new Prestashop 1.7 website.

Plugin or upgrade for interspire isc

Has anyone got or created an upgrade to Sagepay v3 for the old Interspire ISC ? We need it to keep an existing site working while we build its replacement.
There is a new Unofficial upgrade for Interspire Shopping Cart version 7 at www.invelo.com. Hope that helps. There is also an addon shop at www.modirific.com.