Fix #7123 - getting abra ready to test
[Pman.Xtuple] / Pman.Tab.XtuplePurchases.js
1 //<script type="text/javascript">
2
3 // Auto generated file - created by app.Builder.js- do not edit directly (at present!)
4
5 Pman.Tab.XtuplePurchases = new Roo.XComponent({
6     part     :  ["Xtuple","Purchases"],
7     order    : '004-Pman.Tab.XtuplePurchases',
8     region   : 'center',
9     parent   : 'Pman',
10     name     : "Pman.Tab.XtuplePurchases",
11     disabled : false, 
12     permname : '', 
13     _tree : function()
14     {
15         var _this = this;
16         var MODULE = this;
17         return {
18             xtype: 'NestedLayoutPanel',
19             xns: Roo,
20             region : 'center',
21             title : "Purchases",
22             layout : {
23                 xtype: 'BorderLayout',
24                 xns: Roo,
25                 center : {
26                     xtype: 'LayoutRegion',
27                     xns: Roo,
28                     tabPosition : 'top'
29                 }
30             }
31         };
32     }
33 });