12345678910111213 |
- # -*- 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,
- 'license': 'LGPL-3',
- }
|