-
Notifications
You must be signed in to change notification settings - Fork 0
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][BPRT] EDI sale: port changes from v16 #31
base: 14.0
Are you sure you want to change the base?
Conversation
The Form class is just too dumb. If a field is not there it's broken and if you pass a view for a main record you cannot pass any for the x2m fields which makes it impossible to use for general purpose.
Additionally, avoid recomputing states for all lines when we know which lines have changed.
Several lines' state make the order not satisfied.
To maintain compatibility with older versions, these changes have now been backported.
purpose?
why?
what is the context of that branch? probably worth adding link to PR
why? In general, always consider that the reviewer doesn't know anything about the history of changes. |
This PR introduces several backports and new modules to the edi_sale set of modules in 14.0 branch. This is an attempt to benefit from all the refactoring that was done during migration to 14.0. |
This PR introduces several backports and new modules to the edi_sale set of modules in 14.0 branch. This is an attempt to benefit from all the refactoring that was done during migration to 14.0.