InvenTree/InvenTree/part
Oliver a28063a59c
Allow pricing updates when PartPricing object does not yet exist (#4400)
- Previously if the Part did not have a referenced PartPricing object, the schedule_pricing_update method would fail
- Required a PartPricing object to actually exist (i.e. be manually created)
- This patch fixes a logic error which resulted in updating being skipped if a PartPricing instance did not already exist
2023-02-24 06:59:24 +11:00
..
fixtures Improvements for part creation API endpoint (#4281) 2023-02-02 09:24:16 +11:00
migrations Improve wording for "Inherited" option of BOM items (#4376) (#4397) 2023-02-24 06:58:54 +11:00
templates/part Improve wording for "Inherited" option of BOM items (#4376) (#4397) 2023-02-24 06:58:54 +11:00
templatetags Update documentation URLs (#4325) 2023-02-10 10:39:57 +11:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py Move Meta class to top of class definition (#4363) 2023-02-18 18:51:00 +11:00
api.py Improve wording for "Inherited" option of BOM items (#4376) (#4397) 2023-02-24 06:58:54 +11:00
apps.py Part pricing cache (#3710) 2022-11-14 15:58:22 +11:00
bom.py Bom export with substitute part numbers (#4203) 2023-01-25 09:35:26 +11:00
filters.py Feature: Supplier part pack size (#3644) 2022-09-08 09:49:14 +10:00
forms.py Move Meta class to top of class definition (#4363) 2023-02-18 18:51:00 +11:00
models.py Allow pricing updates when PartPricing object does not yet exist (#4400) 2023-02-24 06:59:24 +11:00
part.py Fixes and improvements for the part import wizard (#4127) 2023-01-01 22:03:43 +11:00
serializers.py Part duplicate bug fix (#4370) 2023-02-20 18:48:55 +11:00
settings.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
tasks.py [Feature] Stocktake reports (#4345) 2023-02-17 11:42:48 +11:00
test_api.py Part duplicate bug fix (#4370) 2023-02-20 18:48:55 +11:00
test_bom_export.py [FR] Move URL endpoints to API namespace (#4163) 2023-01-07 23:23:38 +11:00
test_bom_import.py Add more checks to pre-commit (#3132) 2022-06-06 08:56:52 +10:00
test_bom_item.py Adds 'consumable' field to BomItem model (#2890) 2022-09-24 23:45:56 +10:00
test_category.py Part pricing cache (#3710) 2022-11-14 15:58:22 +11:00
test_migrations.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
test_param.py Part duplicate bug fix (#4370) 2023-02-20 18:48:55 +11:00
test_part.py Update documentation URLs (#4325) 2023-02-10 10:39:57 +11:00
test_pricing.py Include stock item purchase price in pricing cache (#4292) 2023-02-02 21:23:16 +11:00
test_views.py Client side QR Codes (#4357) 2023-02-17 13:33:36 +11:00
urls.py [FR] Move URL endpoints to API namespace (#4163) 2023-01-07 23:23:38 +11:00
views.py Client side QR Codes (#4357) 2023-02-17 13:33:36 +11:00