Redesign of the delivery slip, keeping the official and modern look
Office Attachment Preview
Toggle Chatter Visibility in Form View
Produce Picking Operations Report
Restore old actions, save and discard buttons.
This widget allows you to edit text fields in a modal dialog on list or form with optional validation and autofocus support. If a field is read-only, the widget opens only for viewing. # view <form>; .... <field name="comment" widget="textarea_dialog_widget" />; .... </form>; <list>; .... <field name="comment" widget="textarea_dialog_widget" />; .... </list>;