mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix #I8H48V app_web_fullwidth将web_chatter_position的功能加入
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
{
|
||||
'name': 'Web Form Fullwidth, Full screen full width. Chatter Position ',
|
||||
'version': '16.23.02.19',
|
||||
'version': '16.23.12.08',
|
||||
'category': 'web',
|
||||
'author': 'odooai.cn',
|
||||
'website': 'https://www.odooai.cn',
|
||||
@@ -44,10 +44,14 @@
|
||||
'depends': [
|
||||
'web'
|
||||
],
|
||||
'data': [],
|
||||
'data': [
|
||||
'views/res_users_views.xml',
|
||||
'views/webclient_templates.xml',
|
||||
],
|
||||
'assets': {
|
||||
'web.assets_backend': [
|
||||
('after', 'web/static/src/views/**/*', 'app_web_fullwidth/static/src/scss/app_style_after.scss'),
|
||||
'/app_web_fullwidth/static/src/js/*.js'
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user