Hide BOM cost hide product cost hide invisible BOM cost price invisible product cost hide and view BOM cost hide and view product cost hide and view BOM cost access rights cost manager for bill of material cost price hide bill of material cost view access.
This module provides additional grid of stock forecast to standard odoo's forecaste report.
This widget allows you to conveniently display, edit, validate json data on user form. It has multiple display options (tree, text, code). If a field is read-only, the widget opens only for viewing. The widget is based on JSONEditor by Jos de Jong. Usage: # model class Model(models.Model): json_field = fields.Json(string="Your JSON field") # view <form>; .... <field name="json_field" widget="json_widget" /> .... </form>
Remplace product.template menu entries by product.product menu entries
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>
Inter face color and some icon
Prompt user confirmation when changing product reference codes
Toggle Chatter Visibility in Form View
Produce Picking Operations Report
Restore old actions, save and discard buttons.
Search transfers using Lot/Serial Number.
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>; <tree>; .... <field name="comment" widget="textarea_dialog_widget" />; .... </tree>;