diff options
Diffstat (limited to 'indoteknik_custom/views/purchasing_job_state.xml')
| -rw-r--r-- | indoteknik_custom/views/purchasing_job_state.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/indoteknik_custom/views/purchasing_job_state.xml b/indoteknik_custom/views/purchasing_job_state.xml new file mode 100644 index 00000000..c7c40020 --- /dev/null +++ b/indoteknik_custom/views/purchasing_job_state.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8" ?> +<odoo> + <record id="purchasing_job_state_form" model="ir.ui.view"> + <field name="name">purchasing.job.state.form</field> + <field name="model">purchasing.job.state</field> + <field name="arch" type="xml"> + <form> + <sheet> + <group> + <field name="status_apo" readonly="1"/> + <field name="note"/> + </group> + </sheet> + </form> + </field> + </record> +</odoo>
\ No newline at end of file |
