PabloCM has proposed merging
lp:~pablocm/account-payment/7.0-account-payment-extension-groups-fix into
lp:account-payment/7.0.
Requested reviews:
Pedro Manuel Baeza (pedro.baeza)
For more details, see:
https://code.launchpad.net/~pablocm/account-payment/7.0-account-payment-extension-groups-fix/+merge/203677
Removed the groups attribute on the field reconcile_partial_id and changed it
to multi currency on currency_id on the account.move.line tree view. They were
referencing the no longer existant base.group_extended.
--
https://code.launchpad.net/~pablocm/account-payment/7.0-account-payment-extension-groups-fix/+merge/203677
Your team Account Payment is subscribed to branch lp:account-payment/7.0.
=== modified file 'account_payment_extension/account_payment_view.xml'
--- account_payment_extension/account_payment_view.xml 2013-08-18 21:18:02 +0000
+++ account_payment_extension/account_payment_view.xml 2014-01-29 08:38:15 +0000
@@ -29,9 +29,9 @@
<field name="amount_to_pay"/>
</field>
<field name="currency_id" position="replace">
- <field name="currency_id" groups="base.group_extended"/>
+ <field name="currency_id" groups="base.group_multi_currency"/>
<field name="reconcile_id"/>
- <field name="reconcile_partial_id" groups="base.group_extended"/>
+ <field name="reconcile_partial_id"/>
<field name="state"/>
<field name="payment_type"/>
</field>
--
Mailing list: https://launchpad.net/~account-payment-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~account-payment-team
More help : https://help.launchpad.net/ListHelp