~serpent-consulting-services/openerp-usa/shipping_api_6-1

« back to all changes in this revision

Viewing changes to account_salestax_avatax/account_invoice_view.xml

  • Committer: npgllc
  • Date: 2012-08-02 17:13:27 UTC
  • Revision ID: npgllc-20120802171327-2xgyyjjb5d1kx26y
Removed all the 6.0 compatible modules

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<openerp>
3
 
    <data>
4
 
 
5
 
        <!--
6
 
        Customer Invoice/Credit Memo
7
 
        -->
8
 
 
9
 
        <record id="view_account_invoice_form_avatax_inherit" model="ir.ui.view">
10
 
           <field name="name">account.invoice.form.avatax.inherit</field>
11
 
           <field name="model">account.invoice</field>
12
 
           <field name="type">form</field>
13
 
           <field name="inherit_id" ref="account.invoice_form"/>
14
 
           <field name="arch" type="xml">
15
 
                <field name="payment_term" position="after">
16
 
                    <field name="invoice_doc_no" attrs="{'required': [('type','=','out_refund')],'invisible': [('type','!=','out_refund')]}"/>
17
 
                </field>
18
 
           </field>
19
 
        </record>
20
 
 
21
 
    </data>
22
 
</openerp>
 
 
b'\\ No newline at end of file'