Arbore/arbore#155 add supplier name to purchase order lines in a separate column
This commit is contained in:
parent
8049272620
commit
fc3b037436
10 changed files with 338 additions and 0 deletions
18
product_supplier_name_purchase/__manifest__.py
Normal file
18
product_supplier_name_purchase/__manifest__.py
Normal 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",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue