diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-04-02 15:04:29 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-04-02 15:04:29 +0700 |
| commit | b559bcdf167ba24cbbcf978461fb774e8eda2f07 (patch) | |
| tree | 7d7cf06f9192bb1a940ebd48f8a3b6679ef3fb15 /indoteknik_custom/views/purchasing_job.xml | |
| parent | 020f545e8214ce8a32f004f1b35e03a16cec1dfb (diff) | |
add note on purchasing job
Diffstat (limited to 'indoteknik_custom/views/purchasing_job.xml')
| -rw-r--r-- | indoteknik_custom/views/purchasing_job.xml | 8 |
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> |
