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

« back to all changes in this revision

Viewing changes to sale_override/__openerp__.py

  • Committer: Matthieu Dietrich
  • Date: 2011-07-22 11:27:00 UTC
  • mto: This revision was merged to the branch mainline in revision 229.
  • Revision ID: matthieu.dietrich@geneva.msf.org-20110722112700-pxnmrctduwhie98g
UF-331: [IMP] Add manufacturers text fields

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    ],
32
32
    "depends" : [
33
33
        "sale",
34
 
        "stock_override",
35
34
    ],
36
35
    "update_xml": [
37
 
        "sale_view.xml",
38
 
        "sale_workflow.xml",
39
 
        "report/sale_report_view.xml",
40
36
    ],
41
37
    "demo_xml": [
42
38
    ],
43
39
    "test": [
44
 
        "test/data.yml",
45
 
        "test/sale_test.yml",
46
40
    ],
47
41
    "installable": True,
48
42
    "active": False,