mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[14.0][MIG] stock_cycle_count: black, isort, prettier
This commit is contained in:
committed by
ArnauCForgeFlow
parent
eb293b1264
commit
83b8cfcd40
@@ -77,9 +77,9 @@ class StockWarehouse(models.Model):
|
||||
}
|
||||
|
||||
def action_compute_cycle_count_rules(self):
|
||||
""" Apply the rule in all the sublocations of a given warehouse(s) and
|
||||
"""Apply the rule in all the sublocations of a given warehouse(s) and
|
||||
returns a list with required dates for the cycle count of each
|
||||
location """
|
||||
location"""
|
||||
for rec in self:
|
||||
proposed_cycle_counts = []
|
||||
rules = rec._cycle_count_rules_to_compute()
|
||||
|
||||
Reference in New Issue
Block a user