Files
web/web_button_no_save/readme/CONFIGURE.rst
2022-08-29 16:26:46 +02:00

11 lines
246 B
ReStructuredText

In a form view, create a button that has the `no_save` attribute, for instance:
.. code-block:: xml
<button
type="object"
name="method_name"
string="Call method_name without saving"
no_save="True"
/>