mirror of
https://github.com/OCA/stock-logistics-reporting.git
synced 2025-02-16 17:13:21 +02:00
[IMP] stock_picking_report_valued: black, isort
This commit is contained in:
@@ -0,0 +1 @@
|
||||
../../../../stock_picking_report_valued
|
||||
6
setup/stock_picking_report_valued/setup.py
Normal file
6
setup/stock_picking_report_valued/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
@@ -101,7 +101,7 @@ class TestStockPickingValued(common.SavepointCase):
|
||||
self.assertEqual(picking.amount_total, 115.0)
|
||||
|
||||
def test_02_confirm_order(self):
|
||||
""" Valued picking isn't computed if not reserved """
|
||||
"""Valued picking isn't computed if not reserved"""
|
||||
self.sale_order.action_confirm()
|
||||
for picking in self.sale_order.picking_ids:
|
||||
picking.action_assign()
|
||||
|
||||
Reference in New Issue
Block a user