fix naming of action in res_config.xml

This commit is contained in:
Harald Welte 2016-07-15 16:51:00 +02:00
parent 77f0962743
commit 590f728a68
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
<field name="inherit_id" ref="odoo_shipping_service_apps.wk_inherit_website_acess"/>
<field name="arch" type="xml">
<xpath expr="//div[@name='module_dp_delivery_carrier']/div[@class='oe_inline']" position="inside">
<button type="action" name="%(dp_delivery_carrier.action_module_website_internetmarke_configuration)d" string="Internetmarke Configuration" class="oe_link oe_inline"></button>
<button type="action" name="%(internetmarke.action_module_website_internetmarke_configuration)d" string="Internetmarke Configuration" class="oe_link oe_inline"></button>
</xpath>
</field>
</record>