-
-
Notifications
You must be signed in to change notification settings - Fork 873
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[8.0] partner_firstname and "create and edit" in M2O widget to res.partner #78
Comments
Bug analysis:
|
Yeah, it seems so. I close this issue. If still present, feel free to reopen. |
I just re-tested the scenario with an up-to-date odoo 8.0 and an up-to-date partner_firstname from the OCA branch for 8.0, and the bug is still present. The scenario to reproduce the bug hasn't changed. Please re-open. |
My bad, the bug is still present. |
@pedrobaeza It seems we need your "super-powers" to re-open this bug. I can't do that myself. |
Done. I'll check it later to see if I can apport something. |
This bug is still present with up-to-date code. @pedrobaeza If you have some idea on how to dig into this bug, please let me know. I must say that I don't know where to start to try to fix this bug. So any idea would be welcomed. |
Well, no special idea. I have overseen the code and cannot guess what can be the source of the problem. I can't work on this for now. |
Please check #195. |
Just making clear that this is fixed now in #195, but indeed steps 3 and 4 still fail. |
This issue is solved here: #198, you can close this issue 👍 |
I confirm that the bug is now fixed ! Bravo ! |
This fixes OCA#78 and adds new tests for it.
This fixes OCA#78 and adds new tests for it.
This fixes OCA#78 and adds new tests for it.
This fixes OCA#78 and adds new tests for it.
This fixes OCA#78 and adds new tests for it.
This fixes #78 and adds new tests for it.
This fixes OCA#78 and adds new tests for it.
This fixes OCA#78 and adds new tests for it.
This fixes OCA#78 and adds new tests for it.
This fixes OCA#78 and adds new tests for it.
This fixes OCA#78 and adds new tests for it.
This fixes OCA#78 and adds new tests for it.
This fixes OCA#78 and adds new tests for it.
This fixes OCA#78 and adds new tests for it.
This fixes OCA#78 and adds new tests for it.
This fixes OCA#78 and adds new tests for it.
This fixes OCA#78 and adds new tests for it.
This fixes OCA#78 and adds new tests for it.
This fixes OCA#78 and adds new tests for it.
This fixes OCA#78 and adds new tests for it.
Here are the steps to reproduce the bug on odoo v8 with an up-to-date branch of OCA/partner-contact/8.0:
In the "Customer" field (M2O to res.partner), type "TOTOTEST1" (it should not be an existing partner) and then, in the down-drop list that appear, click on "Create and Edit..."
Name = TOTOTEST1
Firstname = False
Lastname = False
Lastname = de Lattre
Fistname = Alexis
Street = 42 rue de la paix
and click on "Save" in the partner pop-up and save in the quotation form.
Name = TOTOTEST1
Lastname = TOTOTEST1
Firstname = False
Street = 42 rue de la paix
Conclusion : when the module partner_firstname is installed, we have a bug with "Create and Edit..." in the M2O widget that point to res.partner.
The text was updated successfully, but these errors were encountered: