[FIX] website_forum: use other attr than value to init select2
[odoo/odoo.git] / addons / website_payment / views / website_settings_payment.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <openerp>
3     <data>
4         <record id="website_settings_payment" model="ir.ui.view">
5             <field name="name">website.form</field>
6             <field name="model">website</field>
7             <field name="inherit_id" ref="website.view_website_form"/>
8             <field name="arch" type="xml">
9                 <xpath expr="//div[@name='other']" position='before'>
10                     <div name="shop">
11                         <separator string="E-Commerce"/>
12                         <group name="shop">
13                             <button type="action"
14                                     name="%(payment.action_payment_acquirer)d"
15                                     string="Configure payment acquirers" class="oe_link"/>
16                         </group>
17                     </div>
18                 </xpath>
19             </field>
20         </record>
21     </data>
22 </openerp>