@@ -17,13 +17,13 @@ Manage model export profiles
17
17
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18
18
:alt: License: AGPL-3
19
19
.. |badge3 | image :: https://img.shields.io/badge/github-OCA%2Fserver--ux-lightgray.png?logo=github
20
- :target: https://github.com/OCA/server-ux/tree/16 .0/base_export_manager
20
+ :target: https://github.com/OCA/server-ux/tree/18 .0/base_export_manager
21
21
:alt: OCA/server-ux
22
22
.. |badge4 | image :: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23
- :target: https://translation.odoo-community.org/projects/server-ux-16 -0/server-ux-16 -0-base_export_manager
23
+ :target: https://translation.odoo-community.org/projects/server-ux-18 -0/server-ux-18 -0-base_export_manager
24
24
:alt: Translate me on Weblate
25
25
.. |badge5 | image :: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26
- :target: https://runboat.odoo-community.org/builds?repo=OCA/server-ux&target_branch=16 .0
26
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/server-ux&target_branch=18 .0
27
27
:alt: Try me on Runboat
28
28
29
29
|badge1 | |badge2 | |badge3 | |badge4 | |badge5 |
@@ -32,9 +32,9 @@ This module extends the export capability:
32
32
33
33
1. It allows an admin to manage export profiles (``ir.exports ``) that
34
34
Odoo stores internally but does not show anywhere.
35
- 2. It also adds a new column to access rights to enable/disable export and
36
- override the export method to check if the user is allowed to export. Export
37
- is enabled by default.
35
+ 2. It also adds a new column to access rights to enable/disable export
36
+ and override the export method to check if the user is allowed to
37
+ export. Export is enabled by default.
38
38
39
39
**Table of contents **
40
40
@@ -44,10 +44,10 @@ This module extends the export capability:
44
44
Configuration
45
45
=============
46
46
47
- * Activate the developer mode
48
- * Go to Settings > Users > Groups to select a user group
49
- * Edit the group and go to the Access Rights tab
50
- * Uncheck the "Export Access" box on the object of your choice and save
47
+ - Activate the developer mode
48
+ - Go to Settings > Users > Groups to select a user group
49
+ - Edit the group and go to the Access Rights tab
50
+ - Uncheck the "Export Access" box on the object of your choice and save
51
51
52
52
You can also go to Settings > Technical > Security > Access Rights.
53
53
@@ -56,82 +56,82 @@ Usage
56
56
57
57
You can create the export profiles as you are used to:
58
58
59
- * Go to any list view.
60
- * Check some records.
61
- * Click *Action > Export *.
62
- * Use the wizard to choose the columns to export.
63
- * Click on the *Template * dropdown and select *New template *
64
- * Give it a name.
65
- * Click on the floppy disk icon to save it.
59
+ - Go to any list view.
60
+ - Check some records.
61
+ - Click *Action > Export *.
62
+ - Use the wizard to choose the columns to export.
63
+ - Click on the *Template * dropdown and select *New template *
64
+ - Give it a name.
65
+ - Click on the floppy disk icon to save it.
66
66
67
67
To manage export profiles, you need to:
68
68
69
- * Go to *Settings > Technical > User Interface > Export Profiles *.
70
- * Create a new one.
71
- * Choose a name.
72
- * Choose a model (table in the database).
73
- * Choose the fields to export.
69
+ - Go to *Settings > Technical > User Interface > Export Profiles *.
70
+ - Create a new one.
71
+ - Choose a name.
72
+ - Choose a model (table in the database).
73
+ - Choose the fields to export.
74
74
75
- * If you choose a related field, you can choose also up to 4 levels of
75
+ - If you choose a related field, you can choose also up to 4 levels of
76
76
subfields.
77
- * You can drag & drop to reorder the fields.
77
+ - You can drag & drop to reorder the fields.
78
78
79
79
To use one of those profiles, you need to:
80
80
81
- * Go to any list view.
82
- * Check some records.
83
- * Click *Action > Export *.
84
- * Choose your saved export from *Saved exports *.
85
- * Press *Export to file *.
81
+ - Go to any list view.
82
+ - Check some records.
83
+ - Click *Action > Export *.
84
+ - Choose your saved export from *Saved exports *.
85
+ - Press *Export to file *.
86
86
87
87
Once you have configured groups who cannot export an object:
88
88
89
- * Connect as a user of this group
90
- * Go to the list view of the object you disabled the export
91
- * Select records and open the Action menu. The "Export" is not there.
89
+ - Connect as a user of this group
90
+ - Go to the list view of the object you disabled the export
91
+ - Select records and open the Action menu. The "Export" is not there.
92
92
93
93
Known issues / Roadmap
94
94
======================
95
95
96
- * Translated labels are not used in final exported file.
96
+ - Translated labels are not used in final exported file.
97
97
98
98
Bug Tracker
99
99
===========
100
100
101
101
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-ux/issues >`_.
102
102
In case of trouble, please check there if your issue has already been reported.
103
103
If you spotted it first, help us to smash it by providing a detailed and welcomed
104
- `feedback <https://github.com/OCA/server-ux/issues/new?body=module:%20base_export_manager%0Aversion:%2016 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
104
+ `feedback <https://github.com/OCA/server-ux/issues/new?body=module:%20base_export_manager%0Aversion:%2018 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
105
105
106
106
Do not contact contributors directly about support or help with technical issues.
107
107
108
108
Credits
109
109
=======
110
110
111
111
Authors
112
- ~~~~~~~
112
+ -------
113
113
114
114
* Tecnativa
115
115
* LasLabs
116
116
* Ursa Information Systems
117
117
* brain-tec AG
118
118
119
119
Contributors
120
- ~~~~~~~~~~~~
121
-
122
- * Javier Iniesta <
[email protected] >
123
- * Antonio Espinosa <
[email protected] >
124
- * Rafael Blasco <
[email protected] >
125
- * Jairo Llopis <
[email protected] >
126
-
127
- * Sandip Mangukiya <
[email protected] >
128
- * Maxime Chambreuil <
[email protected] >
129
- * Olivier Jossen <
[email protected] >
130
- * Alexandre Díaz <
[email protected] >
131
-
120
+ ------------
121
+
122
+ - Javier Iniesta <
[email protected] >
123
+ - Antonio Espinosa <
[email protected] >
124
+ - Rafael Blasco <
[email protected] >
125
+ - Jairo Llopis <
[email protected] >
126
+
127
+ - Sandip Mangukiya <
[email protected] >
128
+ - Maxime Chambreuil <
[email protected] >
129
+ - Olivier Jossen <
[email protected] >
130
+ - Alexandre Díaz <
[email protected] >
131
+
132
132
133
133
Maintainers
134
- ~~~~~~~~~~~
134
+ -----------
135
135
136
136
This module is maintained by the OCA.
137
137
@@ -143,6 +143,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
143
143
mission is to support the collaborative development of Odoo features and
144
144
promote its widespread use.
145
145
146
- This module is part of the `OCA/server-ux <https://github.com/OCA/server-ux/tree/16 .0/base_export_manager >`_ project on GitHub.
146
+ This module is part of the `OCA/server-ux <https://github.com/OCA/server-ux/tree/18 .0/base_export_manager >`_ project on GitHub.
147
147
148
148
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
0 commit comments