Skip to content

Commit

Permalink
[IMP] account_invoice_merge: make it compatible with stock_picking_in…
Browse files Browse the repository at this point in the history
…voice_link
  • Loading branch information
enriquemartin committed Oct 28, 2024
1 parent 89e385d commit 3231be6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions account_invoice_merge/models/account_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def _get_invoice_line_key_cols(self):
"sale_line_ids", # odoo/sale
"purchase_line_id", # odoo/purchase
"purchase_price", # OCA/account_invoice_margin
"move_line_ids", # OCA/stock_picking_invoice_link
]:
if field in self.env["account.move.line"]._fields:
fields.append(field)
Expand Down

0 comments on commit 3231be6

Please sign in to comment.