Skip to content
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

[14.0] [FIX] sale_configurator_base: Check editable tree state #59

Open
wants to merge 1 commit into
base: 14.0
Choose a base branch
from

Conversation

paradoxxxzero
Copy link
Contributor

Prevent loss of modifications in sale order lines in case of editable="" tree.

This can happen if some module like product_contract changes this attribute.

In this case the field should not be readonly otherwise the UI will accept changes in the form but won't effectively save them.

Prevent loss of modifications in sale order lines in case of editable="" tree.
This can happen if some module like product_contract changes this attribute.
In this case the field should not be readonly otherwise the UI will accept changes in the form but won't effectively save them.
Copy link

codecov bot commented Nov 14, 2023

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (b1bc0ef) 82.44% compared to head (d6967a1) 82.24%.

Files Patch % Lines
sale_configurator_base/models/sale.py 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             14.0      #59      +/-   ##
==========================================
- Coverage   82.44%   82.24%   -0.20%     
==========================================
  Files          47       47              
  Lines         826      828       +2     
  Branches      154      154              
==========================================
  Hits          681      681              
- Misses        127      129       +2     
  Partials       18       18              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@paradoxxxzero paradoxxxzero marked this pull request as ready for review November 14, 2023 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants