~gabrielgamez/openerp-tecvemar/tcv_fixed_assets

« back to all changes in this revision

Viewing changes to model/tcv_fixed_assets_components_details.py

  • Committer: Gabriel
  • Date: 2014-07-08 15:08:52 UTC
  • Revision ID: ggamez@pc-ggamez-20140708150852-0ac8l7h9mxd10g1w
[IMP]Modificacion de ubicacion de campos y agregado de nuevos campos.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
            ondelete='restrict'),
51
51
        'cost_amount': fields.float(
52
52
            'Cost', digits_compute=dp.get_precision('Account')),
 
53
        'util_life': fields.integer(
 
54
            'Util life (Days)'),
53
55
        'specifications': fields.text(
54
56
            'Specifications', readonly=False),
55
57
        }