← Back to team overview

account-payment-team team mailing list archive

[Merge] lp:~pablocm/account-payment/7.0-account-payment-extension-groups-fix into lp:account-payment/7.0

 

PabloCM has proposed merging lp:~pablocm/account-payment/7.0-account-payment-extension-groups-fix into lp:account-payment/7.0.

Commit message:
[FIX] Removed groups attribute referencing the old base.group_extended

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/203607

Removed the groups attribute on the fields reconcile_partial_id and currency_id on the account.move.line tree view. It was referencing the no longer existant base.group_extended and, since to be able to see that tree view you must be at least "Accountant", there was no point in keeping the groups attribute.
-- 
https://code.launchpad.net/~pablocm/account-payment/7.0-account-payment-extension-groups-fix/+merge/203607
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-28 17:59:32 +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"/>
                 <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>


Follow ups