# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. { "name": "Swedish - Accounting", "version": "1.0", "author": "XCLUDE", "category": "Accounting/Localizations/Account Charts", "depends": ["account", "base_vat"], "data": [ "data/account_chart_template_before_accounts.xml", "data/account.account.template.csv", "data/account_chart_template_after_accounts.xml", "data/account_tax_group.xml", "data/account_tax_report_data.xml", "data/account_tax_template.xml", "data/account_fiscal_position_template.xml", "data/account_fiscal_position_account_template.xml", "data/account_fiscal_position_tax_template.xml", "data/account_chart_template_configuration.xml", ], 'demo': [ 'demo/demo_company.xml', ], 'license': 'LGPL-3', }