~agilebg/openerp-product-attributes/adding_product_pack_7

« back to all changes in this revision

Viewing changes to product_pack/pack_view.xml

  • Committer: Alex Comba
  • Date: 2013-10-03 14:59:33 UTC
  • Revision ID: alex.comba@agilebg.com-20131003145933-8ehikhqc4ufg2okw
[FIX] Get labels for boolean fields inside 'Pack' page

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
                                <notebook position="inside">
12
12
                                        <page string="Pack">
13
13
                                                <label string="If you add products in the 'Pack Products' field, all those products will be added automatically when a new quotation or order is created." colspan="4"/>
14
 
                                                <field name="stock_depends"/>
15
 
                                                <field name="pack_fixed_price"/>
16
 
                                                <label string=""/>
 
14
                                                <group>
 
15
                                                        <field name="stock_depends" />
 
16
                                                        <field name="pack_fixed_price" />
 
17
                                                </group>
17
18
                                                <separator string="Pack Products" colspan="4"/>
18
19
                                                <field name="pack_line_ids" colspan="4" nolabel="1"/>
19
20
                                        </page>