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

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

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

i want to delete the whole COA .

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

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...

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