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.

87 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. Manage model export profiles
  6. ============================
  7. This module allows an admin to manage export profiles (``ir.exports``) that
  8. Odoo stores internally but shows nowhere.
  9. Usage
  10. =====
  11. You can create the export profiles as you are used to:
  12. * Go to any list view.
  13. * Check some records.
  14. * Press *More > Export*.
  15. * Use the wizard to choose the columns to export.
  16. * Press *Save fields list*.
  17. * Give it a name.
  18. * Press *OK*.
  19. To manage export profiles, you need to:
  20. * Go to *Settings > Technical > User Interface > Export Profiles*.
  21. * Create a new one.
  22. * Choose a name.
  23. * Choose a model (table in the database).
  24. * Choose the fields to export.
  25. * If you choose a related field, you can choose also up to 3 levels of
  26. subfields.
  27. * You can drag & drop to reorder the fields.
  28. To use one of those profiles, you need to:
  29. * Go to any list view.
  30. * Check some records.
  31. * Press *More > Export*.
  32. * Choose your saved export from *Saved exports*.
  33. * Press *Export to file*.
  34. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  35. :alt: Try me on Runbot
  36. :target: https://runbot.odoo-community.org/runbot/149/9.0
  37. Known issues / Roadmap
  38. ======================
  39. * Translated labels are not used in final exported file.
  40. Bug Tracker
  41. ===========
  42. Bugs are tracked on `GitHub Issues
  43. <https://github.com/OCA/server-tools/issues>`_. In case of trouble, please
  44. check there if your issue has already been reported. If you spotted it first,
  45. help us smashing it by providing a detailed and welcomed feedback.
  46. Credits
  47. =======
  48. Contributors
  49. ------------
  50. * Antonio Espinosa <antonioea@antiun.com>
  51. * Javier Iniesta <javieria@antiun.com>
  52. * Rafael Blasco <rafabn@antiun.com>
  53. * Jairo Llopis <yajo.sk8@gmail.com>
  54. * Dave Lasley <dave@laslabs.com>
  55. Maintainer
  56. ----------
  57. .. image:: https://odoo-community.org/logo.png
  58. :alt: Odoo Community Association
  59. :target: https://odoo-community.org
  60. This module is maintained by the OCA.
  61. OCA, or the Odoo Community Association, is a nonprofit organization whose
  62. mission is to support the collaborative development of Odoo features and
  63. promote its widespread use.
  64. To contribute to this module, please visit https://odoo-community.org.