This commit is contained in:
Camilo Sarmiento 2020-08-13 16:48:43 -05:00
parent 88784535a6
commit b002c4f3d4
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ class CustomerService(metaclass=PoolMeta):
def __setup__(cls):
super(CustomerService, cls).__setup__()
cls.party.required = True
cls.media.readonly = False
if new_sel not in cls.media.selection:
cls.media.selection = NEW_MEDIA