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

        issue10407
        review340751002
        (grafted from 727f2d6a491d013d3b6c50567426dcdc00dd733b)
diffstat:

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

diffs (12 lines):

diff -r bc94c2ce3ba4 -r 26b73f083e38 company.xml
--- a/company.xml       Mon May 03 15:40:33 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