~vauxoo/addons-vauxoo/7.0-addons-vauxoo-email_template_followers-dev-julio

« back to all changes in this revision

Viewing changes to fetchmail_document/crm_claim.py

  • Committer: nhomar at vauxoo
  • Date: 2011-07-26 21:53:45 UTC
  • mfrom: (12.1.5 m321)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: nhomar@vauxoo.com-20110726215345-qz6na6d5kxja15xx
[ADD] uncommited changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
 
2
from osv import osv
 
3
from osv import fields
 
4
from tools.translate import _
 
5
 
 
6
class crm_claim(osv.osv):
 
7
    """
 
8
    crm_claim
 
9
    """
 
10
    _inherit = 'crm.claim'
 
11
    _log_create = True
 
12
crm_claim()