Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
4 Odpovědi
2367 Zobrazení

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
Zrušit

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

Autor

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

Nejlepší odpověď

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
Zrušit
Nejlepší odpověď

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
Zrušit