diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-03-25 13:07:44 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-03-25 13:07:44 +0700 |
| commit | b2377426bec8aa334277aac48b0b25f0dfac420f (patch) | |
| tree | 49c6a042e0fe29295231b1d409d705a92ddbfc03 /indoteknik_custom/views | |
| parent | a05da3fad1855cbf2ce4cc7645f1fda79cae037c (diff) | |
purchasing job feedback
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/purchasing_job.xml | 2 | ||||
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/indoteknik_custom/views/purchasing_job.xml b/indoteknik_custom/views/purchasing_job.xml index 42dfd359..c439dc8f 100644 --- a/indoteknik_custom/views/purchasing_job.xml +++ b/indoteknik_custom/views/purchasing_job.xml @@ -6,12 +6,14 @@ <field name="arch" type="xml"> <tree create="false" multi_edit="1"> <field name="product_id"/> + <field name="vendor_id"/> <field name="brand"/> <field name="item_code"/> <field name="product"/> <field name="onhand"/> <field name="incoming"/> <field name="outgoing"/> + <field name="status_apo"/> <field name="action"/> </tree> </field> diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 7d1d4c4a..d77ecac0 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -171,7 +171,7 @@ </form> </field> </page> - <page string="Matches PO" name="page_matches_po"> + <page string="Matches PO" name="page_matches_po" invisible="1"> <field name="order_sales_match_line" readonly="1"/> </page> <page string="Fullfillment" name="page_sale_order_fullfillment"> @@ -254,6 +254,7 @@ <field name="product_id" readonly="1"/> <field name="reserved_from" readonly="1"/> <field name="qty_fullfillment" readonly="1"/> + <field name="user_id" readonly="1"/> </tree> </field> </record> |
