add model measurements
This commit is contained in:
parent
854e765db2
commit
56b3d0db32
7
measurements.py
Normal file
7
measurements.py
Normal file
@ -0,0 +1,7 @@
|
||||
from trytond.pool import PoolMeta
|
||||
|
||||
class Measurements(metaclass=PoolMeta):
|
||||
__name__ = 'product.measurements'
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user