Skip to content

Commit

Permalink
[MIG] product_variant_attribute_name_manager: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
john-herholz-dt committed May 17, 2024
1 parent 271c269 commit a608e51
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions product_variant_attribute_name_manager/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Contributors
- Daniel Reis <[email protected]>
- Nikul Chaudhary <[email protected]>
- Jordi Masvidal <[email protected]>
- John Herholz <[email protected]>

Maintainers
-----------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
- Daniel Reis \<<[email protected]>\>
- Nikul Chaudhary \<<[email protected]>\>
- Jordi Masvidal \<<[email protected]>\>
- John Herholz \<<[email protected]>\>
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
<li>Daniel Reis &lt;<a class="reference external" href="mailto:dreis&#64;opensourceintegrators.com">dreis&#64;opensourceintegrators.com</a>&gt;</li>
<li>Nikul Chaudhary &lt;<a class="reference external" href="mailto:nchaudhary&#64;opensourceintegrators.com">nchaudhary&#64;opensourceintegrators.com</a>&gt;</li>
<li>Jordi Masvidal &lt;<a class="reference external" href="mailto:jordi.masvidal&#64;forgeflow.com">jordi.masvidal&#64;forgeflow.com</a>&gt;</li>
<li>John Herholz &lt;<a class="reference external" href="mailto:j.longneck&#64;gmail.com">j.longneck&#64;gmail.com</a>&gt;</li>
</ul>
</div>
<div class="section" id="maintainers">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
<field name="display_attribute_value" />
<field
name="display_attribute_name"
attrs="{'invisible': [('display_attribute_value','=',False)]}"
invisible="not display_attribute_value"
/>
<field
name="display_no_variant_attribute"
attrs="{'invisible': [('create_variant','!=','no_variant')]}"
invisible="create_variant != 'no_variant'"
/>
<field name="display_single_variant_attribute" />
</group>
Expand Down

0 comments on commit a608e51

Please sign in to comment.