mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-26 14:12:04 +02:00
19 lines
548 B
Python
19 lines
548 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
|
|
{
|
|
'name': 'POS - Sale Margin',
|
|
'version': '1.1',
|
|
'category': 'Sales/Point of Sale',
|
|
'summary': 'Link module between Point of Sale and Sales Margin',
|
|
'description': """
|
|
|
|
This module adds enable you to view the margin of your Point of Sale orders in the Sales Margin report.
|
|
""",
|
|
'depends': ['pos_sale', 'sale_margin'],
|
|
'installable': True,
|
|
'auto_install': True,
|
|
'author': 'Odoo S.A.',
|
|
'license': 'LGPL-3',
|
|
}
|