Commit 57e37e03 authored by Titouan Soulard's avatar Titouan Soulard

erp5_core: TYPING use boolean for `isMovement` (TBD ifaces)

parent f3f33e93
......@@ -141,7 +141,7 @@ class DeliveryCell(MappedValue, Movement, ImmobilisationMovement):
security.declareProtected(Permissions.AccessContentsInformation, 'isMovement')
def isMovement(self):
return 1
return True
security.declareProtected(Permissions.AccessContentsInformation,
'isMovingItem')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment