~pexego/openobject-addons/6.1-pexego-sale_commission

« back to all changes in this revision

Viewing changes to keyword_sequence/sequence_view.xml

  • Committer: Omar (pexego)
  • Date: 2012-07-27 08:40:22 UTC
  • Revision ID: omar@pexego.es-20120727084022-qp3ludpr3vsuyuf6
[ADD] Traceability modules ported to 6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<openerp>
 
3
    <data>
 
4
 
 
5
      
 
6
          <record id="sequence_view_add_label" model="ir.ui.view">
 
7
            <field name="name">ir.sequence.form.add_label</field>
 
8
            <field name="model">ir.sequence</field>
 
9
            <field name="inherit_id" ref="base.sequence_view"/>
 
10
            <field name="type">form</field>
 
11
            <field name="arch" type="xml">
 
12
                <xpath expr="/form/notebook/page[@string='Sequence']/group/group[1]/label[@string='Day: %%(day)s']" position="after">
 
13
                    <label colspan="4" string="Current Year without Century - keyword: %%(kw_year)s"/>
 
14
                    <label colspan="4" string="Current Month - keyword: %%(kw_month)s"/>
 
15
                </xpath>
 
16
            </field>
 
17
        </record>
 
18
 
 
19
    </data>
 
20
</openerp>
 
 
b'\\ No newline at end of file'