This question has been flagged
1 Reply
6941 Views

Hi

I've imported a bunch of customers from a CSV file, without troubles. Most of them had the 'active' field set to False.

Once the import done, when I filter the customer list to show only customers which are not 'active', I get results, but in the list view, no name is showed.

Moreover, I don't see the way to edit the field 'active' of a customer in the edit view.

Any help will be appreciated!

Cheers

Avatar
Discard

Which are the fields you had in your CSV file while importing?

Author

These are the fields I have in my CSV file: id;active;customer;supplier;is_company;name;street;street2;zip;city;country_id/id;phone;mobile;fax;email;comment

Best Answer

When active=False names will not be available in the list view. To edit the active field open the customer form view and the active field is in the "Sales&Purchases" tab of the form view.

Customer

Avatar
Discard
Author

That was quite simple finally, thanks for your help!