2023-08-29 01:57:11 -05:00
|
|
|
{
|
|
|
|
|
'name': 'Report URL',
|
|
|
|
|
'summary': 'Adds Report URL to Odoo Container',
|
|
|
|
|
'description': '''
|
2023-08-29 02:03:23 -05:00
|
|
|
Odoo Containers doesn't come with report.url param out of the box, so we add it for you to work with Odoocker.
|
2023-08-29 01:57:11 -05:00
|
|
|
''',
|
|
|
|
|
'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
|
|
|
|
|
}
|