Browse Source

whitespace cleanup

pull/95/head
Ivan Yelizariev 9 years ago
parent
commit
9045f88a46
  1. 16
      web_last_viewed_records/__openerp__.py

16
web_last_viewed_records/__openerp__.py

@ -1,14 +1,14 @@
{
'name' : 'Last viewed records',
'version' : '1.0.0',
'author' : 'Ivan Yelizariev, Odoo Community Association (OCA)',
'category' : 'Base',
'website' : 'https://yelizariev.github.io',
'depends' : ['web', 'mail'],
'data':[
'name': 'Last viewed records',
'version': '1.0.0',
'author': 'Ivan Yelizariev, Odoo Community Association (OCA)',
'category': 'Base',
'website': 'https://yelizariev.github.io',
'depends': ['web', 'mail'],
'data': [
'views.xml',
],
'qweb' : [
'qweb': [
"static/src/xml/*.xml",
],
'installable': True

Loading…
Cancel
Save