inventree / inventree-python

Python library for communication with inventree via API
https://docs.inventree.org/en/latest/api/python/python/
MIT License
27 stars 35 forks source link

Add ExtraLine functions for Sales Order #111

Closed miggland closed 2 years ago

miggland commented 2 years ago

The Sales Order classes were missing the ExtraLineItems functions; these have been copied from PurchaseOrder templates.

Tests for adding and deleting a sales order extra line item added

SchrodingersGat commented 2 years ago

Thanks for the contribution @miggland