odoo/ext/custom-addons/tz_carrier_show_integration/__manifest__.py

18 lines
612 B
Python

# Copyright 2018-Today TZAustria
# License OPL-1 or later (https://www.odoo.com/documentation/user/11.0/legal/licenses/licenses.html#licenses).
# noinspection PyStatementEffect
{
'name': 'TZ Carrier Show Integration_Level',
'summary' : 'unhides the field integration_level and adds none to the value-list',
'version': '11.0.1.0.0',
'license': 'OPL-1',
'author': 'TZAustria',
'support': 'andreas.osim@glaser-co.at',
'website': 'https://www.tzaustria.at',
'depends': ['delivery',],
'data': ['views/delivery_carrier.xml',],
'installable': True,
'auto_install': False,
}