# Copyright 2026 Criptomart # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { # noqa: B018 "name": "Product Origin Text", "version": "18.0.1.0.0", "category": "Product", "summary": "Free text origin field per supplier", "author": "Odoo Community Association (OCA), Criptomart", "maintainers": ["Criptomart"], "license": "AGPL-3", "website": "https://git.criptomart.net/criptomart/addons-cm", "depends": [ "product", "product_main_seller", ], "data": [ "views/product_supplierinfo_views.xml", "views/product_template_views.xml", ], }