# Part of Odoo. See LICENSE file for full copyright and licensing details.

{
    'name': 'Project - Purchase - Stock',
    'version': '1.0',
    'description': 'Add a project link between POs and their generated stock pickings.',
    'license': 'LGPL-3',
    'category': 'Hidden',
    'depends': ['project_purchase', 'project_stock'],
    'auto_install': True,
}
