diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-12-19 09:32:09 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-12-19 09:32:09 +0700 |
| commit | e2086bc4f96391260fb3430537feddbc25bdde40 (patch) | |
| tree | 4a516ec9ae025723c0d2bd311fd9cbbcf561dcba /indoteknik_custom/views/automatic_purchase.xml | |
| parent | 7099c4615aa3435273839c49ceee121306fec84d (diff) | |
over to nathan
Diffstat (limited to 'indoteknik_custom/views/automatic_purchase.xml')
| -rw-r--r-- | indoteknik_custom/views/automatic_purchase.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/indoteknik_custom/views/automatic_purchase.xml b/indoteknik_custom/views/automatic_purchase.xml index 58184d63..21b4b1f2 100644 --- a/indoteknik_custom/views/automatic_purchase.xml +++ b/indoteknik_custom/views/automatic_purchase.xml @@ -43,10 +43,15 @@ <field name="arch" type="xml"> <tree> <field name="sale_id" readonly="1"/> - <field name="partner_id" readonly="1"/> + <field name="sale_line_id" readonly="1" optional="hide"/> + <field name="picking_id" readonly="1" optional="hide"/> + <field name="move_id" readonly="1" optional="hide"/> + <field name="partner_id" readonly="1" optional="hide"/> + <field name="partner_invoice_id" readonly="1"/> <field name="salesperson_id" readonly="1"/> <field name="product_id" readonly="1"/> <field name="qty_so" readonly="1"/> + <field name="qty_po" readonly="1"/> </tree> </field> </record> @@ -116,6 +121,8 @@ <page string="Info" name="automatic_purchase_info"> <group> <field name="notification" readonly="1"/> + <field name="total_qty_line"/> + <field name="total_qty_so"/> </group> </page> </notebook> |
