← Back to team overview

openerp-india team mailing list archive

[Bug 944317] [NEW] [account] Message 'You can not add/modify entries in a closed journal.' in _update_journal_check method is confusing

 

Public bug reported:

[account] Message 'You can not add/modify entries in a closed journal.'  
in _update_journal_check method is confusing

whenever you try to create an account_move_line aml onto a journal and the period in which
you are trying to load you aml is closed this warning message pops up,

Ok, I do agree that the consulted table is account_journal_period, and that that record for
that pair (journal_id, period_id) is set to closed, but is not really the journal which is closed
is the period the one which is closed, 

So I propose to use a better explanation, for that message like:

"You can not add/modify entries in a  journal which period is already
closed"

which is more common sense,

Thanks a lot,

Hbto.

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/944317

Title:
  [account] Message 'You can not add/modify entries in a closed
  journal.' in _update_journal_check method is confusing

Status in OpenERP Addons (modules):
  New

Bug description:
  [account] Message 'You can not add/modify entries in a closed journal.'  
  in _update_journal_check method is confusing

  whenever you try to create an account_move_line aml onto a journal and the period in which
  you are trying to load you aml is closed this warning message pops up,

  Ok, I do agree that the consulted table is account_journal_period, and that that record for
  that pair (journal_id, period_id) is set to closed, but is not really the journal which is closed
  is the period the one which is closed, 

  So I propose to use a better explanation, for that message like:

  "You can not add/modify entries in a  journal which period is already
  closed"

  which is more common sense,

  Thanks a lot,

  Hbto.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/944317/+subscriptions


Follow ups

References