diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-08-25 18:12:25 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-08-25 18:12:25 +0700 |
| commit | 8fb3427f625867b7d47b7ed0d40f994fa52c00e6 (patch) | |
| tree | 46c076eb8cdf72b5062aeb841cfa069352784096 /indoteknik_custom/models/tukar_guling.py | |
| parent | a70798e97805e6c0befb6835abf6637dbac1dd8c (diff) | |
<hafid> integrate tukar guling
Diffstat (limited to 'indoteknik_custom/models/tukar_guling.py')
| -rw-r--r-- | indoteknik_custom/models/tukar_guling.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indoteknik_custom/models/tukar_guling.py b/indoteknik_custom/models/tukar_guling.py index 4b03d4b0..1309fcfe 100644 --- a/indoteknik_custom/models/tukar_guling.py +++ b/indoteknik_custom/models/tukar_guling.py @@ -27,6 +27,10 @@ class TukarGuling(models.Model): if_so = fields.Boolean('Is SO', default=True) if_po = fields.Boolean('Is PO', default=False) real_shipping_id = fields.Many2one('res.partner', string='Shipping Address') + refund_id = fields.Many2one( + 'refund.sale.order', + string="Refund Ref" + ) picking_ids = fields.One2many( 'stock.picking', 'tukar_guling_id', |
