- closed & deleted -
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
4
Replies
2370
Views
Hi Lucia,
It would be helpful if you could publish the code of odoo11_wbs_partner_extension so it is possible to review. But with this limited information it's hard to tell what's wrong.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
3
Sep 18
|
2341 | ||
|
2
Jul 24
|
940 | ||
|
1
Jun 24
|
3561 | ||
|
0
Nov 23
|
670 | ||
|
1
Oct 23
|
8584 |
Hi, If the custom module is adding new field to res.partner model, make sure that the module is upgraded after placing in the addons path(restart the service). If there is still the key error issue, check the usage of this field (customer_number_ls) in the code and see
Odoo + our extension have been in use for quite some time. This is not a new model/field I'm trying to add. As mentioned above the field (customer_number_ls) is only declared but never again used in the code.
Just ensure it by checking, if you have some IDE's, you can check for the occurrence of the corresponding field