~unifield-team/unifield-addons/sync-wm

« back to all changes in this revision

Viewing changes to product_nomenclature/__openerp__.py

  • Committer: jf
  • Date: 2011-05-03 20:49:29 UTC
  • mfrom: (93.1.3 uf-43-fix)
  • Revision ID: jf@tempo4-20110503204929-8d9bsfoxshh799qn
[MERGE] Product nomenclature: data

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    "version" : "0.1",
26
26
    "author" : "MSF pam",
27
27
    "category" : "Generic Modules/Inventory Control",
28
 
    "depends" : ["product"],
 
28
    "depends" : ["product", "stock"],
29
29
    "init_xml" : [],
30
30
    "demo_xml" : [],
31
31
    "description": """
34
34
    'update_xml': [
35
35
        'security/ir.model.access.csv',
36
36
        'product_nomenclature_view.xml',
37
 
        'product_nomenclature_data.xml',
38
37
    ],
39
38
    "demo_xml": [
40
 
    ],
 
39
                 'product_nomenclature_data.xml',
 
40
                 'product_nomenclature_demo.xml',
 
41
        ],
41
42
    'test': [
42
43
             'test/product_nomenclature.yml',
43
44
             ],