You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
859 B

14 years ago
14 years ago
  1. { 'sequence': 500,
  2. "name" : "Partner Identification Numbers"
  3. , "version" : "0.2"
  4. , "author" : "ChriCar Beteiligungs- und Beratungs- GmbH"
  5. , "website" : "http://www.chricar.at/ChriCar"
  6. , "description" : """This module allows to manage all sort of identification numbers
  7. and certificates which are assigned to a partner and vary from country to country
  8. * Commercial register
  9. * VAT ID (eventually)
  10. * fiscal ID's
  11. * membership numbers
  12. * ...
  13. """
  14. , "category" : "Generic Modules/Others"
  15. , "depends" : ["base"]
  16. , "init_xml" : []
  17. , "demo" : ["partner_id_number_demo.xml"]
  18. , "data" : ["partner_id_number_view.xml", "security/ir.model.access.csv"]
  19. #, "data" : ["partner_id_number_view.xml","security/ir.model.access.csv"]
  20. , "auto_install" : False
  21. , "installable" : True
  22. , 'application' : False
  23. }