~sebastien.beau/openobject-addons/on-change-support-extra-addons

« back to all changes in this revision

Viewing changes to sale_supplier_direct_delivery/__terp__.py

  • Committer: Sofia (Open ERP)
  • Date: 2008-12-31 13:23:48 UTC
  • mto: (3387.2.5 trunk-extra-addons)
  • mto: This revision was merged to the branch mainline in revision 3390.
  • Revision ID: sso@tinyerp.com-20081231132348-g3ujqinjk1snn74m
security rules assigned to objects
bugfixed for the following objects :-
 - marketing
 - network
 - productivity_analysis
 - sale_supplier_direct_delivery
 - sandwich
 - esale_osc

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    """,
35
35
    "depends":["base", "product", "sale", "purchase"],
36
36
    "demo_xml":[],
37
 
    "update_xml":["product_view.xml", "sale_view.xml", "purchase_view.xml", "stock_view.xml"],
 
37
    "update_xml":["product_view.xml", "sale_view.xml", "purchase_view.xml"],
38
38
    "active": False,
39
39
    "installable": True,
40
40
}