forked from OCA/operating-unit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
20 lines (20 loc) · 851 Bytes
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2021 Ecosoft Co., Ltd. (http://ecosoft.co.th)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Accounting Fincnaial Report Operating Unit",
"summary": "Introduces Operating Unit (OU) in financial reports",
"version": "14.0.1.0.2",
"author": "Ecosoft,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/operating-unit",
"category": "Accounting & Finance",
"depends": ["account_financial_report", "account_operating_unit"],
"license": "AGPL-3",
"data": [
"wizards/aged_partner_balance_wizard_view.xml",
"wizards/general_ledger_wizard_view.xml",
"wizards/journal_ledger_wizard_view.xml",
"wizards/open_items_wizard_view.xml",
"wizards/trial_balance_wizard_view.xml",
"wizards/vat_report_wizard_view.xml",
],
}