This question has been flagged
2 Replies
2668 Views

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
Discard
Author Best Answer

i want to delete the whole COA .

Avatar
Discard
Best Answer

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
Discard