diff --git a/issue12560.diff b/issue12560.diff deleted file mode 100644 index c469787..0000000 --- a/issue12560.diff +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/tryton/trytond/trytond/modules/analytic_account/account.py b/tryton/trytond/trytond/modules/analytic_account/account.py -index ef063970ec..b2fa817eb7 100644 ---- a/tryton/trytond/trytond/modules/analytic_account/account.py -+++ b/tryton/trytond/trytond/modules/analytic_account/account.py -@@ -143,7 +143,7 @@ class Account( - @classmethod - def check_move_domain(cls, accounts, field_names): - pool = Pool() -- Line = pool.get('account.move.line') -+ Line = pool.get('analytic_account.line') - if field_names and 'type' not in field_names: - return - accounts = [ diff --git a/series b/series index 62bacac..c7d351d 100644 --- a/series +++ b/series @@ -23,5 +23,3 @@ statement_of_account.diff # [account] Cumulate balance of previous fiscal years issue11731.diff # [currency] currency test don't pass when Currency Rates Source Not Ready (forex) counterpart_party_payment_clearing.diff # [account_payment_clearing] Add the possiblity to have a party in the counterpart move when reconcile on a payment. - -issue12560.diff # [analytic_account] check_move_domain() check in analytic_account, must use analytic_account.line instead of account.move.line