~gdgellatly/openerp-product-attributes/product-pricelist-1296605

« back to all changes in this revision

Viewing changes to product_custom_attributes/__openerp__.py

  • Committer: Sébastien Beau
  • Date: 2012-12-07 13:26:46 UTC
  • mfrom: (69.2.22 product-extra-addons)
  • Revision ID: sebastien.beau@akretion.com-20121207132646-t7kwe5r3zejy3j2p
[MERGE] merge from cleanning branch, please update the moduel installed

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
{
25
25
    'name': 'product_custom_attributes',
26
 
    'version': '0.1',
 
26
    'version': '6.1.0',
27
27
    'category': 'Generic Modules/Others',
28
28
    'license': 'AGPL-3',
29
29
    'description': """
30
 
    This module add the posibility to create easily custom field on product.
31
 
    Each product can be link to an attributes set (like camera, fridge...)
32
 
    And each attributs have custom fields (for example you don't need the same field for a frigde and a camera)
33
 
    
 
30
    This module adds the posibility to easily create custom fields on products.
 
31
    Each product can be linked to an attribute set (such as camera, fridge...)
 
32
    and each attribute set has custom fields (for example you don't need the same field for a frigde and a camera)
 
33
 
34
34
    Need to install the lib unicode2ascii, http://github.com/akretion/unicode2ascii.git
35
35
    """,
36
36
    'author': 'Akretion',
37
37
    'website': 'http://www.akretion.com/',
38
 
    'depends': ['product','stock'], 
 
38
    'depends': ['product','stock'],
39
39
    'init_xml': [],
40
 
    'update_xml': [ 
 
40
    'update_xml': [
41
41
           'ir_model_view.xml',
42
42
           'product_attribute_view.xml',
43
43
           'product_view.xml',