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.

61 lines
2.3 KiB

  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. Transform data on character fields
  6. ==================================
  7. This module was written to give programmers a convenient way to transform text input before it is written into the database or before it is read from it.
  8. As a practical example, FieldCharStripped is provided, which strips whitespace from the value before it is committed.
  9. Configuration
  10. =============
  11. This module is a dependency to be used by programmers, not end users. There's no configuration to be done via the UI.
  12. Usage
  13. =====
  14. Depend on this module and import the field classes you need::
  15. from openerp.addons.field_char_transformed import FieldCharTransformed, FieldCharStripped
  16. Bug Tracker
  17. ===========
  18. Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/issues>`_.
  19. In case of trouble, please check there if your issue has already been reported.
  20. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  21. `here <https://github.com/OCA/server-tools/issues/new?body=module:%20field_char_transformed%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  22. Credits
  23. =======
  24. Images
  25. ------
  26. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  27. Contributors
  28. ------------
  29. * Holger Brunn <hbrunn@therp.nl>
  30. Do not contact contributors directly about help with questions or problems concerning this addon, but use the `community mailing list <mailto:community@mail.odoo.com>`_ or the `appropriate specialized mailinglist <https://odoo-community.org/groups>`_ for help, and the bug tracker linked in `Bug Tracker`_ above for technical issues.
  31. Maintainer
  32. ----------
  33. .. image:: https://odoo-community.org/logo.png
  34. :alt: Odoo Community Association
  35. :target: https://odoo-community.org
  36. This module is maintained by the OCA.
  37. OCA, or the Odoo Community Association, is a nonprofit organization whose
  38. mission is to support the collaborative development of Odoo features and
  39. promote its widespread use.
  40. To contribute to this module, please visit https://odoo-community.org.