@@ -29,7 +29,7 @@ class account_analytic_journal(osv.osv):
'code':fields.char('Journal Code',size=8),
'active':fields.boolean('Active',help="If the active field is set to False, it will allow you to hide the analytic journal without removing it."),
'type':fields.selection([('sale','Sale'),('purchase','Purchase'),('cash','Cash'),('general','General'),('situation','Situation')],'Type',required=True,help="Gives the type of the analytic journal. When it needs for a document (eg: an invoice) to create analytic entries, Odoo will look for a matching journal of the same type."),