diff options
Diffstat (limited to 'indoteknik_custom/views/requisition.xml')
| -rw-r--r-- | indoteknik_custom/views/requisition.xml | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/indoteknik_custom/views/requisition.xml b/indoteknik_custom/views/requisition.xml index e7335a57..e9c3b4e0 100644 --- a/indoteknik_custom/views/requisition.xml +++ b/indoteknik_custom/views/requisition.xml @@ -62,16 +62,6 @@ </group> <group> <div> - <button name="create_requisition_from_sales" - string="Create Line" - type="object" - class="mr-2 oe_highlight" - /> - <button name="create_requisition_from_sales_with_price" - string="Create Line with Price" - type="object" - class="mr-2 oe_highlight" - /> <button name="create_po_from_requisition" string="Create PO" type="object" @@ -82,13 +72,26 @@ </group> <notebook> <page string="Lines"> - <field name="requisition_lines"/> + <field name="requisition_lines"> + <tree editable="line"> + <field name="product_id"/> + <field name="partner_id"/> + <field name="qty_purchase"/> + <field name="price_unit"/> + <field name="subtotal"/> + <field name="brand_id"/> + </tree> + </field> </page> <page string="Matches"> <field name="requisition_match"/> </page> </notebook> </sheet> + <div class="oe_chatter"> + <field name="message_follower_ids" widget="mail_followers"/> + <field name="message_ids" widget="mail_thread"/> + </div> </form> </field> </record> |
