Skip to content

Commit

Permalink
Code Review
Browse files Browse the repository at this point in the history
  • Loading branch information
majouda committed Jul 2, 2024
1 parent 7d630c4 commit 50907f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion account_negative_debit_credit/models/account_move_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class AccountMoveLine(models.Model):
def create(self, vals_list):
for vals in vals_list:
_update_vals_debit_credit(vals)
print(vals_list)
return super().create(vals_list)

def write(self, vals):
Expand Down

0 comments on commit 50907f5

Please sign in to comment.