diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-06-13 14:35:38 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-06-13 14:35:38 +0700 |
| commit | 55936047e729cadcd462a57c7838f77f7c57ee1a (patch) | |
| tree | 9fabbef497dc1e555e88083581cf18be41c6db95 /fixco_custom/views/detail_order.xml | |
| parent | f4ff9e2abad82f07e039c388af5e82034ae30694 (diff) | |
print picking list
Diffstat (limited to 'fixco_custom/views/detail_order.xml')
| -rwxr-xr-x | fixco_custom/views/detail_order.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/fixco_custom/views/detail_order.xml b/fixco_custom/views/detail_order.xml index 711f908..60a335c 100755 --- a/fixco_custom/views/detail_order.xml +++ b/fixco_custom/views/detail_order.xml @@ -20,6 +20,18 @@ <field name="model">detail.order</field> <field name="arch" type="xml"> <form> + <header> + <button name="execute_queue" + string="Create Detail Order" + type="object" + attrs="{'readonly': [('detail_order', '!=', False)]}" + /> + <button name="execute_queue_detail" + string="Create SO" + type="object" + attrs="{'invisible': [('sale_id', '!=', False)]}" + /> + </header> <sheet> <group> <group> |
