Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
2808 Переглядів

We have a couple of modules that are used to set up our implementation test environments (set up companies, charts of accounts, default settings etc). Nice way to quickly get a test database up and running. But the problem is that with a OpenERP update (one openerp_7.0-latest-1_all.deb to the next) the modules are reinitialised and fails with it tries to set the companies again.

How do we stop the custom add-on modules re-installing?

Аватар
Відмінити
Найкраща відповідь

Assuming you are loading the data in an XML file, you would make the opening tag.

<data noupdate="1">

Аватар
Відмінити
Автор

Yeap we have that, but there doesn't seem to be the same functionality for our .csv files.

Related Posts Відповіді Переглядів Дія
1
серп. 25
5060
0
груд. 24
10033
3
вер. 24
22397
5
груд. 24
54115
4
лип. 24
11245