~camptocamp/openerp-rma/7.0-crm_claim_rma-fix-lp1317045_rde

« back to all changes in this revision

Viewing changes to crm_claim_rma/crm_claim_rma_view.xml

  • Committer: Joel Grand-Guillaume
  • Date: 2013-11-14 10:07:54 UTC
  • mto: This revision was merged to the branch mainline in revision 69.
  • Revision ID: joel.grandguillaume@camptocamp.com-20131114100754-9vb3p3q2i8m2k9ya
[IMP] Split the mass return in a new module
[IMP] Split the new location added on WH in a new module for advance location management
[IMP] Clean the wizards code in crm_claim_rma
[IMP]move wizard in the new module and adapt the view and buttons

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
                            <field name="invoice_id" on_change="onchange_invoice_id(invoice_id, context)" domain="[('partner_id','=',partner_id)]" />
150
150
                        </group>
151
151
                        <group>
152
 
                            <button name="%(action_create_return_serial)d" string="Mass return from serial/lot n°" states="draft,open" type="action" target="new"/>
 
152
                            <!-- Place for mass return button from crm_rma_lot_mass_return -->
153
153
                        </group>
154
154
                        <field name="claim_line_ids" nolabel="1" colspan="4"/>
155
155
                    </group>
207
207
                </field>
208
208
                <field name="name" position="replace">
209
209
                    <div class="oe_title">
210
 
                        <h1><field name="number" class="oe_inline"/> - <field name="name" class="oe_inline"/></h1>
 
210
                        <label for="number" class="oe_edit_only"/>
 
211
                        <h1><field name="number"/></h1>
211
212
                    </div>
212
213
                </field>
213
214
                <field name="date" position="replace">
214
215
                </field>
215
216
                <field name="user_id" position="before">
216
 
                    <field name="date" />
 
217
                    <field name="name" />
 
218
                    <field name="date"/>
217
219
                </field>
218
220
            </field>
219
221
    </record>