20 lines
442 B
Python
20 lines
442 B
Python
{
|
|
'name': 'FTP Feed',
|
|
'summary': 'Feed Module',
|
|
'category': 'Reporting',
|
|
'version': '1.0.0',
|
|
'author': 'Pranay',
|
|
'website': 'https://ftprotech.in',
|
|
'license': 'LGPL-3',
|
|
'sequence': -100,
|
|
'depends': [
|
|
'base', 'web', 'hr'
|
|
],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'security/security.xml',
|
|
'views/feed.xml',
|
|
],
|
|
'images': ['static/description/banner.png'],
|
|
}
|