17 lines
375 B
Python
17 lines
375 B
Python
{
|
|
'name':'Latest Posts Snippet',
|
|
'description':'Latest Posts Snippet',
|
|
'category': 'Website',
|
|
'version':'1.1',
|
|
'author':'Odoo S.A.',
|
|
'data': [
|
|
'views/assets.xml',
|
|
'views/s_latest_posts.xml',
|
|
'views/options.xml',
|
|
],
|
|
'depends': ['website', 'website_blog'],
|
|
'images': [
|
|
'static/description/icon.png',
|
|
],
|
|
}
|