Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
4 Replies
2370 Tampilan

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,

Avatar
Buang

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

Penulis

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

Jawaban Terbai

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.

Avatar
Buang
Jawaban Terbai

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.



Avatar
Buang