rename packaging_extended to packaging_uom

This commit is contained in:
Laetitia Gangloff
2015-08-04 14:52:40 +02:00
committed by Thomas Binsfeld
parent 3d6708202e
commit 3d30a711ae
3 changed files with 3 additions and 5 deletions

View File

@@ -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

View File

@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from . import (
models,
)
from . import models

View File

@@ -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",