changes
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
{
|
||||
'name': 'Fusion Plating — Shop Floor',
|
||||
'version': '19.0.26.1.0',
|
||||
'version': '19.0.26.2.0',
|
||||
'category': 'Manufacturing/Plating',
|
||||
'summary': 'Shop-floor tablet stations, QR scanning, bake window enforcer, '
|
||||
'first-piece inspection gates.',
|
||||
|
||||
@@ -244,7 +244,7 @@ class FpManagerDashboardController(http.Controller):
|
||||
and 'x_fc_assigned_manager_id' in so_fields):
|
||||
pending_accept_sos = SO.search_count([
|
||||
('state', '=', 'sale'),
|
||||
('x_fc_receiving_status', '=', 'inspected'),
|
||||
('x_fc_receiving_status', '=', 'received'),
|
||||
('x_fc_assigned_manager_id', '=', False),
|
||||
])
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user