mirror of https://github.com/OCA/web.git
whitespace cleanup
parent
67e7072c97
commit
9045f88a46
|
@ -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…
Reference in New Issue