mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 03:55:41 +00:00
@ -78,7 +78,7 @@ If the primary-key of an object is already known, retrieving it from the databas
|
|||||||
```python
|
```python
|
||||||
from inventree.part import PartCategory
|
from inventree.part import PartCategory
|
||||||
|
|
||||||
category = PartCatgory(api, 10)
|
category = PartCategory(api, 10)
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Multiple Items
|
#### Multiple Items
|
||||||
|
Reference in New Issue
Block a user