-
-
Notifications
You must be signed in to change notification settings - Fork 545
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] base_export_manager: pre-commit auto fixes
- Loading branch information
1 parent
37c401c
commit e058a6c
Showing
15 changed files
with
124 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- Activate the developer mode | ||
- Go to Settings \> Users \> Groups to select a user group | ||
- Edit the group and go to the Access Rights tab | ||
- Uncheck the "Export Access" box on the object of your choice and save | ||
|
||
You can also go to Settings \> Technical \> Security \> Access Rights. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
- Javier Iniesta \<<javieria@antiun.com>\> | ||
- Antonio Espinosa \<<antonio.espinosa@tecnativa.com>\> | ||
- Rafael Blasco \<<rafael.blasco@tecnativa.com>\> | ||
- Jairo Llopis \<<jairo.llopis@tecnativa.com>\> | ||
- Dave Lasley \<<dave@laslabs.com>\> | ||
- Sandip Mangukiya \<<smangukiya@ursainfosystems.com>\> | ||
- Maxime Chambreuil \<<mchambreuil@ursainfosystems.com>\> | ||
- Olivier Jossen \<<olivier.jossen@braintec-group.com>\> | ||
- Alexandre Díaz \<<alexandre.diaz@tecnativa.com>\> | ||
- Kevin Khao \<<kevin.khao@akretion.com>\> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
This module extends the export capability: | ||
|
||
1. It allows an admin to manage export profiles (`ir.exports`) that | ||
Odoo stores internally but does not show anywhere. | ||
2. It also adds a new column to access rights to enable/disable export | ||
and override the export method to check if the user is allowed to | ||
export. Export is enabled by default. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- Translated labels are not used in final exported file. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
You can create the export profiles as you are used to: | ||
|
||
- Go to any list view. | ||
- Check some records. | ||
- Click *Action \> Export*. | ||
- Use the wizard to choose the columns to export. | ||
- Click on the *Template* dropdown and select *New template* | ||
- Give it a name. | ||
- Click on the floppy disk icon to save it. | ||
|
||
To manage export profiles, you need to: | ||
|
||
- Go to *Settings \> Technical \> User Interface \> Export Profiles*. | ||
- Create a new one. | ||
- Choose a name. | ||
- Choose a model (table in the database). | ||
- Choose the fields to export. | ||
- If you choose a related field, you can choose also up to 4 levels of | ||
subfields. | ||
- You can drag & drop to reorder the fields. | ||
|
||
To use one of those profiles, you need to: | ||
|
||
- Go to any list view. | ||
- Check some records. | ||
- Click *Action \> Export*. | ||
- Choose your saved export from *Saved exports*. | ||
- Press *Export to file*. | ||
|
||
Once you have configured groups who cannot export an object: | ||
|
||
- Connect as a user of this group | ||
- Go to the list view of the object you disabled the export | ||
- Select records and open the Action menu. The "Export" is not there. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters