[PYTHON] ~no default value for period of account voucher
[burette/bretzselle.git] / account_voucher.py
index 4ff414b..83c76bc 100644 (file)
@@ -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: