__manifest__.py 1023 B

1234567891011121314151617181920212223242526272829303132
  1. # -*- coding: utf-8 -*-
  2. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  3. # Copyright (C) 2012 Thinkopen Solutions, Lda. All Rights Reserved
  4. # http://www.thinkopensolutions.com.
  5. {
  6. 'name': 'Portugal - Accounting',
  7. 'version': '0.011',
  8. 'author': 'ThinkOpen Solutions',
  9. 'website': 'http://www.thinkopensolutions.com/',
  10. 'category': 'Accounting/Localizations/Account Charts',
  11. 'description': 'Plano de contas SNC para Portugal',
  12. 'depends': ['base',
  13. 'account',
  14. 'base_vat',
  15. ],
  16. 'data': [
  17. 'data/l10n_pt_chart_data.xml',
  18. 'data/account_chart_template_data.xml',
  19. 'data/account_fiscal_position_template_data.xml',
  20. 'data/account_tax_group_data.xml',
  21. 'data/account_tax_report.xml',
  22. 'data/account_tax_data.xml',
  23. 'data/account_chart_template_configure_data.xml',
  24. ],
  25. 'demo': [
  26. 'demo/demo_company.xml',
  27. ],
  28. 'license': 'LGPL-3',
  29. }