Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ray-odoo/a21899d334dd899c4268286b999fc8b0 to your computer and use it in GitHub Desktop.
Save ray-odoo/a21899d334dd899c4268286b999fc8b0 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<tree string="Forecasted Inventory" create="0" multi_edit="1" editable="top">
<field name="write_date"/>
<field name="write_uid"/>
<field name="origin" readonly="1"/>
<field name="picking_id" widget="one2many_button" readonly="1"/>
<field name="date"/>
<field name="x_step"/>
<field name="product_id" readonly="1"/>
<field name="product_packaging_id" optional="hide" groups="product.group_stock_packaging"/>
<field name="product_uom_qty" readonly="1"/>
<field name="product_uom" readonly="1" string="Unit of Measure" groups="uom.group_uom"/>
<field name="company_id" groups="base.group_multi_company"/>
<field name="state" invisible="1"/>
</tree
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment