diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-08-06 08:57:46 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-08-06 08:57:46 +0700 |
| commit | 1db0c2f6148e5c13454cc25e4d4d877756536a4b (patch) | |
| tree | 5545dd72bd31709c4eb94512dd50fe0d6be3d1d4 | |
| parent | ef5652dc2c57ef2648ea3730898e03c1c00c35f2 (diff) | |
<miqdad> push
| -rw-r--r-- | indoteknik_custom/models/account_move.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indoteknik_custom/models/account_move.py b/indoteknik_custom/models/account_move.py index b03d0a80..4be6c984 100644 --- a/indoteknik_custom/models/account_move.py +++ b/indoteknik_custom/models/account_move.py @@ -18,7 +18,6 @@ _logger = logging.getLogger(__name__) class AccountMove(models.Model): _inherit = 'account.move' _description = 'Account Move' - tukar_guling_po_id = fields.Many2one('tukar.guling.po', string='Tukar Guling PO Ref') invoice_day_to_due = fields.Integer(string="Day to Due", compute="_compute_invoice_day_to_due") bill_day_to_due = fields.Date(string="Day to Due", compute="_compute_bill_day_to_due") date_send_fp = fields.Datetime(string="Tanggal Kirim Faktur Pajak") |
