Skip to content

Commit 962ec11

Browse files
committed
[MIG] product_main_supplierinfo: Migration to 17.0
1 parent 7c70620 commit 962ec11

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# Copyright 2021 Camptocamp SA
2-
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
3-
{
4-
"name": "Product Main Vendor",
5-
"version": "16.0.1.0.0",
6-
"summary": "Display the main vendor of a product.",
7-
"website": "https://github.com/OCA/product-attribute",
8-
"author": "Camptocamp, Odoo Community Association (OCA)",
9-
"maintainers": ["sebalix"],
10-
"development_status": "Beta",
11-
"license": "AGPL-3",
12-
"category": "Product",
13-
"depends": ["product", "purchase"],
14-
"data": ["views/product_product.xml"],
15-
"auto_install": False,
16-
"installable": True,
17-
}
1+
# Copyright 2021 Camptocamp SA
2+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
3+
{
4+
"name": "Product Main Vendor",
5+
"version": "17.0.1.0.0",
6+
"summary": "Display the main vendor of a product.",
7+
"website": "https://github.com/OCA/product-attribute",
8+
"author": "Camptocamp, Odoo Community Association (OCA)",
9+
"maintainers": ["sebalix"],
10+
"development_status": "Beta",
11+
"license": "AGPL-3",
12+
"category": "Product",
13+
"depends": ["product", "purchase"],
14+
"data": ["views/product_product.xml"],
15+
"auto_install": False,
16+
"installable": True,
17+
}

0 commit comments

Comments
 (0)