2023-11-16 09:01:22 -05:00
|
|
|
{
|
|
|
|
|
'name': 'Packing wizard',
|
2024-01-03 17:25:05 -05:00
|
|
|
'version': '16.0.1.0.0',
|
2023-11-16 09:01:22 -05:00
|
|
|
'category': 'Extra Tools',
|
|
|
|
|
'summary': 'Allow automated packing type creation',
|
|
|
|
|
'description': """
|
|
|
|
|
This module allows users simply enter all the package dimensions on every packing and it will create the packing
|
|
|
|
|
type automatically if it not exists, use it the create the package with the weight and related package type.
|
2024-01-03 17:25:05 -05:00
|
|
|
|
2023-11-16 09:01:22 -05:00
|
|
|
You need to activate the auto create package feature on the delivery carrier to use this feature.
|
|
|
|
|
""",
|
|
|
|
|
'depends': [
|
|
|
|
|
'delivery'
|
|
|
|
|
],
|
|
|
|
|
'data': [
|
|
|
|
|
'views/stock_package_views.xml',
|
|
|
|
|
'views/delivery_carrier_views.xml',
|
|
|
|
|
'wizard/choose_delivery_package_views.xml',
|
|
|
|
|
],
|
|
|
|
|
'license': 'AGPL-3',
|
|
|
|
|
'author': 'Bemade',
|
|
|
|
|
'website': 'https://bemade.org/',
|
|
|
|
|
'installable': True,
|
|
|
|
|
'auto_install': False
|
|
|
|
|
}
|