2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-15 03:35:28 +00:00

PO Contact (#305)

* Bug fix in API forms

- Allow form fields to specify custom filters at runtime

* Add "contact" model to purchase order edit form

* Add action to create new purchase order from list widget

* widget updates for purchase order
This commit is contained in:
Oliver
2023-04-10 16:59:45 +10:00
committed by GitHub
parent 8631fedbfb
commit 020cc4497c
6 changed files with 85 additions and 20 deletions

View File

@ -726,6 +726,9 @@
"purchaseOrder": "Purchase Order",
"@purchaseOrder": {},
"purchaseOrderCreate": "New Purchase Order",
"@purchaseOrderCreate": {},
"purchaseOrderEdit": "Edit Purchase Order",
"@purchaseOrderEdit": {},