[18.0][MIG] product_attribute_value_dependent_mixin: Migration to 18.0#2250
[18.0][MIG] product_attribute_value_dependent_mixin: Migration to 18.0#2250
Conversation
d7c4b10 to
36439b5
Compare
|
Hello @bealdav and @florian-dacosta Can you review this migration PR ? |
florian-dacosta
left a comment
There was a problem hiding this comment.
Technical review, not test (not sure in which submodule it is used ?)
36439b5 to
e80d3bf
Compare
7c4ae3f to
3e29099
Compare
3e29099 to
b1b0a49
Compare
|
Last commit fixes several bugs in the original implementation and significantly improves the documentation and test coverage. Typo fix in model name
The original
The field has been replaced by
This method was computing
The original implementation had a structural flaw: the first check The method has been rewritten so that each criterion is an independent filter applied only when set:
Documentation The Tests The single shallow test has been replaced by a comprehensive test suite covering all combinations of criteria. Following the pattern required by recent Odoo changes (see OCA/server-ux#1242), the To get the full context of this [MIG] pull request, see also comments on previous unmerged PRs : |
Migration of
product_attribute_value_dependent_mixinmodule from 16.0 to 18.0.Source PRs (not merged in 16.0):
cc @Kev-Roche @mourad-ehm for review