c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #11729
[Bug 701118] [NEW] [6.0RC2] German translation - ECNJ
Public bug reported:
it seems to me that this code ECNJ is very language/country specific
what does it mean
vals_journal = {
'view_id': view_id,
'name': _('Purchase Refund Journal'),
'type': 'purchase_refund',
'refund_journal': True,
'code': _('ECNJ'),
'sequence_id': seq_id_purchase_refund,
'analytic_journal_id': analitical_journal_purchase,
'company_id': company_id
same for sales refunds
'code': _('SCNJ')
Kl
Located in report:account.analytic.account.journal:0
does not exist
** Affects: openobject-addons
Importance: Undecided
Status: New
--
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/701118
Title:
[6.0RC2] German translation - ECNJ
Status in OpenObject Addons Modules:
New
Bug description:
it seems to me that this code ECNJ is very language/country specific
what does it mean
vals_journal = {
'view_id': view_id,
'name': _('Purchase Refund Journal'),
'type': 'purchase_refund',
'refund_journal': True,
'code': _('ECNJ'),
'sequence_id': seq_id_purchase_refund,
'analytic_journal_id': analitical_journal_purchase,
'company_id': company_id
same for sales refunds
'code': _('SCNJ')
Kl
Located in report:account.analytic.account.journal:0
does not exist
Follow ups
References