diff options
Diffstat (limited to 'addons/sale_stock_margin/__manifest__.py')
| -rw-r--r-- | addons/sale_stock_margin/__manifest__.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addons/sale_stock_margin/__manifest__.py b/addons/sale_stock_margin/__manifest__.py new file mode 100644 index 00000000..da7c3246 --- /dev/null +++ b/addons/sale_stock_margin/__manifest__.py @@ -0,0 +1,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', +} |
