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 5cffe1e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
Expand Down
3 changes: 1 addition & 2 deletions stock_valuation_layer_view_adjust/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ Stock Valuation Layer View Adjust

|badge1| |badge2| |badge3|

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.

**Table of contents**

Expand Down
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
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
Expand Down Expand Up @@ -370,8 +369,7 @@ <h1 class="title">Stock Valuation Layer View Adjust</h1>
!! source digest: sha256:158361825b7fd9d23fb7f17d887334f31a97c47d6cc6a38c321cfdd07f4b79c9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/qrtl/axls-custom/tree/16.0/stock_valuation_layer_view_adjust"><img alt="qrtl/axls-custom" src="https://img.shields.io/badge/github-qrtl%2Faxls--custom-lightgray.png?logo=github" /></a></p>
<p>This module displays remaining_qty and remaining_value in the SVL tree
view.</p>
<p>This module displays remaining_qty and remaining_value in the SVL views.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
Expand Down
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 5cffe1e

Please sign in to comment.