diff --git a/stock_cycle_count/models/res_config_settings.py b/stock_cycle_count/models/res_config_settings.py index 884f5c245..05bb6cc17 100644 --- a/stock_cycle_count/models/res_config_settings.py +++ b/stock_cycle_count/models/res_config_settings.py @@ -16,10 +16,6 @@ class ResConfigSettings(models.TransientModel): inventory_adjustment_counted_quantities = fields.Selection( related="company_id.inventory_adjustment_counted_quantities", - selection=[ - ("counted", "Default to stock on hand"), - ("zero", "Default to zero"), - ], string="Inventory Adjustment Counted quantities from Cycle Count", help="If enabled, confirming a Cycle Count will start the related " "Inventory Adjustment.",