-
-
Notifications
You must be signed in to change notification settings - Fork 206
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
10.0 crm claim #107
10.0 crm claim #107
Conversation
This still includes all the modules. |
@pedrobaeza Please check and suggest the changes that need to be implemented |
Please squash all the current commits to only one for starting with. |
c927e26
to
e20b8e2
Compare
crm_claim_rma/models/claim_line.py
Outdated
help="Who is in charge of the warranty return treatment towards " | ||
"the end customer. Company will use the current company " | ||
"delivery or default address and so on for supplier and brand " | ||
"manufacturer. Does not necessarily mean that the warranty " | ||
"to be applied is the one of the return partner (ie: can be " | ||
"returned to the company and be under the brand warranty") | ||
warranty_return_partner = \ | ||
fields.Many2one('res.partner', string='Warranty Address', | ||
warranty_return_partner = fields.Many2one('res.partner', string='Warranty Address', | ||
help="Where the customer has to " | ||
"send back the product(s)") | ||
claim_id = fields.Many2one('crm.claim', string='Related claim', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
model crm.claim
does not exist anymore in Odoo 10.0 community edition
I would like to contribute here. Would you please suggest me How can I do that? |
@techspawn Please review TechspawnSolutions#1 |
Waiting on #126 |
Superseeded in #128 |
[FIX] PEP8 and Pylint errors
Actually superseeded by OCA/crm#170 |
crm_claim model for rma