Commit fd132e85 authored by Titouan Soulard's avatar Titouan Soulard

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

parent de703f6e
......@@ -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