mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-05 14:58:50 +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
|
|
"""
|