feat: Se agregan campos para limite de descuadre y cuenta por cobrar por descuadre
This commit is contained in:
@@ -372,7 +372,6 @@ class StatementLine(ModelView):
|
||||
def default_company():
|
||||
return Transaction().context.get('company')
|
||||
|
||||
|
||||
@fields.depends('end_balance', 'real_cash', 'mismatch')
|
||||
def on_change_real_cash(self):
|
||||
self.mismatch = self.real_cash - self.end_balance
|
||||
|
||||
Reference in New Issue
Block a user