mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
24 lines
766 B
Python
Executable File
24 lines
766 B
Python
Executable File
# -*- coding: utf-8 -*-
|
|
# Copyright 2015-2017 ACSONE SA/NV (<http://acsone.eu>)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Purchase Packaging",
|
|
"version": "10.0.1.0.1",
|
|
"author": 'ACSONE SA/NV, '
|
|
'Odoo Community Association (OCA)',
|
|
"category": "Warehouse",
|
|
"website": "http://www.acsone.eu",
|
|
'summary': "In purchase, use package",
|
|
"depends": ["product",
|
|
"purchase",
|
|
"packaging_uom",
|
|
],
|
|
"data": ["views/product_supplier_info_view.xml",
|
|
"views/purchase_order_view.xml",
|
|
"views/purchase_order_line_view.xml",
|
|
],
|
|
"post_init_hook": "post_init_hook",
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
}
|