add web_window_title
This commit is contained in:
parent
c17ceb75a3
commit
190d1f09c2
11 changed files with 172 additions and 0 deletions
29
web_window_title/__manifest__.py
Normal file
29
web_window_title/__manifest__.py
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
{
|
||||
'license': 'LGPL-3',
|
||||
'name': "Web Window Title",
|
||||
'summary': "The custom web window title",
|
||||
'author': "renjie <i@renjie.me>",
|
||||
'website': "https://renjie.me",
|
||||
'support': 'i@renjie.me',
|
||||
'category': 'Extra Tools',
|
||||
'version': '1.1',
|
||||
'depends': ['base_setup'],
|
||||
'demo': [
|
||||
'data/demo.xml',
|
||||
],
|
||||
'data': [
|
||||
'views/res_config.xml',
|
||||
],
|
||||
'images': [
|
||||
'static/description/main_screenshot.png',
|
||||
],
|
||||
'assets': {
|
||||
'web.assets_backend': [
|
||||
'web_window_title/static/src/js/web_window_title.js',
|
||||
],
|
||||
},
|
||||
'installable': True,
|
||||
'auto_install': False,
|
||||
'application': False,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue