forked from OCA/account-invoicing
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path__openerp__.py
More file actions
29 lines (28 loc) · 984 Bytes
/
__openerp__.py
File metadata and controls
29 lines (28 loc) · 984 Bytes
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
# -*- coding: utf-8 -*-
# Copyright 2004-2011 Pexego Sistemas Informáticos. (http://pexego.es)
# Copyright 2016 Antonio Espinosa <antonio.espinosa@tecnativa.com>
# Copyright 2014-2017 Pedro M. Baeza <pedro.baeza@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Link refund invoice with original",
"summary": "Link refund invoice with its original invoice",
"version": "9.0.2.0.1",
"author": "Pexego, "
"Tecnativa, "
"Odoo Community Association (OCA)",
"website": "https://odoo-community.org/",
"contributors": [
'Pexego <www.pexego.es>',
'Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>',
'Antonio Espinosa <antonio.espinosa@tecnativa.com>',
],
"category": "Localisation/Accounting",
"depends": [
'account',
],
"data": [
'views/account_invoice_view.xml',
],
"installable": True,
"post_init_hook": "post_init_hook",
}