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.

91 lines
2.3 KiB

9 years ago
  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. ================
  5. Base Custom Info
  6. ================
  7. This module allows to create custom fields in models without altering model's
  8. structure.
  9. Installation
  10. ============
  11. This module serves as a base for other modules that implement this behavior in
  12. concrete models.
  13. This module is a technical dependency and is to be installed in parallel to
  14. other modules.
  15. Usage
  16. =====
  17. This module defines *Custom Info Templates* that define what properties are
  18. expected for a given record.
  19. To define a template, you need to:
  20. * Go to *Settings > Custom Info > Templates*.
  21. * Create one.
  22. * Add some *Properties* to it.
  23. All database records with that template enabled will automatically fill those
  24. properties.
  25. To manage the properties, you need to:
  26. * Go to *Settings > Custom Info > Properties*.
  27. To manage their values, you need to:
  28. * Go to *Settings > Custom Info > Values*.
  29. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  30. :alt: Try me on Runbot
  31. :target: https://runbot.odoo-community.org/runbot/135/9.0
  32. Development
  33. ===========
  34. To create a module that supports custom information, just depend on this module
  35. and inherit from the ``custom.info`` model.
  36. Known issues / Roadmap
  37. ======================
  38. * All data types of custom information values are text strings.
  39. Bug Tracker
  40. ===========
  41. Bugs are tracked on `GitHub Issues
  42. <https://github.com/OCA/product-attribute/issues>`_. In case of trouble, please
  43. check there if your issue has already been reported. If you spotted it first,
  44. help us smashing it by providing a detailed and welcomed feedback.
  45. Credits
  46. =======
  47. Contributors
  48. ------------
  49. * Rafael Blasco <rafabn@antiun.com>
  50. * Carlos Dauden <carlos@incaser.es>
  51. * Sergio Teruel <sergio@incaser.es>
  52. * Jairo Llopis <yajo.sk8@gmail.com>
  53. Maintainer
  54. ----------
  55. .. image:: https://odoo-community.org/logo.png
  56. :alt: Odoo Community Association
  57. :target: https://odoo-community.org
  58. This module is maintained by the OCA.
  59. OCA, or the Odoo Community Association, is a nonprofit organization whose
  60. mission is to support the collaborative development of Odoo features and
  61. promote its widespread use.
  62. To contribute to this module, please visit https://odoo-community.org.