Arbore/arbore#155 add supplier name to purchase order lines in a separate column

This commit is contained in:
Luis 2025-10-17 11:28:11 +02:00
parent 8049272620
commit fc3b037436
10 changed files with 338 additions and 0 deletions

View file

@ -0,0 +1,18 @@
# 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",
}