Skip to content

Commit

Permalink
adj
Browse files Browse the repository at this point in the history
  • Loading branch information
AungKoKoLin1997 committed Aug 29, 2024
1 parent a54a89c commit dfd1098
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions stock_valuation_layer_view_adjust/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
This module displays remaining_qty and remaining_value in the SVL tree
view.
This module displays remaining_qty and remaining_value in the SVL views.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<field name="inherit_id" ref="stock_account.stock_valuation_layer_tree" />
<field name="arch" type="xml">
<field name="value" position="after">
<!-- Not adding optional="show" because the optional attribute is not working well in the SVL tree view.
https://github.com/odoo/odoo/issues/178161 -->
<field name="remaining_qty" />
<field name="remaining_value" />
</field>
Expand Down

0 comments on commit dfd1098

Please sign in to comment.