~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to financing_contract/donor.py

  • Committer: jf
  • Date: 2014-09-05 08:53:44 UTC
  • mfrom: (2206.3.39 unifield-wm)
  • Revision ID: jfb@tempo-consulting.fr-20140905085344-n3iz6igxpmo0yfht
Tags: pilot3.1b7
Pilot 3.1b7

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        'active': fields.boolean('Active'),
33
33
        # Define for _inherits
34
34
        'format_id': fields.many2one('financing.contract.format', 'Format', ondelete="cascade"),
 
35
        'reporting_currency': fields.many2one('res.currency', 'Reporting currency', required=True),
35
36
    }
36
37
    
37
38
    _defaults = {