~openerp-commiter/openobject-addons/extra-6.0

« back to all changes in this revision

Viewing changes to mrp_bom_customization/__terp__.py

- renamed bom_customization into mrp_bom_customization: indeed it makes it more explicit it's a mrp module, better renaming before it's too late.
- added a few comments, especially about the product_variant_multi dependency which is questionnable

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#
21
21
##############################################################################
22
22
{
23
 
    "name" : "Customization of BoM",
 
23
    "name" : "BoM Customization",
 
24
    "description":"""TODO!""",
24
25
    "version" : "0.5",
25
26
    "author" : "Smile.fr",
26
27
    "website": "http://www.smile.fr",
27
28
    "category" : "Generic Modules/Sales",
 
29
    #TODO not sure it should really depend on product_variant_multi (while demo data currently depend on it)
28
30
    "depends" : ["mrp", "sale", "product_variant_multi", "sale_product_multistep_configurator"],
29
31
    "init_xml" : [],
30
32
    "demo_xml" : [],
31
 
    "update_xml" : ['bom_customization_view.xml',
 
33
    "update_xml" : ['mrp_bom_customization_view.xml',
32
34
                    'configurator_view.xml',
33
35
                    'sale_view.xml',
34
36
                    'stock_view.xml',