You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

16 lines
576 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record model="ir.ui.view" id="invoice_line_extend_view">
<field name="name">invoice.line.extend</field>
<field name="model">account.invoice</field>
<field name="inherit_id" ref="account.invoice_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='payment_term_id']" position="before">
<field name="count_line" invisible="1"/>
<field name="count_line1" invisible="1"/>
</xpath>
</field>
</record>
</odoo>