Files
odoo-usability/purchase_usability/__manifest__.py
Stéphane Bidoul (ACSONE) 1748663a42 setup.py and addons versions (#35)
* [IMP] set 10.0 version prefix in all installable addons

* [FIX] 10.0 instead of 9.0 version prefix for sale_order_add_bom on 10.0 branch

* [ADD] setup.py for all installable addons
2019-02-01 10:38:58 +01:00

29 lines
829 B
Python

# -*- coding: utf-8 -*-
# Copyright (C) 2014-2017 Akretion (http://www.akretion.com)
# @author Alexis de Lattre <alexis.delattre@akretion.com>
{
'name': 'Purchase Usability',
'version': '10.0.0.1.0',
'category': 'Purchase Management',
'license': 'AGPL-3',
'summary': 'Show invoices and receptions on PO',
'description': """
Purchase Usability Extension
============================
Display Invoices and Incoming Shipments on Purchase Order form view (in dedicated tabs).
Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com> for any help or question about this module.
""",
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': ['purchase'],
'data': [
'purchase_view.xml',
'stock_view.xml',
],
'active': False,
}