~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to specific_rules/__openerp__.py

  • Committer: jf
  • Date: 2012-01-10 20:57:37 UTC
  • mto: (559.2.21 unifield-wm)
  • mto: This revision was merged to the branch mainline in revision 562.
  • Revision ID: jf@ubuntu-20120110205737-gr6hukgf5ggimfup
Data supply

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
{
24
24
    "name" : "Specific Rules",
25
25
    "version" : "0.1",
26
 
    "author" : "MSF, TeMPO Consulting",
27
 
    "developer": "pam",
 
26
    "author" : "MSF pam",
28
27
    "category" : "Generic Modules/Inventory Control",
29
28
    # depends on specific_locations because of view_picking_out_form -> stock_moves>form>location_id>quarantine domain
30
29
    # depends on reason_types_moves because of view_picking_form -> stock_moves>form>location_id>domain restriction
31
 
    "depends" : ["sale", "purchase", "stock", "procurement_cycle", "specific_locations", "reason_types_moves", "stock_override"],
 
30
    "depends" : ["sale", "purchase", "stock", "procurement_cycle", "specific_locations", "reason_types_moves",],
32
31
    "init_xml" : [],
33
32
    "demo_xml" : [],
34
33
    "description": """
35
34
    Specific Management Rules
36
35
    """,
37
 
    'test': ['test/specific_rules.yml',
38
 
             'test/cost_revaluation.yml',
39
 
             'test/initial_inventory.yml',],
 
36
    'test': ['test/specific_rules.yml',],
40
37
    'update_xml': ['security/ir.model.access.csv',
41
38
                   'specific_rules_view.xml',
42
 
                   'stock_view.xml',
43
39
                   'wizard/stock_partial_move_view.xml',
44
40
                   'stock_sequence.xml',
45
41
                   ],