forked from akretion/account-invoicing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__openerp__.py
23 lines (22 loc) · 880 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
# -*- coding: utf-8 -*-
# © 2016 Ainara Galdona <[email protected]> - Avanzosc S.L.
# © 2016 Serv. Tecnol. Avanzados - Pedro M. Baeza
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
"name": "Stock Picking Invoicing Unified",
"summary": "Create invoices/refunds from pickings of different types",
"version": "8.0.1.0.0",
'author': 'Serv. Tecnol. Avanzados - Pedro M. Baeza, '
'AvanzOSC, '
'Odoo Community Association (OCA)',
'website': "http://github.com/OCA/account-invoicing",
"license": "AGPL-3",
'contributors': [
"Ainara Galdona <[email protected]>",
"Pedro M. Baeza <[email protected]>"
],
"depends": ['stock_account'],
"category": "Warehouse Management",
"data": ['wizard/stock_invoice_onshipping_view.xml'],
"installable": True
}