~vauxoo/addons-vauxoo/addons-vauxoo-stock_dumb_wizard_export_csv-dev-fernando

« back to all changes in this revision

Viewing changes to stock_view.xml

  • Committer: fernando_ld at vauxoo
  • Date: 2012-09-24 22:01:44 UTC
  • Revision ID: fernando_ld@vauxoo.com-20120924220144-vkor26z1ltzbt9xw
[FIX]Fixed an error that didn't allowed to view the wizard on the sidebar actions (invisible character)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
                </form>
19
19
            </field>
20
20
        </record>
21
 
 
22
 
        <act_window id="stock_dumb_wizard_export_csv"
23
 
                name="Export to .csv"
 
21
                
 
22
        <act_window id="stock_dumb_wizard"
 
23
                name="Export to csv"
24
24
                src_model="stock.picking"
25
25
                res_model="stock.dumb.wizard.export.csv"
26
26
                view_mode="form"
27
27
                target="new"
28
28
                key2="client_action_multi"
29
 
                />
 
29
                  />
30
30
 
31
31
 
32
32
       <record id="stock_dumb_wizard_export_csv_action" model="ir.actions.act_window">