summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-03-20 15:11:59 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-03-20 15:11:59 +0700
commitef7b167a489229b23ad63b0cc2ddb58f423cd380 (patch)
tree7267c1924abc540c2ca06deb7d5065c7e94cbf4f /indoteknik_custom/views
parent425ebfc6fdaf307ebb416b15c45809bbc9568ced (diff)
add file_quotation field in crm_lead
Diffstat (limited to 'indoteknik_custom/views')
-rwxr-xr-xindoteknik_custom/views/crm_lead.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/views/crm_lead.xml b/indoteknik_custom/views/crm_lead.xml
index 6a07c760..775a44de 100755
--- a/indoteknik_custom/views/crm_lead.xml
+++ b/indoteknik_custom/views/crm_lead.xml
@@ -27,6 +27,9 @@
</form>
</field>
</page>
+ <page string="Quotation" name="quotation">
+ <field name="file_quotation"/>
+ </page>
<page string="Description" name="description">
<field name="html_description"/>
</page>