addons-cm/product_supplier_name_purchase/__manifest__.py

18 lines
627 B
Python

# Copyright 2025 Criptomart
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Product Supplier Name in Purchase",
"summary": """This module adds to the purchase order line the supplier
name defined in the product supplier info.""",
"version": "16.0.1.0.0",
"author": "Criptomart",
"maintainers": ["luisnore"],
"website": "https://github.com/criptomart",
"category": "Purchase Management",
"license": "AGPL-3",
"depends": ["purchase"],
"data": ["views/purchase_order_view.xml"],
"installable": True,
"development_status": "Beta",
}