[IMP] update dotfiles [ci skip]

This commit is contained in:
oca-git-bot
2022-03-30 23:21:22 +02:00
parent 3db0f01f85
commit cf21bb169f
11 changed files with 39 additions and 21 deletions

View File

@@ -441,7 +441,7 @@ class MultiLevelMrp(models.TransientModel):
@api.model
def _exclude_from_mrp(self, product, mrp_area):
""" To extend with various logic where needed. """
"""To extend with various logic where needed."""
product_mrp_area = self.env["product.mrp.area"].search(
[("product_id", "=", product.id), ("mrp_area_id", "=", mrp_area.id)],
limit=1,