mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
18 lines
363 B
Python
18 lines
363 B
Python
{
|
|
'name': 'Sale Section Subtotal',
|
|
'version': '13.0.1.0.0',
|
|
'category': 'Sales',
|
|
'author': 'Hibou Corp.',
|
|
'license': 'AGPL-3',
|
|
'website': 'https://hibou.io/',
|
|
'depends': [
|
|
'sale',
|
|
'base_section_subtotal',
|
|
],
|
|
'data': [
|
|
'views/sale_views.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
}
|