mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
9 lines
136 B
Python
9 lines
136 B
Python
"""
|
|
The Company module is responsible for managing Company interactions.
|
|
|
|
A company can be either (or both):
|
|
|
|
- Supplier
|
|
- Customer
|
|
"""
|