Merge lp:~angelmoya/account-payment/fix-account_payment_extension-install into lp:~account-payment-team/account-payment/6.1

Proposed by Angel Moya - Domatix
Status: Merged
Merged at revision: 89
Proposed branch: lp:~angelmoya/account-payment/fix-account_payment_extension-install
Merge into: lp:~account-payment-team/account-payment/6.1
Diff against target: 46 lines (+4/-19)
1 file modified
account_payment_extension/wizard/account_payment_order_view.xml (+4/-19)
To merge this branch: bzr merge lp:~angelmoya/account-payment/fix-account_payment_extension-install
Reviewer Review Type Date Requested Status
mikel Approve
Review via email: mp+135939@code.launchpad.net

Description of the change

FIX error installing account_payment_extension

account_payment_extension.action_create_payment_extension_order not found

To post a comment you must log in.
Revision history for this message
mikel (mikel-martin) wrote :

It solves the problem.

Anyway, the code you move appears also in /account_payment_extension/payment_view.xml so it seems that something went wrong in a previous merge.

review: Approve
Revision history for this message
Stefan Rijnhart (Opener) (stefan-opener) wrote :

Good observation Mikel! Angel, could you remove the duplicate record?

Revision history for this message
Angel Moya - Domatix (angelmoya) wrote :

Ok, tomorrow morning I will fix it
El 24/11/2012 22:00, "Stefan Rijnhart (Therp)" <email address hidden> escribió:

> Good observation Mikel! Angel, could you remove the duplicate record?
> --
>
> https://code.launchpad.net/~angelmoya/account-payment/fix-account_payment_extension-install/+merge/135939
> You are the owner of
> lp:~angelmoya/account-payment/fix-account_payment_extension-install.
>

90. By Angel Moya - Domatix

[FIX] duplicated view_payment_order_form_ext1

Revision history for this message
Angel Moya - Domatix (angelmoya) wrote :

I removed duplicated view_payment_order_form_ext1, pending to merge.

> Ok, tomorrow morning I will fix it
> El 24/11/2012 22:00, "Stefan Rijnhart (Therp)" <email address hidden> escribió:
>
> > Good observation Mikel! Angel, could you remove the duplicate record?
> > --
> >
> > https://code.launchpad.net/~angelmoya/account-payment/fix-
> account_payment_extension-install/+merge/135939
> > You are the owner of
> > lp:~angelmoya/account-payment/fix-account_payment_extension-install.
> >

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_payment_extension/wizard/account_payment_order_view.xml'
2--- account_payment_extension/wizard/account_payment_order_view.xml 2012-11-01 21:49:33 +0000
3+++ account_payment_extension/wizard/account_payment_order_view.xml 2012-11-25 08:02:22 +0000
4@@ -1,25 +1,7 @@
5 <?xml version="1.0" encoding="utf-8"?>
6 <openerp>
7 <data>
8- <!-- FORM SEARCH-->
9-
10- <record id="view_payment_order_form_ext1" model="ir.ui.view">
11- <field name="name">payment.order.form.ext1</field>
12- <field name="model">payment.order</field>
13- <field name="type">form</field>
14- <field name="inherit_id" ref="account_payment.view_payment_order_form"/>
15- <field name="arch" type="xml">
16- <button name="%(account_payment.action_create_payment_order)d" position="replace">
17- <field name="payment_type_name" invisible="1"/>
18- <field name="type"/>
19- <field name="create_account_moves"/>
20- <group colspan="2" col="1" attrs="{'invisible': [('create_account_moves', '=', 'bank-statement')]}">
21- <field name="period_id" attrs="{'required': [('create_account_moves', '!=', 'bank-statement')]}"/>
22- </group>
23- <button colspan="2" name="%(action_create_payment_extension_order)d" string="Select invoices to pay/receive payment" type="action" attrs="{'invisible':[('state','=','done')]}" icon="gtk-find"/>
24- </button>
25- </field>
26- </record>
27+
28
29
30 <record id="view_create_payment_extension_order" model="ir.ui.view">
31@@ -52,6 +34,7 @@
32 </field>
33 </record>
34
35+
36 <!-- ACCION -->
37 <record id="action_create_payment_extension_order" model="ir.actions.act_window">
38 <field name="name">Seleccionar facturas a Pagar/Cobrar</field>
39@@ -62,5 +45,7 @@
40 <field name="view_id" ref="view_create_payment_extension_order"/>
41 <field name="target">new</field>
42 </record>
43+
44+
45 </data>
46 </openerp>

Subscribers

People subscribed via source and target branches