mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-13 08:21:26 +00:00
More tests for Part
- barcode - category_path
This commit is contained in:
@ -217,6 +217,9 @@ class Part(models.Model):
|
||||
"Part",
|
||||
self.id,
|
||||
reverse('api-part-detail', kwargs={'pk': self.id}),
|
||||
{
|
||||
'name': self.name,
|
||||
}
|
||||
)
|
||||
|
||||
class Meta:
|
||||
|
Reference in New Issue
Block a user