credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #02928
[Bug 910121] Re: Improvement in Analytic account and Project
Hello,
Just tested with following revno of trunk
addons 6282
server 3943
GTK client 2028
It works for hiding active checkbox and for colors (even if I have red instead of blue)
However, I don't get any kind of warning when validating an Invoice in
which an invoice line has an analytic account on a cancelled or closed
project.
So the following expected requirement is missing :
"""
- When creating an invoice or duplicating, with Analytic account on invoice line, if the user select a Closed or Cancelled account, then raise a warning message
"""
It might be because you modified :
- onchange on account_id of account.analytic.line
instead of:
- onchange on account_analytic_id in account.invoice.line
Regards,
Yannick
--
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/910121
Title:
Improvement in Analytic account and Project
Status in OpenERP Addons (modules):
Fix Released
Bug description:
According to discussion with FP and APR, here are some suggestion to
improve Projects/Analytic Accounts:
- "Active" checkbox on a project should be available (or visible) only
if the project is in Done or Cancelled state. Desactivation option on
project will not impact the related Analytic account. So this is to
avoid desactivating an open or pending project while the related
analytic account is still open or pending.
- When creating an invoice or duplicating, with Analytic account on
invoice line, if the user select a Closed or Cancelled account, then
raise a warning message
- Modify colors on Analytic Accounts list AND tree view:
* Blue = Pending
* Grey = Closed and Cancelled
* Black = Open
- On a project, once the state is Pending, Cancelled or Closed,
there's a button "re-activate project" is confusing because the
checkbox "Active" is not involved. It would be better to have
something like "re-open project". Same problem for analytic account
with button "re-activate account" while it was never desactivated.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/910121/+subscriptions
References