Use related model_id field to build domain

This commit is contained in:
fkantelberg
2020-07-13 08:52:44 +02:00
parent 355eeef83b
commit 2e5e17acb7
3 changed files with 10 additions and 4 deletions

View File

@@ -7,9 +7,10 @@ import time
from operator import itemgetter
from urllib.parse import quote_plus
import vobject
from odoo import api, fields, models, tools
import vobject
# pylint: disable=missing-import-error
from ..controllers.main import PREFIX
from ..radicale.collection import Collection, FileItem, Item