mirror of
https://github.com/OCA/stock-logistics-reporting.git
synced 2025-02-16 17:13:21 +02:00
Fix the last Pep8 error (this one was not catched by PuCharm)
This commit is contained in:
@@ -113,7 +113,7 @@ class PrintPick(report_sxw.rml_parse):
|
||||
|
||||
def set_context(self, objects, data, ids, report_type=None):
|
||||
"""Return res.partner.category"""
|
||||
#!! data form is manually set in wizard
|
||||
# data form is manually set in wizard
|
||||
agreg = {}
|
||||
for pick in objects:
|
||||
for move in pick.move_lines:
|
||||
|
||||
Reference in New Issue
Block a user