~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to project_issue_report2/wizard/wizard_project_issue.xml

  • Committer: Gabriela (Vauxoo)
  • Date: 2012-01-03 00:42:58 UTC
  • Revision ID: gabrielaquilarque97@gmail.com-20120103004258-w881e8vj51secs2q

[IMP] Changed name of modules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version='1.0' encoding='UTF-8'?>
2
 
<openerp>
3
 
<data>
4
 
 
5
 
        <record id="view_project_issue_wizard" model="ir.ui.view">
6
 
              <field name="name">Project Issue Report</field>
7
 
              <field name="model">wizard.project.issue.report</field>
8
 
              <field name="arch" type="xml">
9
 
                <form string="Project Issue Report" version="7.0">
10
 
                    <separator colspan="4" string="Print the Product Price List Report."/>
11
 
                    <field name="task"/>
12
 
                    <group col="2" colspan="4">
13
 
                         <button icon="gtk-cancel" special="cancel" string="Close"/>
14
 
                         <button name="print_report" string="Print" type="object" icon="gtk-print"/>
15
 
                    </group>                
16
 
                </form>
17
 
              </field>
18
 
        </record>
19
 
 
20
 
        <act_window id="action_projec_issue_wizard" key2="client_print_multi" name="Project Issue Report" res_model="wizard.project.issue.report" src_model="project.issue" view_mode="form" target="new" view_type="form"/>
21
 
 
22
 
</data>
23
 
</openerp>
 
 
b'\\ No newline at end of file'