** Branch linked: lp:~openerp-dev/openobject-addons/trunk-bug-777640-bde
--
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):
Fix Committed
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
_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help : https://help.launchpad.net/ListHelp