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.

16 lines
335 B

  1. {
  2. 'name': 'Partner Legal Name',
  3. 'version': '12.0.1.0.0',
  4. 'installable': True,
  5. 'category': 'base',
  6. 'author': 'Komit',
  7. 'website': 'http://komit-consulting.com',
  8. 'license': 'AGPL-3',
  9. "depends": [
  10. 'base'
  11. ],
  12. "data": [
  13. 'view/base/res_partner_view.xml'
  14. ],
  15. "application": True
  16. }