sale_project_stock/__manifest__.py

17 lines
545 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Sale Project - Sale Stock',
'version': '1.0',
'description': 'Adds a full traceability of inventory operations on the profitability report.',
'summary': 'Adds a full traceability of inventory operations on the profitability report.',
'license': 'LGPL-3',
'category': 'Sales',
'depends': ['sale_project', 'sale_stock'],
'data': [
'views/stock_move_views.xml',
],
'auto_install': True,
}