oca-ocb-sale/odoo-bringout-oca-ocb-sale_stock_margin/sale_stock_margin/__manifest__.py
Ernad Husremovic 73afc09215 19.0 vanilla
2026-03-09 09:32:12 +01:00

12 lines
380 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,
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}