Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
2 Antwoorden
3042 Weergaven

How to Import the charts of account in Odoo Version 8.0. Please tell the step i have exported the Chart of accounts from odoo version 7 in csv file.What should i do now ? i want to remove all charts and import new one from csv

Avatar
Annuleer
Auteur Beste antwoord

i want to delete the whole COA .

Avatar
Annuleer
Beste antwoord

You should customize l10n_country module, or better yet, write new module based on existing localization package for your country, using your modified data ( chart template, taxes, fiscal positions etc... whatever you think should be in localization package)
Keep in mind that your custom module should be  "category": 'Localization/Account Charts', (in __openerp__.py ) 

Then create new database, install accounting and finance module ,and apply your custom chart of accounts

That should do the trick... after a few tries you will have your customized account chart template, that can be applied on any newly created database...

Hope it helps.

p.s. you cannot remove other charts once they are installed...  but you do not need to use themm...

Avatar
Annuleer