From fa61c0b6730c8578ee938c04c0cf8b17bbaf598c Mon Sep 17 00:00:00 2001 From: Bernat Brunet Torruella Date: Sun, 23 Feb 2014 11:18:25 +0100 Subject: [PATCH] Remove patch that it's applyed in core --- issue3481002_1.diff | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 issue3481002_1.diff diff --git a/issue3481002_1.diff b/issue3481002_1.diff deleted file mode 100644 index 29fdd26..0000000 --- a/issue3481002_1.diff +++ /dev/null @@ -1,11 +0,0 @@ -diff -r 166951a7f36f fiscalyear.py ---- ./modules/account/fiscalyear.py Wed Dec 04 17:07:11 2013 +0100 -+++ ./modules/account/fiscalyear.py Thu Feb 13 10:13:38 2014 +0100 -@@ -391,6 +391,7 @@ - accounts = Account.search([ - ('company', '=', self.start.fiscalyear.company.id), - ('deferral', '=', False), -+ ('kind', '!=', 'view'), - ]) - lines = [] - for account in accounts: