← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 777640] Re: journal_id and period_id in account.move.line should be 'related' fields, and hidden in most cases

 

the conversion of those fields into fields.related has landed in trunk
in revision 5366.

Thanks

** Changed in: openobject-addons
       Status: Fix Committed => Fix Released

** Changed in: ubuntu
       Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to 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 Addons (modules):
  Fix Released
Status in Ubuntu:
  Invalid

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