1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# -*- 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',
}
|