Merge PR #235 into 12.0

Signed-off-by dreispt
This commit is contained in:
OCA-git-bot
2022-10-07 14:53:06 +00:00

View File

@@ -41,7 +41,7 @@ class Product(models.Model):
for x in self}
def _compute_inventory_turn_report(self):
month = relativedelta(month=1)
month = relativedelta(months=1)
today = fields.Date.today()
at_6m_ago = today - 6 * month
at_12m_ago = today - 12 * month