whitespace cleanup

pull/95/head
Ivan Yelizariev 2015-03-13 17:41:40 +02:00
parent 67e7072c97
commit 9045f88a46
1 changed files with 8 additions and 8 deletions

View File

@ -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