|
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