delivery_usability: Move code from stock_packaging_usability_pp to delivery_usability

I don't use stock_packaging_usability_pp from OCA/stock-logistics-tracking because the feature is native since v11 (I didn't figure it out when I ported stock_packaging_usability_ul from v10 to v14 under the new name stock_packaging_usability_ul
I also improved the code to clean it up and use the native field for measured weight
This commit is contained in:
Alexis de Lattre
2024-06-04 15:54:22 +02:00
parent 5144b039a5
commit 73e700d2d2
6 changed files with 205 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ This module has been written by Alexis de Lattre from Akretion <alexis.delattre@
'depends': ['delivery'],
'data': [
'views/stock_picking.xml',
'views/product_packaging.xml',
],
'installable': True,
}