mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
27 lines
785 B
Python
27 lines
785 B
Python
# Copyright (C) 2019 IBM Corp.
|
|
# Copyright (C) 2019 Open Source Integrators
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Scrap Reason Code',
|
|
'version': '11.0.1.0.0',
|
|
'license': 'AGPL-3',
|
|
'summary': 'Reason code for scrapping',
|
|
'author': 'Open Source Integrators, Odoo Community Association (OCA)',
|
|
'website': 'https://github.com/OCA/stock-logistics-warehouse',
|
|
'category': 'Warehouse Management',
|
|
'depends': [
|
|
'stock',
|
|
],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'views/reason_code_view.xml',
|
|
'views/stock_scrap_views.xml',
|
|
'views/stock_move_views.xml',
|
|
],
|
|
'auto_install': False,
|
|
'application': False,
|
|
'maintainers': ['bodedra'],
|
|
'installable': True,
|
|
}
|