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

« back to all changes in this revision

Viewing changes to purchase_override/purchase_view.xml

  • Committer: jf
  • Date: 2012-12-19 17:08:46 UTC
  • Revision ID: jfb@tempo-consulting.fr-20121219170846-2qp9jqykvfcmakmr
Tags: pilot0.5
[FIX] show details field on po

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
                        <field name="priority" />
74
74
                        <newline />
75
75
                        <field name="categ" />
76
 
                        <field name="details" attrs="{'invisible': [('state', 'in', ['sourced', 'split'])]}"/>
 
76
                        <field name="details" />
77
77
                        <newline />
78
78
                        <field name="loan_duration" attrs="{'invisible': [('order_type', '!=', 'loan')], 'required': [('order_type', '=', 'loan')]}" />
79
79
                    </xpath>