~vauxoo/openerp-manufacturing/openerp-manufacturing-7.0

« back to all changes in this revision

Viewing changes to mrp_advanced_operations/mrp_operations_view.xml

  • Committer: Katherine Zaoral (Vauxoo)
  • Date: 2013-08-14 14:49:50 UTC
  • Revision ID: katherine.zaoral@vauxoo.com-20130814144950-m9dwasncpqpjsz63
[FIX] broken xpath reference.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
                                                <field name="progress_rate" widget="progressbar"/>
31
31
                                        </xpath>
32
32
 
33
 
                                        <xpath expr="/form/notebook/page[@string='Consumed Products']" position="before" expxml_f="//page[@string='Consumed Products']">
 
33
                                        <xpath expr="//page[@string='Consumed Products']" position="before" expxml_f="//page[@string='Consumed Products']">
34
34
                                                <page string="Dashboard">
35
35
                                                        <field name="real_operation_ids" nolabel="1"/>
36
36
                                                </page>