Code review comment for lp:~savoirfairelinux-openerp/partner-contact-management/partner-contact-management-base_contact_add_res_bank_account

Revision history for this message
Yannick Vaucher @ Camptocamp (yvaucher-c2c) wrote :

_columns = {
237 + 'title_bank_account': fields.char('Title bank account', size=256,
238 + help="Title bank account."),
239 + 'observation': fields.text('Observation', help="Observation."),
240 + 'active': fields.boolean('Active', help="Active/Inactive."),
241 + }
242 +

help text are not very helpful :)

review: Needs Fixing

« Back to merge proposal