mirror of https://github.com/OCA/web.git
whitespace cleanup
parent
67e7072c97
commit
9045f88a46
|
@ -1,14 +1,14 @@
|
||||||
{
|
{
|
||||||
'name' : 'Last viewed records',
|
'name': 'Last viewed records',
|
||||||
'version' : '1.0.0',
|
'version': '1.0.0',
|
||||||
'author' : 'Ivan Yelizariev, Odoo Community Association (OCA)',
|
'author': 'Ivan Yelizariev, Odoo Community Association (OCA)',
|
||||||
'category' : 'Base',
|
'category': 'Base',
|
||||||
'website' : 'https://yelizariev.github.io',
|
'website': 'https://yelizariev.github.io',
|
||||||
'depends' : ['web', 'mail'],
|
'depends': ['web', 'mail'],
|
||||||
'data':[
|
'data': [
|
||||||
'views.xml',
|
'views.xml',
|
||||||
],
|
],
|
||||||
'qweb' : [
|
'qweb': [
|
||||||
"static/src/xml/*.xml",
|
"static/src/xml/*.xml",
|
||||||
],
|
],
|
||||||
'installable': True
|
'installable': True
|
||||||
|
|
Loading…
Reference in New Issue