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

17 lines
541 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Service Margins in Sales Orders',
'version': '1.0',
'summary': 'Bridge module between Sales Margin and Sales Timesheet',
'description': """
Allows to compute accurate margin for Service sales.
======================================================
""",
'category': 'Sales/Sales',
'depends': ['sale_margin', 'sale_timesheet'],
'auto_install': True,
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}