From 5860048597237487f9a8f67d70de4e922e760ccf Mon Sep 17 00:00:00 2001 From: Sergio Morillo Date: Thu, 23 Sep 2021 17:33:41 +0200 Subject: [PATCH] Migrate to 6.0 --- party.py | 1 - 1 file changed, 1 deletion(-) diff --git a/party.py b/party.py index 8f14d02..704ff1e 100644 --- a/party.py +++ b/party.py @@ -2,7 +2,6 @@ # this repository contains the full copyright notices and license terms. from trytond.model import ModelSQL, fields from trytond.pool import PoolMeta, Pool -from trytond import backend from trytond.tools.multivalue import migrate_property from trytond.modules.company.model import CompanyValueMixin