mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-18 04:12:06 +02:00
11 lines
353 B
Python
11 lines
353 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': "Sale Stock Margin",
|
|
'category': 'Sales/Sales',
|
|
'description': 'Once the delivery is validated, update the cost on the SO to have an exact margin computation.',
|
|
'version': '0.1',
|
|
'depends': ['sale_stock', 'sale_margin'],
|
|
'installable': True,
|
|
'auto_install': True,
|
|
'license': 'LGPL-3',
|
|
}
|