2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-05 13:10:57 +00:00

Fixes to the way ManufacturerPart is saved, manufacturer table filtering and test units

This commit is contained in:
eeintech
2021-04-02 11:13:57 -04:00
parent bb69e38c1a
commit 45ca8d0e93
6 changed files with 34 additions and 40 deletions

View File

@ -20,3 +20,20 @@
part: 5
manufacturer: 7
MPN: 'MPN789'
# Supplier parts linked to Manufacturer parts
- model: company.supplierpart
pk: 10
fields:
part: 3
manufacturer_part: 2
supplier: 2
SKU: 'MPN456-APPEL'
- model: company.supplierpart
pk: 11
fields:
part: 3
manufacturer_part: 2
supplier: 3
SKU: 'MPN456-ZERG'

View File

@ -52,20 +52,3 @@
part: 2
supplier: 2
SKU: 'ZERGM312'
# Supplier parts linked to Manufacturer parts
- model: company.supplierpart
pk: 10
fields:
part: 3
manufacturer_part: 2
supplier: 2
SKU: 'MPN456-APPEL'
- model: company.supplierpart
pk: 11
fields:
part: 3
manufacturer_part: 2
supplier: 3
SKU: 'MPN456-ZERG'