Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
2633 Представления

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 Ответы Просмотры Активность
0
дек. 24
9464
3
сент. 24
21657
5
дек. 24
52947
4
июл. 24
10575
7
авг. 23
10925