This commit is contained in:
Oscar 2021-11-18 16:43:50 -05:00
parent 3219a390e4
commit b9da8991ee
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ class Booking(Workflow, ModelSQL, ModelView):
'unit': product.template.default_uom.id,
'account': product.template.account_category.account_revenue_used.id,
'invoice_type': 'out',
'operation_center': 1,
# 'operation_center': 1,
'quantity': line['quantity'],
'unit_price': line['unit_price'],
'product': product.id,