summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/purchasing_job.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/views/purchasing_job.xml')
-rw-r--r--indoteknik_custom/views/purchasing_job.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/indoteknik_custom/views/purchasing_job.xml b/indoteknik_custom/views/purchasing_job.xml
index bad4b938..8f9be1de 100644
--- a/indoteknik_custom/views/purchasing_job.xml
+++ b/indoteknik_custom/views/purchasing_job.xml
@@ -16,6 +16,7 @@
<field name="outgoing"/>
<field name="status_apo"/>
<field name="action"/>
+ <field name="note"/>
</tree>
</field>
</record>
@@ -25,6 +26,12 @@
<field name="model">v.purchasing.job</field>
<field name="arch" type="xml">
<form create="false" edit="false">
+ <header>
+ <button name="redirect_to_pjs"
+ string="Add Note!"
+ type="object"
+ />
+ </header>
<sheet>
<group>
<group>
@@ -39,6 +46,7 @@
<field name="incoming"/>
<field name="outgoing"/>
<field name="purchase_representative_id"/>
+ <field name="note"/>
</group>
</group>
</sheet>