mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
16 lines
349 B
Python
16 lines
349 B
Python
![]() |
# -*- coding: utf-8 -*-
|
||
|
{
|
||
|
'name': "runbot demo",
|
||
|
'summary': "Runbot demo data",
|
||
|
'description': "Runbot demo data",
|
||
|
'author': "Odoo SA",
|
||
|
'website': "http://runbot.odoo.com",
|
||
|
'category': 'Website',
|
||
|
'version': '1.0',
|
||
|
'depends': ['runbot'],
|
||
|
'demo': [
|
||
|
'demo/runbot_demo.xml',
|
||
|
],
|
||
|
'license': 'LGPL-3',
|
||
|
}
|