diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-11-11 10:50:15 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-11-11 10:50:15 +0000 |
| commit | 70e0338e0423a56203043fa2a0211f1e8f6bcf1a (patch) | |
| tree | bb40da5603d30b9856149c48e8ddb75b25aee47f /indoteknik_custom/views | |
| parent | 704f27afd94787260543a2b6fed2ecfa13e786cb (diff) | |
| parent | 4c69c892f7b8ef7ec0877023f3f9544c8e9eb42c (diff) | |
Merged in cr_delivery_sj (pull request #459)
Cr delivery sj
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 8e1e9d3e..4779c5d3 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -250,6 +250,16 @@ attrs="{'invisible': [('select_shipping_option_so', '=', 'biteship')]}"/> <field name="driver_id"/> <field name='sj_return_date'/> + <field name="sj_documentations" context="{'default_picking_id': active_id}"> + <tree editable="bottom"> + <field name="image" widget="image" options="{'size':[128,128]}"/> + </tree> + <form> + <group> + <field name="image" widget="image" options="{'size':[512,512]}"/> + </group> + </form> + </field> <field name="sj_documentation" widget="image"/> <field name="paket_documentation" widget="image"/> <field name="dispatch_documentation" widget="image"/> |
