Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jan 17th, 2011  |  syntax: XML  |  size: 0.50 KB  |  hits: 122  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.     <record model="ir.ui.view" id="unique_invoice_form">
  2.         <field name="name">unique.account.invoice.form</field>
  3.         <field name="model">account.invoice</field>
  4.         <field name="inherit_id" ref="account.invoice_form"/>
  5.         <field name="type">form</field>
  6.         <field name="arch" type="xml">
  7.             <field name="payment_term" position="replace">
  8.                <field name="payment_term" required="1" widget="selection"/>
  9.             </field>
  10.         </field>
  11.     </record>