__manifest__.py 603 B

123456789101112131415161718
  1. # -*- coding: utf-8 -*-
  2. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  3. {
  4. 'name': 'Multi Language Chart of Accounts',
  5. 'version': '1.1',
  6. 'category': 'Accounting/Localizations',
  7. 'description': """
  8. * Multi language support for Chart of Accounts, Taxes, Tax Codes, Journals,
  9. Accounting Templates, Analytic Chart of Accounts and Analytic Journals.
  10. * Setup wizard changes
  11. - Copy translations for COA, Tax, Tax Code and Fiscal Position from
  12. templates to target objects.
  13. """,
  14. 'depends': ['account'],
  15. 'license': 'LGPL-3',
  16. }