diff options
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/purchasing_job.xml | 4 | ||||
| -rw-r--r-- | indoteknik_custom/views/purchasing_job_multi_update.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/indoteknik_custom/views/purchasing_job.xml b/indoteknik_custom/views/purchasing_job.xml index 0af4455d..42dfd359 100644 --- a/indoteknik_custom/views/purchasing_job.xml +++ b/indoteknik_custom/views/purchasing_job.xml @@ -65,8 +65,8 @@ <record id="purchasing_job_multi_update_ir_actions_server" model="ir.actions.server"> <field name="name">Generate Automatic PO</field> - <field name="model_id" ref="indoteknik_custom.v_purchasing_job_tree"/> - <field name="binding_model_id" ref="indoteknik_custom.v_purchasing_job_tree"/> + <field name="model_id" ref="model_v_purchasing_job"/> + <field name="binding_model_id" ref="model_v_purchasing_job"/> <field name="binding_view_types">form,list</field> <field name="state">code</field> <field name="code">action = records.open_form_multi_generate_request_po()</field> diff --git a/indoteknik_custom/views/purchasing_job_multi_update.xml b/indoteknik_custom/views/purchasing_job_multi_update.xml index 422d9e3c..79b935c7 100644 --- a/indoteknik_custom/views/purchasing_job_multi_update.xml +++ b/indoteknik_custom/views/purchasing_job_multi_update.xml @@ -8,11 +8,11 @@ <form> <sheet> <group> - <span>Apakah Anda Yakin Ingin Mengubah Invoice Status?</span> + <span>Apakah Anda Yakin Ingin Create Automatic PO?</span> </group> </sheet> <footer> - <button name="save_multi_update_purchasing_job" string="Multi Update" type="object" default_focus="1" class="oe_highlight"/> + <button name="save_multi_update_purchasing_job" string="Create" type="object" default_focus="1" class="oe_highlight"/> <button string="Cancel" class="btn btn-secondary" special="cancel" /> </footer> </form> |
