跳至內容
選單
此問題已被標幟
2 回覆
3035 瀏覽次數

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

頭像
捨棄