-
Notifications
You must be signed in to change notification settings - Fork 2
/
__manifest__.py
37 lines (37 loc) · 1.33 KB
/
__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
33
34
35
36
37
# Copyright 2022 OpenSynergy Indonesia
# Copyright 2022 PT. Simetri Sinergi Indonesia
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Cheque Accounting Voucher",
"version": "14.0.2.3.0",
"category": "Accounting",
"website": "https://simetri-sinergi.id",
"author": "OpenSynergy Indonesia, PT. Simetri Sinergi Indonesia",
"license": "AGPL-3",
"installable": True,
"depends": [
"ssi_voucher_bank_cash",
],
"data": [
"security/ir_module_category_data.xml",
"security/res_group_data.xml",
"security/ir_rule_data.xml",
"security/ir.model.access.csv",
"menu.xml",
"data/account_voucher_type_data.xml",
"data/ir_windows_action_data.xml",
"data/ir_sequence_data.xml",
"data/sequence_template_cheque_payment_data.xml",
"data/sequence_template_cheque_receipt_data.xml",
"data/approval_template_cheque_payment_data.xml",
"data/approval_template_cheque_receipt_data.xml",
"data/policy_template_cheque_payment_data.xml",
"data/policy_template_cheque_receipt_data.xml",
"views/account_cheque_voucher_views.xml",
"views/account_cheque_receipt_views.xml",
"views/account_cheque_payment_views.xml",
],
"images": [
"static/description/banner.png",
],
}