c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #19674
Re: [Bug 737517] Re: [6.0] account missing sequence and sequence code
On Saturday 19 March 2011, you wrote:
> IMHO we need a structure for journals/sequences
> also to handle multiple sites correctly
> * main sequence (for each cash box, shop - stock picking journal)
> ** dependent sequences to number rows inside the main sequences dependent
> on other criteria like in/out cash , in /out stock moves ( Example code
> 'stock.journal.in' )
Would you settle with a per-country configurable set of journals? Some hooks to
extend the journal creation logic?
--
Say NO to spam and viruses. Stop using Microsoft Windows!
--
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