Skip to content

Commit

Permalink
[MIG] product_sale_manufactured_for: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Tran committed Dec 3, 2024
1 parent 9c1929f commit 8fe57b9
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 81 deletions.
4 changes: 3 additions & 1 deletion product_sale_manufactured_for/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,13 @@ Contributors
- Thierry Ducrest <[email protected]>
- Carlos Serra-Toro <[email protected]>
- Simone Orsi <[email protected]>
- Nhan Tran <[email protected]>

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

The development of this module was financially supported by Camptocamp
The migration of this module from 14.0 to 18.0 was financially supported
by Camptocamp

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion product_sale_manufactured_for/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Product Manufactured for Customer",
"summary": "Allows to indicate in products that they were made "
"specifically for some customers.",
"version": "14.0.1.1.0",
"version": "18.0.1.0.0",
"category": "Sales",
"website": "https://github.com/OCA/product-attribute",
"author": "Camptocamp, Odoo Community Association (OCA)",
Expand Down

This file was deleted.

48 changes: 0 additions & 48 deletions product_sale_manufactured_for/migrations/14.0.1.1.0/pre-migrate.py

This file was deleted.

1 change: 1 addition & 0 deletions product_sale_manufactured_for/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Thierry Ducrest \<<[email protected]>\>
- Carlos Serra-Toro \<<[email protected]>\>
- Simone Orsi \<<[email protected]>\>
- Nhan Tran \<<[email protected]>\>
2 changes: 1 addition & 1 deletion product_sale_manufactured_for/readme/CREDITS.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
The development of this module was financially supported by Camptocamp
The migration of this module from 14.0 to 18.0 was financially supported by Camptocamp
4 changes: 3 additions & 1 deletion product_sale_manufactured_for/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -409,11 +409,13 @@ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
<li>Thierry Ducrest &lt;<a class="reference external" href="mailto:thierry.ducrest&#64;camptocamp.com">thierry.ducrest&#64;camptocamp.com</a>&gt;</li>
<li>Carlos Serra-Toro &lt;<a class="reference external" href="mailto:carlos.serra&#64;camptocamp.com">carlos.serra&#64;camptocamp.com</a>&gt;</li>
<li>Simone Orsi &lt;<a class="reference external" href="mailto:simone.orsi&#64;camptocamp.com">simone.orsi&#64;camptocamp.com</a>&gt;</li>
<li>Nhan Tran &lt;<a class="reference external" href="mailto:nhant&#64;trobz.com">nhant&#64;trobz.com</a>&gt;</li>
</ul>
</div>
<div class="section" id="other-credits">
<h2><a class="toc-backref" href="#toc-entry-5">Other credits</a></h2>
<p>The development of this module was financially supported by Camptocamp</p>
<p>The migration of this module from 14.0 to 18.0 was financially supported
by Camptocamp</p>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
Expand Down
2 changes: 1 addition & 1 deletion product_sale_manufactured_for/views/sale_order.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</attribute>
</xpath>
<xpath
expr="//field[@name='order_line']/tree/field[@name='product_id']"
expr="//field[@name='order_line']/list/field[@name='product_id']"
position="attributes"
>
<!-- The domain is string, so we copy all of it, and add the new condition. -->
Expand Down

0 comments on commit 8fe57b9

Please sign in to comment.