forked from OCA/account-financial-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
23 lines (22 loc) · 848 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
# Copyright 2015-2017 See manifest
# Copyright 2018 Raf Ven <[email protected]>
# Copyright 2019 Akretion France (http://www.akretion.com/)
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
"name": "Account Move Template",
"version": "16.0.1.0.0",
"category": "Accounting",
"summary": "Templates for recurring Journal Entries",
"author": "Agile Business Group, Aurium Technologies, Vauxoo, ForgeFlow, "
"Akretion, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-financial-tools",
"license": "AGPL-3",
"depends": ["account"],
"data": [
"security/account_move_template_security.xml",
"security/ir.model.access.csv",
"wizard/account_move_template_run_view.xml",
"view/account_move_template.xml",
],
"installable": True,
}