forked from OCA/account-financial-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__openerp__.py
28 lines (27 loc) · 872 Bytes
/
__openerp__.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
# -*- coding: utf-8 -*-
# Copyright 2011 Alexis de Lattre <[email protected]>
# Copyright 2012-2013 Guewen Baconnier (Camptocamp)
# Copyright 2016 Antonio Espinosa <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Account Reversal",
"summary": "Wizard for creating a reversal account move",
"version": "9.0.1.0.0",
"category": "Accounting & Finance",
"website": "https://odoo-community.org/",
"author": "Akretion,"
"Camptocamp,"
"ACSONE SA/NV,"
"Tecnativa,"
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"account"
],
"data": [
"wizard/account_move_reverse_view.xml",
"views/account_move_view.xml",
],
}