diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-06-24 10:05:58 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-06-24 10:05:58 +0700 |
| commit | c3557f2c8b5837285558c8742aa0eb8bb6be1353 (patch) | |
| tree | 64648a182916d904f889071ccea5b31ef10438cd /indoteknik_custom/models/sale_order.py | |
| parent | 4b26288b29d738f37b7e5eba0c88ab19f24b5c1f (diff) | |
change request alamat tempel
Diffstat (limited to 'indoteknik_custom/models/sale_order.py')
| -rwxr-xr-x | indoteknik_custom/models/sale_order.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/sale_order.py b/indoteknik_custom/models/sale_order.py index de61fb72..02ac4c5f 100755 --- a/indoteknik_custom/models/sale_order.py +++ b/indoteknik_custom/models/sale_order.py @@ -97,6 +97,7 @@ class SaleOrder(models.Model): ('cust_procurement', 'Customer Procurement') ], string='Web Approval', copy=False) compute_fullfillment = fields.Boolean(string='Compute Fullfillment', compute="_compute_fullfillment") + note_ekspedisi = fields.Char(string="Note Ekspedisi") def _compute_fullfillment(self): for rec in self: |
