diff options
| author | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-11-12 08:41:32 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-11-12 08:41:32 +0700 |
| commit | 891e760eebf5f94bbc76581a33dcc925b2890988 (patch) | |
| tree | 9efc30645499eb639f5ee38e3ce0b8cd92e5a0e7 /indoteknik_custom/views | |
| parent | 4274751a04b7fc02b38a0af4683f06ae4f5508ad (diff) | |
| parent | 9b983054e1aca39139e47f717c425090659ed3e3 (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into odoo-backup
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"/> |
