Skip to content
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

[FIX] partner_firstname: Change _id by id in the method copy_data #85

Merged
merged 1 commit into from
Jan 30, 2015

Conversation

ghost
Copy link

@ghost ghost commented Jan 29, 2015

When the method copy_data is call with the new API, the wrapper try to call the method with the argument cr, uid, id. In this case, the param _id are ignored the system raise a error:
TypeError: copy_data() takes at least 4 arguments (4 given)

@guewen
Copy link
Member

guewen commented Jan 29, 2015

👍

@pedrobaeza
Copy link
Member

Travis fail has any relation with this change?

@ghost
Copy link
Author

ghost commented Jan 30, 2015

Hello,

Can you tell me what I have to do ?
Do I have to fix test and create a new pull request ?

Thank for all,
Sylvain

@yvaucher
Copy link
Member

@pedrobaeza The error was already there and seems unrelated with this PR

👍

@pedrobaeza
Copy link
Member

👍

pedrobaeza added a commit that referenced this pull request Jan 30, 2015
[FIX] partner_firstname: Change _id by id in the method copy_data
@pedrobaeza pedrobaeza merged commit 8b661d0 into OCA:8.0 Jan 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants