mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[IMP] stock_packaging_calculator: black, isort, prettier
This commit is contained in:
@@ -65,7 +65,9 @@ class Product(models.Model):
|
||||
"""
|
||||
self.ensure_one()
|
||||
return self._product_qty_by_packaging(
|
||||
self._ordered_packaging(), prod_qty, with_contained=with_contained,
|
||||
self._ordered_packaging(),
|
||||
prod_qty,
|
||||
with_contained=with_contained,
|
||||
)
|
||||
|
||||
def _ordered_packaging(self):
|
||||
|
||||
Reference in New Issue
Block a user