c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #18249
[Bug 724253] Re: [6.0] An invoice created from Receptions is created with type "out_invoice"
Hello again
I try to show my depuration process. I've attached below 3 images:
1) "create_invoice" method from "wizard/stock_invoice_onshipping.py". As you can see, I added print commands.
2) "action_invoice_create" method from "stock.py". As you can see, I also added print commands.
3) The exit result
You can verify that parameters values are not passed correctly from
"create_invoice" method from "wizard/stock_invoice_onshipping.py" to
"action_invoice_create" method from "stock.py".
Sorry for my insistence.
Thanks.
--
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