diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-02-10 15:26:25 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-02-10 15:26:25 +0700 |
| commit | b87787893d25f735bdf9aba164bc8b1f23e2b72f (patch) | |
| tree | de41a18dd103a96225698e6a9bdb9349d80190e0 /indoteknik_custom/views | |
| parent | 3de9e2a7e2b9b455fa85e33231612996538830f4 (diff) | |
fix line number in po/so and stock picking
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 49e594b1..a189e399 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -31,14 +31,6 @@ attrs="{'invisible': ['|', ('state', '=', 'draft'), ('state', '=', 'cancel'), ('approval_return_status', '=', 'pengajuan1')]}" /> </button> - <div class="oe_title" position="after"> - <button name="calculate_line_no" - string="Line No" - type="object" - class="oe_highlight oe_edit_only" - attrs="{'invisible': ['|', ('state', '=', 'confirmed'), ('state', '=', 'done'), ('state', '=', 'cancel')]}" - /> - </div> <field name="backorder_id" position="after"> <field name="is_internal_use" string="Internal Use" |
