Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
4 Ответы
2368 Представления

Hello,

I have an issue on my fresh Odoo 9 install. When I try to create a quotation or a sales order, in the customer field I get the vendors as well as the customers. 

I imported some vendors and customers from a CSV file and they are showing correctly in Puchase>Vendors and Sales>Customers. I also checked the "is a vendor" / "is a customer" box and they are correctly selected.

What is wrong?

Thanks,

Best regards,

Аватар
Отменить

Please check domain in customer field in quotation form. Domain should be [('customer','=',True)].

Автор

It is. I don't understand why it is showing also vendors then..

Лучший ответ

Maybe you have an inherited view that changes the domain? in debug (developer) mode, you can click on "edit form view" to view the original view definition. There is a "inherited view" tab in that page. Check if any inherited view change the domain on your view.

Аватар
Отменить
Лучший ответ

Hello Tom,

This seems unusual, did you have make any customization with your system? Since you have mentioned that you had imported the partners by csv file you can double check if the partners are not ticket with as customer and supplier both.

If as vendor is not selected on the partner form that is not possible to list the parnter on the sale order customer selection field.



Аватар
Отменить