تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
6610 أدوات العرض

I am writing custom addons for my company. Over their life these
addons will accumulate data in the tables I have modelled, using the
orm.

During development, when I want to update the schema I have to
uninstall and reinstall the addon. It will drop all the tables and
recreate them.

The question is, when I am deploying a new version of an addon to
product (because it has new features which need new table columns,
etc), how do I safely preserve and migrate the production data to the
new schema without losing it?

 

Edit:

I can't comment on Baiju's answer because it requires 50 karma. Anyway Baiju, thanks. I take your answer to mean that Odoo will automatically add new tables to the database based on any new fields added when I upgrade a module. I will make sure to back it up just to be safe, but this was the answer I was looking for.

الصورة الرمزية
إهمال
أفضل إجابة

Hi, Darrel

If you want to add a new field to an object, you can do that without losting data, only thing you have to take care is don't uninstall the module. If you you uninstall the module all your data in that object will be lost.

To add an extra field to an object you can simply modify your .py file and .xml file in your module and save that then;-

1. Restart your odoo server

2. Upgrage your module (Settings==> select module==> click upgrade

Now you can see the changes you made without losting data.

الصورة الرمزية
إهمال
أفضل إجابة

The first thing you have to do, is to backup your database (just is case .. !), and after that, install or uninstall your new module as usual.

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
1
مارس 15
5178
1
مارس 15
4458
1
فبراير 25
1096
1
يوليو 22
7357
0
نوفمبر 16
5260