~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to procurement_request/procurement_request_wizard.xml

  • Committer: Quentin THEURET
  • Date: 2011-11-30 13:31:37 UTC
  • mto: This revision was merged to the branch mainline in revision 515.
  • Revision ID: qt@tempo-consulting.fr-20111130133137-mdf2fp6hkqmwbppn
UF-647 [ADD] Added a line in Purchase Order to have information about international transport costs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8" ?>
2
2
<openerp>
3
3
        <data>
4
 
<!-- We remove the right link on the sale order with attribut menu="False"-->
 
4
 
5
5
        <wizard
6
6
            id="wizard_request_to_order"
7
7
            model="sale.order"
8
8
            name="wizard_request_to_order"
9
9
            keyword="client_action_relate"
10
 
            menu="False"
 
10
            menu="True"
11
11
            string="Purchase Orders" />
12
12
 
13
13
        <wizard
15
15
            model="sale.order"
16
16
            name="wizard_request_to_rfq"
17
17
            keyword="client_action_relate"
18
 
            menu="False"
 
18
            menu="True"
19
19
            string="Requests for Quotation" />
20
20
 
21
21
        </data>