Guest User

Untitled

a guest
Dec 9th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <!-- This file is part of Tryton. The COPYRIGHT file at the top level of
  3. this repository contains the full copyright notices and license terms. -->
  4. <data>
  5. <xpath expr="/form/field[@name='state']" position="after">
  6. <separator string="Quotations Info" colspan="4" id="quotation"/>
  7. <field name="quotations" colspan="4" widget="many2many"
  8. view_ids="purchase_request_quotation.purchase_request_quotation_view_list_sequence"/>
  9. </xpath>
  10. </data>
Add Comment
Please, Sign In to add comment