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

13 lines
463 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Sales Expense Margin',
'version': '1.0',
'category': 'Sales/Sales',
'description': 'When re-invoicing the expense on the SO, set the cost to the total untaxed amount of the expense.',
'depends': ['sale_expense', 'sale_margin'],
'installable': True,
'auto_install': True,
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}