From fedc4b75f691fc63a9146a9d1bdea0e932358985 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 16 Dec 2024 07:50:49 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + base_export_manager/README.rst | 78 +++++++++---------- .../static/description/index.html | 17 ++-- setup/_metapackage/pyproject.toml | 3 +- 4 files changed, 52 insertions(+), 47 deletions(-) diff --git a/README.md b/README.md index 5c2926d771..fbd1e8b379 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/base_export_manager/README.rst b/base_export_manager/README.rst index 0e881f8f69..829212a108 100644 --- a/base_export_manager/README.rst +++ b/base_export_manager/README.rst @@ -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 @@ -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. @@ -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 =========== @@ -119,16 +119,16 @@ Authors Contributors ------------ -- Javier Iniesta -- Antonio Espinosa -- Rafael Blasco -- Jairo Llopis -- Dave Lasley -- Sandip Mangukiya -- Maxime Chambreuil -- Olivier Jossen -- Alexandre Díaz -- Kevin Khao +- Javier Iniesta +- Antonio Espinosa +- Rafael Blasco +- Jairo Llopis +- Dave Lasley +- Sandip Mangukiya +- Maxime Chambreuil +- Olivier Jossen +- Alexandre Díaz +- Kevin Khao Maintainers ----------- diff --git a/base_export_manager/static/description/index.html b/base_export_manager/static/description/index.html index 3cac1c8084..ee97fd6c7c 100644 --- a/base_export_manager/static/description/index.html +++ b/base_export_manager/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -: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. @@ -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 } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,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 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/server-ux Translate me on Weblate Try me on Runboat

This module extends the export capability:

@@ -421,8 +422,8 @@

Usage

  • 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.
    • +
    • If you choose a related field, you can choose also up to 4 levels of +subfields.
    • You can drag & drop to reorder the fields.
  • @@ -485,7 +486,9 @@

    Contributors

    Maintainers

    This module is maintained by the OCA.

    -Odoo Community Association + +Odoo Community Association +

    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.

    diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index f80203d954..b605e226be 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -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",