mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +07:00
14 lines
303 B
Python
14 lines
303 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': 'forward port bot',
|
|
'version': '1.1',
|
|
'summary': "A port which forward ports successful PRs.",
|
|
'depends': ['runbot_merge'],
|
|
'data': [
|
|
'data/security.xml',
|
|
'data/crons.xml',
|
|
'data/views.xml',
|
|
],
|
|
'license': 'LGPL-3',
|
|
}
|