changeset 727f2d6a491d in modules/party_avatar:default
details: 
https://hg.tryton.org/modules/party_avatar?cmd=changeset&node=727f2d6a491d
description:
        Do not load company views when module is not activated

        issue10407
        review340751002
diffstat:

 company.xml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 7cce053e064c -r 727f2d6a491d company.xml
--- a/company.xml       Mon May 03 15:40:34 2021 +0200
+++ b/company.xml       Thu May 20 10:14:38 2021 +0200
@@ -2,7 +2,7 @@
 <!-- This file is part of Tryton.  The COPYRIGHT file at the top level of
 this repository contains the full copyright notices and license terms. -->
 <tryton>
-    <data>
+    <data depends="company">
         <record model="ir.ui.view" id="company_view_list">
             <field name="model">company.company</field>
             <field name="inherit" ref="company.company_view_list"/>

Reply via email to