c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #29445
[Bug 777640] Re: journal_id and period_id in account.move.line should be 'related' fields, and hidden in most cases
** Changed in: openobject-addons
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/777640
Title:
journal_id and period_id in account.move.line should be 'related'
fields, and hidden in most cases
Status in OpenERP Modules (addons):
In Progress
Status in Ubuntu:
New
Bug description:
Journal_id and Period_Id are repeatedly defined in Account.move and account.move.line which is not reasonable as long as I can not create different lines with different journals per move
_constraints = [
(_check_centralisation,
'You cannot create more than one move per period on centralized journal',
['journal_id']),
(_check_period_journal,
'You cannot create entries on different periods/journals in the same move',
['line_id']),
]
Having said that, IMHO I do not see that need for redundancy in
account.move.line as long as it is already defined in account.move.
Furthermore, it is really and noticeably from past experience confuse
the end user while doing data entry and decreasing the UX.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/777640/+subscriptions
References