summaryrefslogtreecommitdiff
path: root/indoteknik_custom
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-07-10 11:29:13 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-07-10 11:29:13 +0700
commit7e94d67390f87683982d8c62b862812a8971950d (patch)
tree28c82885cd9435e7ec4f9edd4e19c44aadc10f21 /indoteknik_custom
parent87a35cbd4d15b39537c5c3287900b17fa9f30a93 (diff)
project abl reject line
Diffstat (limited to 'indoteknik_custom')
-rwxr-xr-xindoteknik_custom/models/sale_order.py1
-rwxr-xr-xindoteknik_custom/views/sale_order.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/models/sale_order.py b/indoteknik_custom/models/sale_order.py
index 532e5b6c..9a40ebe1 100755
--- a/indoteknik_custom/models/sale_order.py
+++ b/indoteknik_custom/models/sale_order.py
@@ -103,6 +103,7 @@ class SaleOrder(models.Model):
note_ekspedisi = fields.Char(string="Note Ekspedisi")
date_kirim_ril = fields.Datetime(string='Tanggal Kirim di SJ', related='picking_ids.date_doc_kirim', copy=False)
date_driver_departure = fields.Datetime(string='Tanggal Kirim di SJ', related='picking_ids.driver_arrival_date', copy=False)
+ note_website = fields.Char(string="Note Website")
def open_form_multi_create_uang_muka(self):
action = self.env['ir.actions.act_window']._for_xml_id('indoteknik_custom.action_sale_order_multi_uangmuka')
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml
index 283c1c24..f414ddff 100755
--- a/indoteknik_custom/views/sale_order.xml
+++ b/indoteknik_custom/views/sale_order.xml
@@ -156,6 +156,7 @@
<field name="partner_purchase_order_name" readonly="True"/>
<field name="partner_purchase_order_description" readonly="True"/>
<field name="partner_purchase_order_file" readonly="True"/>
+ <field name="note_website" readonly="True"/>
<field name="web_approval" readonly="True"/>
</group>
<group>