Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Dec 16, 2024
1 parent cdbbd23 commit fedc4b7
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 47 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ addon | version | maintainers | summary
--- | --- | --- | ---
[announcement](announcement/) | 17.0.1.0.0 | | Notify internal users about relevant organization stuff
[barcode_action](barcode_action/) | 17.0.1.0.0 | | Allows to use barcodes as a launcher
[base_export_manager](base_export_manager/) | 17.0.1.0.0 | | Manage model export profiles
[base_menu_visibility_restriction](base_menu_visibility_restriction/) | 17.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Restrict (with groups) menu visibilty
[base_optional_quick_create](base_optional_quick_create/) | 17.0.1.0.0 | | Avoid "quick create" on m2o fields, on a "by model" basis
[base_revision](base_revision/) | 17.0.1.0.0 | | Keep track of revised document
Expand Down
78 changes: 39 additions & 39 deletions base_export_manager/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Manage model export profiles
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:8bd0c1dfda164c48681cc3ed4ff2b5bfa4e0987526c8e5b2b1a1514bb6a6af6b
!! source digest: sha256:81ce02b38c9b077b4f36d6136b94c0f0e8f8dcb68fae7292594acada1ec2f0da
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down Expand Up @@ -44,10 +44,10 @@ This module extends the export capability:
Configuration
=============

- 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
- 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.

Expand All @@ -56,44 +56,44 @@ Usage

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.
- 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.
- 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.
- 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*.
- 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.
- 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.

Known issues / Roadmap
======================

- Translated labels are not used in final exported file.
- Translated labels are not used in final exported file.

Bug Tracker
===========
Expand All @@ -119,16 +119,16 @@ Authors
Contributors
------------

- Javier Iniesta <[email protected]>
- Antonio Espinosa <[email protected]>
- Rafael Blasco <[email protected]>
- Jairo Llopis <[email protected]>
- Dave Lasley <[email protected]>
- Sandip Mangukiya <[email protected]>
- Maxime Chambreuil <[email protected]>
- Olivier Jossen <[email protected]>
- Alexandre Díaz <[email protected]>
- Kevin Khao <[email protected]>
- Javier Iniesta <[email protected]>
- Antonio Espinosa <[email protected]>
- Rafael Blasco <[email protected]>
- Jairo Llopis <[email protected]>
- Dave Lasley <[email protected]>
- Sandip Mangukiya <[email protected]>
- Maxime Chambreuil <[email protected]>
- Olivier Jossen <[email protected]>
- Alexandre Díaz <[email protected]>
- Kevin Khao <[email protected]>

Maintainers
-----------
Expand Down
17 changes: 10 additions & 7 deletions base_export_manager/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@

/*
:Author: David Goodger ([email protected])
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Copyright: This stylesheet has been placed in the public domain.

Default cascading style sheet for the HTML output of Docutils.
Despite the name, some widely supported CSS2 features are used.

See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
Expand Down Expand Up @@ -274,7 +275,7 @@
margin-left: 2em ;
margin-right: 2em }

pre.code .ln { color: grey; } /* line numbers */
pre.code .ln { color: gray; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
Expand All @@ -300,7 +301,7 @@
span.pre {
white-space: pre }

span.problematic {
span.problematic, pre.problematic {
color: red }

span.section-subtitle {
Expand Down Expand Up @@ -366,7 +367,7 @@ <h1 class="title">Manage model export profiles</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:8bd0c1dfda164c48681cc3ed4ff2b5bfa4e0987526c8e5b2b1a1514bb6a6af6b
!! source digest: sha256:81ce02b38c9b077b4f36d6136b94c0f0e8f8dcb68fae7292594acada1ec2f0da
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-ux/tree/17.0/base_export_manager"><img alt="OCA/server-ux" src="https://img.shields.io/badge/github-OCA%2Fserver--ux-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-ux-17-0/server-ux-17-0-base_export_manager"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-ux&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module extends the export capability:</p>
Expand Down Expand Up @@ -421,8 +422,8 @@ <h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
<li>Choose a name.</li>
<li>Choose a model (table in the database).</li>
<li>Choose the fields to export.<ul>
<li>If you choose a related field, you can choose also up to 4 levels
of subfields.</li>
<li>If you choose a related field, you can choose also up to 4 levels of
subfields.</li>
<li>You can drag &amp; drop to reorder the fields.</li>
</ul>
</li>
Expand Down Expand Up @@ -485,7 +486,9 @@ <h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
<p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
<a class="reference external image-reference" href="https://odoo-community.org">
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
</a>
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.</p>
Expand Down
3 changes: 2 additions & 1 deletion setup/_metapackage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[project]
name = "odoo-addons-oca-server-ux"
version = "17.0.20240916.0"
version = "17.0.20241216.0"
dependencies = [
"odoo-addon-announcement>=17.0dev,<17.1dev",
"odoo-addon-barcode_action>=17.0dev,<17.1dev",
"odoo-addon-base_export_manager>=17.0dev,<17.1dev",
"odoo-addon-base_menu_visibility_restriction>=17.0dev,<17.1dev",
"odoo-addon-base_optional_quick_create>=17.0dev,<17.1dev",
"odoo-addon-base_revision>=17.0dev,<17.1dev",
Expand Down

0 comments on commit fedc4b7

Please sign in to comment.