Skip to content

Commit

Permalink
[FIX] website_payment: typo in a view id
Browse files Browse the repository at this point in the history
closes odoo#33407

Signed-off-by: Jérémy Kersten (jke) <[email protected]>
  • Loading branch information
MiquelRForgeFlow committed May 15, 2019
1 parent 3f555c9 commit 42c4105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/website_payment/views/payment_acquirer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<odoo>
<data>

<record id="acquirer_form_webiste" model="ir.ui.view">
<record id="acquirer_form_website" model="ir.ui.view">
<field name="name">acquirer.form.inherit.website</field>
<field name="model">payment.acquirer</field>
<field name="inherit_id" ref="payment.acquirer_form"/>
Expand Down

0 comments on commit 42c4105

Please sign in to comment.