Skip to content

Commit

Permalink
[MIG] mrp_subcontracting_purchase_link: Migration to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarinaAForgeFlow committed Jul 31, 2024
1 parent 3747e05 commit 08a761d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 42 deletions.
4 changes: 2 additions & 2 deletions mrp_subcontracting_purchase_link/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
{
"name": "Link Purchase Order Line to Subcontract Productions",
"version": "14.0.2.1.0",
"version": "15.0.1.0.0",
"category": "Manufacturing",
"license": "LGPL-3",
"author": "Quartile Limited, ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/manufacture",
"depends": ["purchase", "mrp_subcontracting"],
"depends": ["mrp_subcontracting_purchase"],
"data": ["views/purchase_order_views.xml", "views/mrp_production_views.xml"],
"post_init_hook": "post_init_hook",
"installable": True,
Expand Down

This file was deleted.

0 comments on commit 08a761d

Please sign in to comment.