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.

89 lines
2.4 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/8.0
  37. Known issues / Roadmap
  38. ======================
  39. * Translated labels are not used in final exported file.
  40. * If your database has dangling export profiles, you could get an error when
  41. installing. You will have to manually clean it before.
  42. Bug Tracker
  43. ===========
  44. Bugs are tracked on `GitHub Issues
  45. <https://github.com/OCA/server-tools/issues>`_. In case of trouble, please
  46. check there if your issue has already been reported. If you spotted it first,
  47. help us smashing it by providing a detailed and welcomed feedback.
  48. Credits
  49. =======
  50. Contributors
  51. ------------
  52. * Antonio Espinosa <antonioea@antiun.com>
  53. * Javier Iniesta <javieria@antiun.com>
  54. * Rafael Blasco <rafabn@antiun.com>
  55. * Jairo Llopis <yajo.sk8@gmail.com>
  56. Maintainer
  57. ----------
  58. .. image:: https://odoo-community.org/logo.png
  59. :alt: Odoo Community Association
  60. :target: https://odoo-community.org
  61. This module is maintained by the OCA.
  62. OCA, or the Odoo Community Association, is a nonprofit organization whose
  63. mission is to support the collaborative development of Odoo features and
  64. promote its widespread use.
  65. To contribute to this module, please visit https://odoo-community.org.