From ecf44f0bf4070de945baa5a2e0e3641a1a1018b7 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Mon, 12 Jan 2026 12:26:45 +0700 Subject: push reklas --- fixco_custom/models/account_move.py | 1 + 1 file changed, 1 insertion(+) (limited to 'fixco_custom/models/account_move.py') diff --git a/fixco_custom/models/account_move.py b/fixco_custom/models/account_move.py index b96bed3..f6fd742 100644 --- a/fixco_custom/models/account_move.py +++ b/fixco_custom/models/account_move.py @@ -55,6 +55,7 @@ class AccountMove(models.Model): copy=False, tracking=True ) + reklas_id = fields.Many2one('account.move', string='Nomor CAB', domain="[('move_type','=','entry')]", copy=False) def reject_refund(self): if self.move_type == 'entry' and self.sale_id and self.ref.startswith('UANG MUKA PENJUALAN') and self.env.user.id in [9, 10, 15]: -- cgit v1.2.3