diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-04-15 11:23:52 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-04-15 11:23:52 +0700 |
| commit | 3176f8497009169294e25f7f461f1a81c6bd0c59 (patch) | |
| tree | 26e437fa7dde0b868a5f07c67c9e6b7965c64de0 /indoteknik_custom/views | |
| parent | 3e22bea62b4c57268ce777d34ec6d19aede8b0c1 (diff) | |
push
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 4c60a496..4832a1fc 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -123,6 +123,7 @@ <field name="date_doc_kirim" attrs="{'readonly':[('invoice_status', '=', 'invoiced')]}"/> <field name="summary_qty_operation"/> <field name="count_line_operation"/> + <field name="linked_manual_bu_out" domain="[('picking_type_code', '=', 'outgoing'), ('group_id', '=', group_id)]"/> <field name="account_id" attrs="{ 'readonly': [['state', 'in', ['done', 'cancel']]], |
