Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
9324 Widoki

I'm sure there has got to be a way to do this - In setting a new server (OpenERP 7), in the process of configuring everything just right and making sure it's right, I have created nearly 100 test accounts and countless transactions.

When everything is perfect and it's time to deploy, how do I wipe out all these accounts and journal entries and get a clean slate - without wiping the database and losing all of the customization I've done? I don't see any obvious way

Awatar
Odrzuć
Najlepsza odpowiedź

See this similar question: Erase or clear all accounting data from openerp.  In short, there's no silver bullet.  There's the dangerous route of manually truncating tables in postgresql, or the safer method of exporting your core data and re-importing to a clean database.

Any customizations should really be done in new modules, which can be installed on any database quickly and easily.  It also makes maintenance in production much simpler, and allows for easy setup of test environments (which you should have!).

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
mar 15
5503
0
mar 15
3667
1
sie 24
1635
1
lis 23
4133
1
sty 23
3894