mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
rename packaging_extended to packaging_uom
This commit is contained in:
committed by
Thomas Binsfeld
parent
3d6708202e
commit
3d30a711ae
@@ -42,7 +42,7 @@ Bug Tracker
|
||||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-warehouse/issues>`_.
|
||||
In case of trouble, please check there if your issue has already been reported.
|
||||
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
|
||||
`here <https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20purchase_packaging%0Aversion:%200.1%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||
`here <https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20purchase_packaging%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||
|
||||
|
||||
Credits
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from . import (
|
||||
models,
|
||||
)
|
||||
from . import models
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
'summary': "In purchase, use package",
|
||||
"depends": ["product",
|
||||
"purchase",
|
||||
"packaging_extended",
|
||||
"packaging_uom",
|
||||
],
|
||||
"data": ["views/product_views.xml",
|
||||
"views/purchase_views.xml",
|
||||
|
||||
Reference in New Issue
Block a user