mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
20 lines
546 B
Python
20 lines
546 B
Python
# -*- coding: utf-8 -*-
|
|
# © 2016 ACSONE SA/NV (<http://acsone.eu>)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
'name': "Stock Change Quantity Reason",
|
|
'summary': """
|
|
Stock Quantity Change Reason """,
|
|
'author': 'ACSONE SA/NV, Odoo Community Association (OCA)',
|
|
'website': "http://acsone.eu",
|
|
'category': 'Warehouse Management',
|
|
'version': '8.0.1.0.0',
|
|
'license': 'AGPL-3',
|
|
'depends': [
|
|
'stock',
|
|
],
|
|
'data': [
|
|
'wizard/stock_product_change_qty.xml'
|
|
],
|
|
}
|