savoirfairelinux-openerp team mailing list archive
-
savoirfairelinux-openerp team
-
Mailing list archive
-
Message #00326
Re: lp:~savoirfairelinux-openerp/openerp-mgmtsystem/nc-chatter-v7 into lp:openerp-mgmtsystem
Review: Needs Fixing
The messages looks great now Sandy, thanks.
Note that there is still a problem on the message when going from Pending Approval to In Progress:
it displays a cut-out sentence: " has been opened.".
I did further checking on this, and the prefix is provided by case_get_note_msg_prefix() (see base_status/base_stage.py#166). It needs to be overridden to return "Nonconformity".
Regarding Audits and crm.claim, for some strange reason 'user_id' is not defined in mgmtsystem_audit.py!
You can solve this with:
31 _inherit = ['mail.thread']
33 _columns = {
34 'user_id': fields.many2one('res.users', 'Audit Manager'),
--
https://code.launchpad.net/~savoirfairelinux-openerp/openerp-mgmtsystem/nc-chatter-v7/+merge/184352
Your team Savoir-faire Linux' OpenERP is subscribed to branch lp:~savoirfairelinux-openerp/openerp-mgmtsystem/nc-chatter-v7.