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.

24 lines
838 B

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