Files
stock-logistics-warehouse/partner_area_management/models/__init__.py
Agathe Mollé 242544df1b Add partner_area_data and partner_area_management
This module was written to enter a location's area based on different units of measure
The information is dependant on the different locations entered
2015-04-21 17:10:24 -04:00

7 lines
80 B
Python

# -*- coding: utf-8 -*-
from . import (
res_company,
stock_location,
)