~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to purchase_override/purchase_sequence.xml

  • Committer: Quentin THEURET
  • Date: 2011-11-30 13:31:37 UTC
  • mto: This revision was merged to the branch mainline in revision 515.
  • Revision ID: qt@tempo-consulting.fr-20111130133137-mdf2fp6hkqmwbppn
UF-647 [ADD] Added a line in Purchase Order to have information about international transport costs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<openerp>
3
 
    <data noupdate="1">
4
 
        <record id="purchase.seq_purchase_order" model="ir.sequence">
5
 
            <field name="name">Purchase Order</field>
6
 
            <field name="code">purchase.order</field>
7
 
            <field name="prefix">%(y)s/%(hqcode)s/%(instance)s/PO</field>
8
 
            <field name="padding">5</field>
9
 
        </record>
10
 
    </data>
11
 
</openerp>