~angelmoya/product-extra-addons/nan_product_pack

« back to all changes in this revision

Viewing changes to product_custom_attributes/ir_model.py

  • Committer: Benoit Guillot
  • Date: 2012-08-09 10:01:01 UTC
  • Revision ID: benoit.guillot@akretion.com.br-20120809100101-47c9zq1cuxmgyyo2
[IMP] product_custom_attributes : improve multi_languages management

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    
30
30
 
31
31
    _columns = {
32
 
    
 
32
        'field_description': fields.char('Field Label', required=True, size=256, translate=True),
33
33
    }
34
34
 
35
35
    _defaults = {