summaryrefslogtreecommitdiff
path: root/fixco_custom/models/account_move_reversal.py
diff options
context:
space:
mode:
authorMqdd <ahmadmiqdad27@gmail.com>2026-03-01 22:59:52 +0700
committerMqdd <ahmadmiqdad27@gmail.com>2026-03-01 22:59:52 +0700
commitd18a5e4e79bad1193198160abeff73302767f509 (patch)
treeae5ad4ea5d9d58ef19dcf6fbe9c7681467f4fe32 /fixco_custom/models/account_move_reversal.py
parentf62b42549df53a352b1da2df584e9a98b5d16975 (diff)
<MIqdad> fix reverse invoice (kelar)
Diffstat (limited to 'fixco_custom/models/account_move_reversal.py')
-rw-r--r--fixco_custom/models/account_move_reversal.py2
1 files changed, 2 insertions, 0 deletions
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()