Comment 1 for bug 1252520

Revision history for this message
Ray Carnes (rcarnes) wrote :

Thanks for reporting this bug. Sales Rep information is displayed only for CUSTOMER invoices, not for SUPPLIER invoices.

I tested today on a new database.

The field is defined in python at http://bazaar.launchpad.net/~rcarnes/openerp-shared/7.0/view/head:/beta/partner_aging/customer.py#L48

The field is added to the list view at http://bazaar.launchpad.net/~rcarnes/openerp-shared/7.0/view/head:/beta/partner_aging/partner_aging_customer.xml#L32

There is no group based permission needed for this field.

The value is taken from the Salesman field on the partner record, something that would be entered on the partner form, on the Sales and Purchases tab, the field called Salesman. If that value is blank, then it will also be blank in records shown in this module.

Have you verified that the partner record has a value for Salesman if the value is blank?