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

« back to all changes in this revision

Viewing changes to purchase_override/__openerp__.py

  • Committer: chloups208
  • Date: 2012-12-04 14:25:50 UTC
  • mto: This revision was merged to the branch mainline in revision 1340.
  • Revision ID: chloups208@chloups208-laptop-20121204142550-3o69e6vsxf0jul9g
utp-171 moved decimal precision data creation to product module, which is installed before all others and depends on decimal_precision

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        Add hooks to purchase class
28
28
    """,
29
29
    "website": "http://unifield.msf.org",
30
 
    "init_xml": ["data.xml",
31
 
    ],
 
30
    "init_xml": [],
32
31
    "depends" : [
33
32
        "purchase",
34
33
        "account_override",