Skip to content

Commit

Permalink
[MIG] purchase_order_line_stock_available: Migration to version 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-lopez-tecnativa committed Jan 17, 2025
1 parent 4058887 commit bb7b48f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion purchase_order_line_stock_available/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Purchase order line stock available",
"version": "16.0.1.0.0",
"version": "17.0.1.0.0",
"license": "AGPL-3",
"author": "AvanzOSC," "Tecnativa," "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/purchase-workflow",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
expr="//field[@name='order_line']/tree//field[@name='qty_invoiced']"
position="after"
>
<field name="virtual_available" optional="show" />
<field name="virtual_available" optional="show" string="Forecasted" />
</xpath>
</field>
</record>
Expand Down

0 comments on commit bb7b48f

Please sign in to comment.