This module contains pos restaurant-related customizations depending on delight_pos_theme_bits
Timesheet Calendar View.
Deliverymatch
Lock Confirmed Sales: Block confirmed order, Lock sales order, Forbid order modification, Prevent modification after confirmation
This widget allows you to display and edit only year or month/year in date fields. Usage: # model class Model(models.Model): json_field = fields.Json(string="Your JSON field") # view <form>; .... <field name="date_year_field" widget="year_picker" /> .... <field name="date_month_field" widget="month_picker" /> .... </form>
Module summary.
Inter face color and some icon
Toggle Chatter Visibility in Form View
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>;