Most Powerful Open Source ERP

How To Generate ERP5 Urls

How To showing how to create ERP5 style URLs.
  • Last Update:2016-02-09
  • Version:001
  • Language:en

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