This question has been flagged
4 Replies
3611 Views

Recently I started to use Odoo 9 but there is no option to setup credit_limit for a partner. In Odoo 8, there is a field Credit Limit under Accounting tab. But it's missing in Odoo 9. When I checked the source code of view file, I can see the following.


<field name="credit" groups="base.group_no_one"/>


In Odoo 8, it looks like:


<field name="credit" />


Why this field is limited for this user group in Odoo 9? How can I bring back this option in Odoo 9?


Thanks in advance.

Avatar
Discard
Best Answer

Remove groups attribute or give any other group

Avatar
Discard
Author

@fasluca Thanks for your help. But is there any particular reason that Odoo 9 using group attribute on credit limit field?

Sorry, I don't know by giving this group, Odoo hides that field from all users

Best Answer

HI ,

You can use below odoo apps which have customer credit limit as well as sale order approval functionality

 https://www.odoo.com/apps/modules/9.0/dev_customer_credit_limit/

Avatar
Discard