X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fbretzselle.git;a=blobdiff_plain;f=account_voucher.py;h=db24b6bfc804261d81ed4609b28cd097b43b14e2;hp=4ff414b47c3ba4d93a0c8ea18ce261d55f0cc80f;hb=HEAD;hpb=260065176d82e0d97d278b19f971e4325d704ad7 diff --git a/account_voucher.py b/account_voucher.py index 4ff414b..db24b6b 100644 --- a/account_voucher.py +++ b/account_voucher.py @@ -2,7 +2,7 @@ ############################################################################## # # bretzselle module for OpenERP, Customise OpenERP for Bretz'Selle -# Copyright (C) 2014 Bretz'Selle () +# Copyright (C) 2014-2016 Bretz'Selle () # # This file is a part of bretzselle # @@ -31,6 +31,7 @@ class account_voucher(orm.Model): _defaults = { 'date': False, 'journal_id': False, + 'period_id': False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: