mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
whitespace cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user