Skip to content

Commit

Permalink
[MIG] product_main_supplierinfo: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adriresu committed Jun 17, 2024
1 parent 7c70620 commit 962ec11
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions product_main_supplierinfo/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Copyright 2021 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
{
"name": "Product Main Vendor",
"version": "16.0.1.0.0",
"summary": "Display the main vendor of a product.",
"website": "https://github.com/OCA/product-attribute",
"author": "Camptocamp, Odoo Community Association (OCA)",
"maintainers": ["sebalix"],
"development_status": "Beta",
"license": "AGPL-3",
"category": "Product",
"depends": ["product", "purchase"],
"data": ["views/product_product.xml"],
"auto_install": False,
"installable": True,
}
# Copyright 2021 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
{
"name": "Product Main Vendor",
"version": "17.0.1.0.0",
"summary": "Display the main vendor of a product.",
"website": "https://github.com/OCA/product-attribute",
"author": "Camptocamp, Odoo Community Association (OCA)",
"maintainers": ["sebalix"],
"development_status": "Beta",
"license": "AGPL-3",
"category": "Product",
"depends": ["product", "purchase"],
"data": ["views/product_product.xml"],
"auto_install": False,
"installable": True,
}

0 comments on commit 962ec11

Please sign in to comment.