You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
364 B

  1. {
  2. 'name': 'Last viewed records',
  3. 'version': '8.0.1.0.0',
  4. 'author': 'Ivan Yelizariev, Odoo Community Association (OCA)',
  5. 'category': 'Base',
  6. 'website': 'https://yelizariev.github.io',
  7. 'depends': ['web', 'mail'],
  8. 'data': [
  9. 'views.xml',
  10. ],
  11. 'qweb': [
  12. "static/src/xml/main.xml",
  13. ],
  14. 'installable': False
  15. }