mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_responsive: Possibility of putting the chatter in the right (#951)
This commit is contained in:
committed by
Sergey Shebanin
parent
e9f87d9ce4
commit
e00d61569f
@@ -1,5 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2016-2017 LasLabs Inc.
|
||||
# Copyright 2018 Alexandre Díaz
|
||||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
||||
|
||||
{
|
||||
@@ -9,7 +9,8 @@
|
||||
"version": "11.0.1.0.2",
|
||||
"category": "Website",
|
||||
"website": "https://laslabs.com/",
|
||||
"author": "LasLabs, Tecnativa, Odoo Community Association (OCA)",
|
||||
"author": "LasLabs, Tecnativa, Alexandre Díaz, "
|
||||
"Odoo Community Association (OCA)",
|
||||
"license": "LGPL-3",
|
||||
"installable": True,
|
||||
"depends": [
|
||||
@@ -18,6 +19,7 @@
|
||||
"data": [
|
||||
'views/assets.xml',
|
||||
'views/web.xml',
|
||||
'views/inherited_view_users_form_simple_modif.xml',
|
||||
],
|
||||
'qweb': [
|
||||
'static/src/xml/form_view.xml',
|
||||
|
||||
Reference in New Issue
Block a user