Commit 31eaf348 authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_document_scanner: Typo

parent d8eaa3b9
...@@ -28,7 +28,7 @@ publication_state = kw.get("field_your_publication_state") ...@@ -28,7 +28,7 @@ publication_state = kw.get("field_your_publication_state")
if publication_state == "shared": if publication_state == "shared":
action_list = ["share",] action_list = ["share",]
elif publication_state == "relased": elif publication_state == "released":
action_list = ["share", "release"] action_list = ["share", "release"]
else: else:
action_list = [] action_list = []
......
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