summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/stock_picking.xml
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-06-21 10:25:26 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-06-21 10:25:26 +0700
commitc1a0d0e48ef64241c92947a8800f93af4ff109d0 (patch)
treef2b0e94f7447b4082ba66592373907da38797efc /indoteknik_custom/views/stock_picking.xml
parent45fcd7ed448a8fc4c731433823375aea013abbd5 (diff)
fix approval receipt and hide uneccesary column
Diffstat (limited to 'indoteknik_custom/views/stock_picking.xml')
-rw-r--r--indoteknik_custom/views/stock_picking.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml
index f95db854..99f0d7c0 100644
--- a/indoteknik_custom/views/stock_picking.xml
+++ b/indoteknik_custom/views/stock_picking.xml
@@ -28,7 +28,7 @@
attrs="{'invisible': [('is_internal_use', '=', False)]}"
/>
<button name="ask_receipt_approval"
- string="Ask Receipt"
+ string="Received"
type="object"
attrs="{'invisible': ['|', ('state', 'in', ['done']), ('approval_receipt_status', '=', 'pengajuan1')]}"
/>
@@ -74,7 +74,7 @@
<field name="approval_return_status"/>
</field>
<field name="product_id" position="before">
- <field name="line_no" attrs="{'readonly': 1}"/>
+ <field name="line_no" attrs="{'readonly': 1}" optional="hide"/>
</field>
<page name="note" position="after">
<page string="E-Faktur" name="efaktur" attrs="{'invisible': [['is_internal_use', '=', False]]}">