2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 13:46:54 +00:00

Update python.md

This commit is contained in:
Michael 2022-01-27 19:36:38 +01:00 committed by GitHub
parent ef4461cb2d
commit b4af0702af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,3 +198,12 @@ SupplierPart.create(api,{
``` ```
Supplier and manufacturer are added with just one command. The SKU is the code under which the couch is listed in the store. Supplier and manufacturer are added with just one command. The SKU is the code under which the couch is listed in the store.
#### Add the user manual or other documents
We have the possibility to add documents to the part. We can use pdf for documents but also other files like 3D drawings or pictures. To do so we add the following commands:
```python
blabla
```
Thats it.