Browse Source

[FIX] change keyword demo_xml to demo

pull/255/head
ferdinand 12 years ago
committed by Laurent Mignon (ACSONE)
parent
commit
e30eb5096c
  1. 2
      __openerp__.py

2
__openerp__.py

@ -15,7 +15,7 @@ and certificates which are assigned to a partner and vary from country to countr
, "category" : "Generic Modules/Others"
, "depends" : ["base"]
, "init_xml" : []
, "demo_xml" : ["partner_id_number_demo.xml"]
, "demo" : ["partner_id_number_demo.xml"]
, "update_xml" : ["partner_id_number_view.xml", "security/ir.model.access.csv"]
#, "update_xml" : ["partner_id_number_view.xml","security/ir.model.access.csv"]
, "auto_install" : False

Loading…
Cancel
Save