-
Notifications
You must be signed in to change notification settings - Fork 319
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
[MIG] [18.0] partner_credit_limit: migrated module #658
base: 18.0
Are you sure you want to change the base?
[MIG] [18.0] partner_credit_limit: migrated module #658
Conversation
Line 9 - To put "credit_limit" in the correct place under "Sale"
[IMP]Improved code in js. [IMP]Js Travis Fix. [IMP]Js Travis Fix. [IMP]Js Travis Fix.
…r with rights of normal user
partner_credit_limit/__manifest__.py
Outdated
'category': 'Partner', | ||
'license': 'LGPL-3', | ||
'author': 'Tiny, Serpent Consulting Services Pvt. Ltd.', | ||
'website': 'http://www.serpentcs.com', |
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.
'website': 'http://www.serpentcs.com', | |
'website': 'https://www.serpentcs.com', |
partner_credit_limit/__manifest__.py
Outdated
'views/partner_view.xml', | ||
], | ||
'installable': True, | ||
'auto_install': False, |
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.
default value is False, no need to define
partner_credit_limit/models/sale.py
Outdated
order.check_limit() | ||
|
||
@api.model | ||
def create(self, vals): |
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.
@api.model_create_multi
def create(self, vals_list):
Testing is assigned to Devraj |
Responsible : Jayram