Skip to content

Commit

Permalink
[MIG] product_supplierinfo_archive: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimkhoi3010 committed Dec 27, 2024
1 parent e94697d commit a5900c9
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 5 deletions.
9 changes: 9 additions & 0 deletions product_supplierinfo_archive/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,15 @@ Contributors
- Álvaro Trius Béjar <[email protected]>
- Oriol Villamayor <[email protected]>
- Dhara Solanki <[email protected]>
- Khoi (Kien Kim) <[email protected]>

Other credits
-------------

The migration of this module from 17.0 to 18.0 was financially supported
by:

- Camptocamp

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion product_supplierinfo_archive/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"summary": """
Add the active field to the product supplier info
""",
"version": "17.0.1.0.0",
"version": "18.0.1.0.0",
"license": "LGPL-3",
"website": "https://github.com/OCA/product-attribute",
"author": "ForgeFlow, Odoo Community Association (OCA)",
Expand Down
1 change: 1 addition & 0 deletions product_supplierinfo_archive/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
- Álvaro Trius Béjar \<<[email protected]>\>
- Oriol Villamayor \<<[email protected]>\>
- Dhara Solanki \<<[email protected]>\>
- Khoi (Kien Kim) \<<[email protected]>\>
3 changes: 3 additions & 0 deletions product_supplierinfo_archive/readme/CREDITS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
The migration of this module from 17.0 to 18.0 was financially supported by:

- Camptocamp
14 changes: 12 additions & 2 deletions product_supplierinfo_archive/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,8 @@ <h1 class="title">Product Supplier Info Archive</h1>
<li><a class="reference internal" href="#credits" id="toc-entry-3">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="toc-entry-4">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="toc-entry-5">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="toc-entry-6">Maintainers</a></li>
<li><a class="reference internal" href="#other-credits" id="toc-entry-6">Other credits</a></li>
<li><a class="reference internal" href="#maintainers" id="toc-entry-7">Maintainers</a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -413,10 +414,19 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
<li>Álvaro Trius Béjar &lt;<a class="reference external" href="mailto:alvaro.trius&#64;forgeflow.com">alvaro.trius&#64;forgeflow.com</a>&gt;</li>
<li>Oriol Villamayor &lt;<a class="reference external" href="mailto:oriol.villamayor&#64;forgeflow.com">oriol.villamayor&#64;forgeflow.com</a>&gt;</li>
<li>Dhara Solanki &lt;<a class="reference external" href="mailto:dhara.solanki&#64;initos.com">dhara.solanki&#64;initos.com</a>&gt;</li>
<li>Khoi (Kien Kim) &lt;<a class="reference external" href="mailto:khoikk&#64;trobz.com">khoikk&#64;trobz.com</a>&gt;</li>
</ul>
</div>
<div class="section" id="other-credits">
<h2><a class="toc-backref" href="#toc-entry-6">Other credits</a></h2>
<p>The migration of this module from 17.0 to 18.0 was financially supported
by:</p>
<ul class="simple">
<li>Camptocamp</li>
</ul>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
<p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org">
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
Expand Down
4 changes: 2 additions & 2 deletions product_supplierinfo_archive/views/product_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<field name="inherit_id" ref="product.product_supplierinfo_tree_view" />
<field name="arch" type="xml">
<field name="price" position="after">
<field name="active" invisible="1" />
<field name="active" />
</field>
</field>
</record>
Expand All @@ -21,7 +21,7 @@
<field name="inherit_id" ref="product.product_supplierinfo_form_view" />
<field name="arch" type="xml">
<field name="product_variant_count" position="after">
<field name="active" invisible="1" />
<field name="active" />
</field>
</field>
</record>
Expand Down

0 comments on commit a5900c9

Please sign in to comment.