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

« back to all changes in this revision

Viewing changes to procurement_request/procurement_request_wizard.xml

  • Committer: jf
  • Date: 2012-11-29 13:00:27 UTC
  • mfrom: (1287.9.8 unifield-wm)
  • Revision ID: jfb@tempo-consulting.fr-20121129130027-564r4yns8t5d2v7d
UTP-368 [FIX] Shouldn't be possible to source a non-stockable product to stock in the order sourcing tool (fix unit test)
lp:~unifield-team/unifield-wm/utp-368

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>