| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 70 |
| Technical Name |
partner_code |
| License | LGPL-3 |
| Website | https://rs-sa.com |
| Versions | 14.0 15.0 |
Partner CODE , For Enterprise and Community version
- Partner CODE is searchable in list view same as name of the partner.
- Partner CODE is searchable in "many2one" field same as name of the partner.
- Auto generate the Partner CODE when create .
- Able to but your custom CODE.
- Partner CODE can not be duplicated.
Please log in to comment on this module
There are no ratings yet!
新建公司会报错。
File "/odoo/custom/addons/partner_code/models/res_partner.py", line 26, in create if not values['code']: Exception The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/odoo/odoo-server/odoo/http.py", line 643, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/odoo/odoo-server/odoo/http.py", line 301, in _handle_exception raise exception.with_traceback(None) from new_cause KeyError: 'code'