mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
packaging_extended: to use uom in packaging purchase_packaging: to improve supplierinfo with purchase uom and packaging and use them in purchase order sale_packaging: to use packaging uom in sale order line
6 lines
55 B
Python
Executable File
6 lines
55 B
Python
Executable File
# -*- coding: utf-8 -*-
|
|
|
|
from . import (
|
|
models,
|
|
)
|