[IMP] stock_usability: add in_date in quant views
This commit is contained in:
@@ -28,6 +28,9 @@
|
|||||||
<attribute name="sum">1</attribute>
|
<attribute name="sum">1</attribute>
|
||||||
<attribute name="optional">show</attribute>
|
<attribute name="optional">show</attribute>
|
||||||
</field>
|
</field>
|
||||||
|
<field name="company_id" position="before">
|
||||||
|
<field name="in_date" optional="hide"/>
|
||||||
|
</field>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
@@ -48,6 +51,9 @@
|
|||||||
<attribute name="sum">1</attribute>
|
<attribute name="sum">1</attribute>
|
||||||
<attribute name="optional">show</attribute>
|
<attribute name="optional">show</attribute>
|
||||||
</field>
|
</field>
|
||||||
|
<field name="user_id" position="before">
|
||||||
|
<field name="in_date" optional="hide"/>
|
||||||
|
</field>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
@@ -79,6 +85,7 @@
|
|||||||
<field name="reserved_quantity" string="Reserved" sum="1" optional="show"/>
|
<field name="reserved_quantity" string="Reserved" sum="1" optional="show"/>
|
||||||
<button type="object" name="action_stock_move_lines_reserved" string="Reservations" attrs="{'invisible': [('reserved_quantity', '=', 0)]}"/>
|
<button type="object" name="action_stock_move_lines_reserved" string="Reservations" attrs="{'invisible': [('reserved_quantity', '=', 0)]}"/>
|
||||||
<field name="available_quantity" string="Available" sum="1" optional="show"/>
|
<field name="available_quantity" string="Available" sum="1" optional="show"/>
|
||||||
|
<field name="in_date" optional="hide"/>
|
||||||
<field name="company_id" groups="base.group_multi_company"/>
|
<field name="company_id" groups="base.group_multi_company"/>
|
||||||
</tree>
|
</tree>
|
||||||
</field>
|
</field>
|
||||||
|
|||||||
Reference in New Issue
Block a user