~unifield-team/unifield-wm/us-903

« back to all changes in this revision

Viewing changes to order_types/__openerp__.py

  • Committer: jf
  • Date: 2011-04-22 05:31:46 UTC
  • Revision ID: jf@ubuntu-20110422053146-jdyl2r22sfrvco0e
[FIX] resolved conflict between order_types and sourcing

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
{
23
23
    "name": "Order Types",
24
24
    "version": "1.0",
25
 
    "depends": ["base", 
 
25
    "depends": [
26
26
                "sale", 
27
27
                "purchase", 
28
28
                "msf_partner",
29
29
                "msf_order_date", 
30
30
                "stock",
31
31
                "product_expiry",
32
 
                "stock_inventory_type"],
 
32
                "stock_inventory_type",
 
33
                "sale_override"],
33
34
    "author": "TeMPO Consulting, MSF",
34
35
    "website": "",
35
36
    "category": "Sales & Purchase",