Merge PR #103 into 14.0

Signed-off-by DarioLodeiros
This commit is contained in:
OCA-git-bot
2021-12-18 13:59:00 +00:00

View File

@@ -55,6 +55,8 @@ class ProductProduct(models.Model):
_("More than one room found for the same product")
)
rec.room_type_id = room_type
else:
rec.room_type_id = False
def price_compute(self, price_type, uom=False, currency=False, company=None):
if self._context.get("board_service"):