mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +01:00
25 lines
611 B
Python
25 lines
611 B
Python
{
|
|
'name': 'Report URL',
|
|
'summary': 'Adds Report URL to Odoo Container',
|
|
'description': '''
|
|
Odoo Containers doesn't come with report.url param out of the box, so we add it for you to work with Odoocker.
|
|
''',
|
|
'version': '1.0.0',
|
|
'category': 'Technical',
|
|
'license': 'LGPL-3',
|
|
'author': 'Odoocker',
|
|
'maintainer': 'Odoocker',
|
|
'contributors': [
|
|
'Yhael S <yhaelopez@gmail.com>'
|
|
],
|
|
'depends': [
|
|
'base'
|
|
],
|
|
'data': [
|
|
'data/ir_config_parameter.xml'
|
|
],
|
|
'application': False,
|
|
'installable': True,
|
|
'auto_install': True
|
|
}
|