-
Notifications
You must be signed in to change notification settings - Fork 69
/
__manifest__.py
32 lines (30 loc) · 951 Bytes
/
__manifest__.py
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
26
27
28
29
30
31
32
# © 2008-2021 Deltatech
# See README.rst file on addons root folder for license details
{
"name": "Expenses Deduction",
"summary": "Expenses Deduction & Disposition of Cashing",
"version": "16.0.2.0.0",
"category": "Accounting & Finance",
"author": "Terrabit, Dorin Hongu",
"website": "https://www.terrabit.ro",
"depends": [
"l10n_ro",
"account",
"product",
"deltatech_partner_generic",
# "deltatech_payment_to_statement",
],
"license": "OPL-1",
"data": [
"views/deltatech_expenses_deduction_view.xml",
"views/deltatech_expenses_deduction_report.xml",
"views/report_expenses.xml",
"views/account_journal_view.xml",
"security/ir.model.access.csv",
"security/security.xml",
"data/data.xml",
],
"images": ["images/main_screenshot.png"],
"development_status": "Mature",
"maintainers": ["dhongu"],
}