← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 737517] Re: [6.0] account missing sequence and sequence code

 

Typically there are some journals where we would need 2 sequences - like cash journal
* sequence for the daily/monthly collection 
* sequence for the lines 
** cash-journal - every line has its running number, eventually separated for cash IN/OUT

IMBHO it should be possilbe to define these, 
for this we would need 1 or 2 extra sequence numbers per journal.

-- 
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/737517

Title:
  [6.0] account missing sequence and sequence code

Status in OpenERP Modules (addons):
  New

Bug description:
  account_bank_statement.py:        'name': lambda
  self,cr,uid,context={}: self.pool.get('ir.sequence').get(cr, uid,
  'account.bank.statement.line'),

  but IMHO no sequence code and seuqnce are defiened hence this will
  always  return null

  what is the purpose ?



References