~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: Openerp User
  • Author(s): Vauxoo
  • Date: 2012-07-26 20:13:13 UTC
  • Revision ID: openerp@ingelub-erp-20120726201313-cgffyvd3zmqhn2w4

[FIX] bug a la hora de confirmar una orden de venta cuando el producto es de tipo servicio 
tomaba dicho porducto como si este fuera almacenable y tuviera stock cosa que no es asi 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version='1.0' encoding='UTF-8'?>
 
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<openerp>
3
3
<data>
4
4
 
5
5
        <record id="view_project_issue_wizard" model="ir.ui.view">
6
6
              <field name="name">Project Issue Report</field>
7
7
              <field name="model">wizard.project.issue.report</field>
 
8
              <field name="type">form</field>
8
9
              <field name="arch" type="xml">
9
 
                <form string="Project Issue Report" version="7.0">
 
10
                <form string="Project Issue Report">
10
11
                    <separator colspan="4" string="Print the Product Price List Report."/>
11
12
                    <field name="task"/>
12
13
                    <group col="2" colspan="4">
17
18
              </field>
18
19
        </record>
19
20
 
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
        <act_window id="action_projec_issue_wizard"
 
22
            key2="client_print_multi"
 
23
            name="Project Issue Report"
 
24
            res_model="wizard.project.issue.report"
 
25
            src_model="project.issue"
 
26
            view_mode="form" target="new" view_type="form" />
21
27
 
22
28
</data>
23
 
</openerp>
 
 
b'\\ No newline at end of file'
 
29
</openerp>
 
30