__openerp__.py 380 B

12345678910111213141516
  1. {
  2. 'name':'Latest Posts Snippet',
  3. 'description':'Latest Posts Snippet',
  4. 'category': 'Website',
  5. 'version':'1.1',
  6. 'author':'Odoo S.A.',
  7. 'data': [
  8. 'views/assets.xml',
  9. 'views/s_latest_posts.xml',
  10. 'views/options.xml',
  11. ],
  12. 'depends': ['website_less', 'website_blog'],
  13. 'images': [
  14. 'static/description/icon.png',
  15. ],
  16. }