-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[4650][ADD] stock_valuation_layer_view_adjust #92
base: 16.0
Are you sure you want to change the base?
Conversation
6b09905
to
ea7c65e
Compare
This module displays remaining_qty and remaining_value in the SVL tree | ||
view. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
<field name="inherit_id" ref="stock_account.stock_valuation_layer_tree" /> | ||
<field name="arch" type="xml"> | ||
<field name="value" position="after"> | ||
<field name="remaining_qty" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please comment why we are not adding optional="show"
here.
57bca95
to
dfd1098
Compare
dfd1098
to
5cffe1e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code review.
@AungKoKoLin1997 I have added Can you please revisit odoo/odoo#178161 as necessary? |
@yostashiro I have checked the latest code with latest odoo with the new test database. But it is still not working as expected. |
optional
is not working in SVL tree view. May be because of it's js. So, I didn't add this attribute in this PR.4650