mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[IMP] fix indent
This commit is contained in:
@@ -161,11 +161,11 @@ class MassReconcileBase(models.AbstractModel):
|
||||
line_rs = ml_obj.browse(line_ids)
|
||||
if self.analytic_account_id:
|
||||
line_rs = line_rs.with_context(
|
||||
analytic_id=self.analytic_account_id.id)
|
||||
analytic_id=self.analytic_account_id.id)
|
||||
line_rs.reconcile(
|
||||
writeoff_acc_id=writeoff_account,
|
||||
writeoff_journal_id=self.journal_id
|
||||
)
|
||||
writeoff_acc_id=writeoff_account,
|
||||
writeoff_journal_id=self.journal_id
|
||||
)
|
||||
return True, True
|
||||
elif allow_partial:
|
||||
# We need to give a writeoff_acc_id
|
||||
|
||||
Reference in New Issue
Block a user