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.

23 lines
769 B

14 years ago
  1. {
  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 assigend 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_xml" : ["partner_id_number_demo.xml"],
  18. "update_xml" : ["partner_id_number_view.xml","security/ir.model.access.csv"],
  19. #"update_xml" : ["partner_id_number_view.xml","security/ir.model.access.csv"],
  20. "active": False,
  21. "installable": True
  22. }