~openerp-commiter/openobject-addons/extra-6.0

« back to all changes in this revision

Viewing changes to nan_account_invoice_sequence/account_view.xml

  • Committer: Albert Cervera i Areny
  • Date: 2011-03-06 23:04:56 UTC
  • Revision ID: albert@nan-tic.com-20110306230456-3yhbfmhpi4ueazfo
[ADD] nan_account_invoice_sequence: New that changes the way invoice sequences are used, resembling v5 behaviour where invoice number had nothing to do with account move number.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<openerp>
 
2
<data>
 
3
        <record id="view_account_journal_form_group_products" model="ir.ui.view">
 
4
            <field name="name">account.journal.form.group_products</field>
 
5
            <field name="model">account.journal</field>
 
6
            <field name="type">form</field>
 
7
            <field name="inherit_id" ref="account.view_account_journal_form"/>
 
8
            <field name="arch" type="xml">
 
9
                <field name="group_invoice_lines" position="before">
 
10
                        <field name="invoice_sequence_id"/>
 
11
                </field>
 
12
            </field>
 
13
        </record>
 
14
</data>
 
15
</openerp>