c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #20895
Re: [Bug 737517] Re: [6.0] account missing sequence and sequence code
On Monday 21 March 2011, you wrote:
> BTW
> we are testing a module which automatically creates sequences for new
> fiscal years on the fly as currently OpenERP does not offer a solution...
Hello,
how far have you gone with that? Could I take a look at your code?
So far I have made the journals template-able:
http://git.hellug.gr/?p=xrg/openobject-addons;a=commit;h=1f081a1061f99bd30efd
--
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):
Opinion
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