29.01.26
This commit is contained in:
@@ -404,9 +404,6 @@ class Fee(ModelSQL,ModelView):
|
||||
if self.product.type != 'service':
|
||||
return
|
||||
|
||||
if self.product.template.landed_cost:
|
||||
return
|
||||
|
||||
today = Date.today()
|
||||
company = lot.line.purchase.company if lot.line else lot.sale_line.sale.company
|
||||
for date in [today]:
|
||||
|
||||
Reference in New Issue
Block a user