Commit e501da63 by François C.

Add comment to make_products_shelf_links

parent 8a14e906
Pipeline #2192 passed with stage
in 1 minute 33 seconds
...@@ -535,6 +535,7 @@ class Shelfs(models.Model): ...@@ -535,6 +535,7 @@ class Shelfs(models.Model):
@staticmethod @staticmethod
def make_products_shelf_links(data): def make_products_shelf_links(data):
"""Set shelf_id for each product found in data."""
res = {} res = {}
try: try:
api = OdooAPI() api = OdooAPI()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment