forked from HypnoTherapist/ebay
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathebay_view.xml
More file actions
24 lines (22 loc) · 729 Bytes
/
ebay_view.xml
File metadata and controls
24 lines (22 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<!-- Top menu item -->
<menuitem id="menu_ebay_top" name="eBay"/>
<record model="ir.ui.view" id="ebay_api_exception_view">
<field name="name">eBay Api Exception</field>
<field name="model">ebay.ebay</field>
<field name="arch" type="xml">
<form string="ebay api exception" version="7.0">
<group>
<field name="method"/>
<field name="exception"/>
</group>
<footer>
<button special="cancel" string="Close" type="object"/>
</footer>
</form>
</field>
</record>
</data>
</openerp>