mirror of
https://github.com/odoo/runbot.git
synced 2025-03-25 12:25:47 +07:00
16 lines
347 B
Python
16 lines
347 B
Python
![]() |
# -*- coding: utf-8 -*-
|
||
|
{
|
||
|
'name': "runbot test",
|
||
|
'summary': "Runbot test",
|
||
|
'description': "Runbot test",
|
||
|
'author': "Odoo SA",
|
||
|
'website': "http://runbot.odoo.com",
|
||
|
'category': 'Website',
|
||
|
'version': '1.0',
|
||
|
'depends': ['runbot'],
|
||
|
'license': 'LGPL-3',
|
||
|
'data': [
|
||
|
'security/ir.model.access.csv',
|
||
|
],
|
||
|
}
|