39 lines
1.2 KiB
Python
39 lines
1.2 KiB
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2026 Nexa Systems Inc.
|
|
# License OPL-1
|
|
{
|
|
"name": "Nexa Systems — Chart of Accounts Setup",
|
|
"version": "19.0.1.0.0",
|
|
"category": "Accounting/Localizations/Chart of Accounts",
|
|
"summary": "Custom CoA, taxes, fiscal positions, analytic plans, and intercompany partner setup for Nexa Systems Inc.",
|
|
"author": "Nexa Systems Inc.",
|
|
"website": "https://nexasystems.ca",
|
|
"license": "OPL-1",
|
|
"depends": [
|
|
"account",
|
|
"account_accountant",
|
|
"l10n_ca",
|
|
"analytic",
|
|
"sale_management",
|
|
"purchase",
|
|
"sale_subscription",
|
|
],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"data/01_account_account.xml",
|
|
"data/02_account_journal.xml",
|
|
"data/03_account_tax.xml",
|
|
"data/04_account_fiscal_position.xml",
|
|
"data/05_account_analytic_plan.xml",
|
|
"data/06_account_analytic_account.xml",
|
|
"data/07_product_category.xml",
|
|
"data/08_res_partner_category.xml",
|
|
"data/09_res_partner.xml",
|
|
"data/10_account_reconcile_model.xml",
|
|
],
|
|
"post_init_hook": "post_init_hook",
|
|
"installable": True,
|
|
"application": False,
|
|
"auto_install": False,
|
|
}
|