diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-03-01 22:59:52 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-03-01 22:59:52 +0700 |
| commit | d18a5e4e79bad1193198160abeff73302767f509 (patch) | |
| tree | ae5ad4ea5d9d58ef19dcf6fbe9c7681467f4fe32 /fixco_custom/models/account_move_reversal.py | |
| parent | f62b42549df53a352b1da2df584e9a98b5d16975 (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.py | 2 |
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() |
