I added a new field in the customer record like this:
_name='res.partner'
_inherit='res.partner'
_columns={
'max-mont':fields.float('Credit Maximum',required=True,digits_compute=dp.get_precision('deci3')),
}
I want to display this field for a selected customer
How ca I do this any suggestion please?????
Are you asking how you add this field to the User Interface? That would be via a VIEW - create your own view via XML either directly in the UI or via a module XML file.
Also, there is already a credit limit module - perhaps you can modify it to meet your needs? https://apps.openerp.com/apps/modules/8.0/partner_credit_limit/
My question is how can I display this new field for the selected customer in the regulation part after creating his bill