c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #18204
[Bug 724253] Re: [6.0] An invoice created from Receptions is created with type "out_invoice"
Hello
I attached a database created with demo data. The problem also occurs in
a new database without initial demo data. I wish you find the problem.
If you don't find the data problem, I think the reason may be a context
problem, because default value type in stock module, at
action_invoice_create function are 'out_invoice':
def action_invoice_create(self, cr, uid, ids, journal_id=False,
group=False, type='out_invoice', context=None):
Also, after update 6.0.2 version, the bug related in
https://bugs.launchpad.net/openobject-addons/+bug/724198 persist. I tell
you for add more information to find the problem.
Thank you very much.
** Changed in: openobject-addons
Status: Incomplete => 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/724253
Title:
[6.0] An invoice created from Receptions is created with type
"out_invoice"
Status in OpenERP Modules (addons):
New
Bug description:
OpenERP stable 6.0 version.
An invoice created from Receptions is created with type "out_invoice".
After, when you access to invoice partners tree view, this invoices
are not displayed. If you change account_invoice type to 'in_invoice',
the tree view display the invoice correctly.
References