From d18a5e4e79bad1193198160abeff73302767f509 Mon Sep 17 00:00:00 2001 From: Mqdd Date: Sun, 1 Mar 2026 22:59:52 +0700 Subject: fix reverse invoice (kelar) --- fixco_custom/models/account_move_reversal.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fixco_custom/models/account_move_reversal.py') diff --git a/fixco_custom/models/account_move_reversal.py b/fixco_custom/models/account_move_reversal.py index c3cc5cf..128809f 100644 --- a/fixco_custom/models/account_move_reversal.py +++ b/fixco_custom/models/account_move_reversal.py @@ -6,6 +6,8 @@ from odoo.exceptions import UserError class AccountMoveReversal(models.TransientModel): _inherit = 'account.move.reversal' + + picking_id = fields.Many2one('stock.picking', string='Picking') def reverse_moves(self): self.ensure_one() -- cgit v1.2.3