Rohan Nayani(Open ERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-l10n-control-dev-proper-company_id-journal-sequence-ron
into lp:~openerp-dev/openobject-addons/trunk-l10n-control-dev.
Requested reviews:
Rucha (Open ERP) (rpa-openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-l10n-control-dev-proper-company_id-journal-sequence-ron/+merge/71015
Hello,
while loading COA templates for different company that the company of
current user journals are having proper company but the journal sequence is
having the wrong company so fixed this issue.
Thanks
RON
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-l10n-control-dev-proper-company_id-journal-sequence-ron/+merge/71015
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-l10n-control-dev.
=== modified file 'account/account.py'
--- account/account.py 2011-08-09 10:06:26 +0000
+++ account/account.py 2011-08-10 10:16:10 +0000
@@ -681,6 +681,7 @@
seq = {
'name': name,
'code': code,
+ 'company_id': vals['company_id'],
'active': True,
'prefix': code + "/%(year)s/",
'padding': 4,
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp