summaryrefslogtreecommitdiff
path: root/addons/sale_stock_margin/__manifest__.py
blob: da7c3246a00b5431b9c155d73df80d72506601f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- coding: utf-8 -*-
{
    'name': "Sale Stock Margin",
    'category': 'Sales/Sales',
    'summary': '',
    'description': 'Once the delivery is validated, update the cost on the SO to have an exact margin computation.',
    'version': '0.1',
    'depends': ['stock_account', 'sale_margin'],
    'installable': True,
    'auto_install': True,
    'license': 'LGPL-3',
}