Usually all ERP5 URLs are to be generated by ERP5 user interface.
Still for developers it might be useful to know the following list or arguments
which represent a standard in ERP5:
Table of Contents
Arguments¶
-
editable_mode (boolean, default=False)
If set to true will show respective edit form to user allowing it to edit current object.
-
reset (boolean, default=False)
If set to true will reset in current form all listboxes' selections
-
ignore_layout (boolean, default=False)
If set to true will ignore current Web Site layout
Related Articles¶