From d650568e45a6240052178a5c6053e2bb4858948a Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sat, 9 Dec 2023 15:30:33 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- base_sequence_default/README.rst | 16 +++++++++------- base_sequence_default/__manifest__.py | 2 +- .../static/description/index.html | 8 ++++---- 4 files changed, 15 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 8382c75aa3d..2372e15b01f 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ addon | version | maintainers | summary [base_name_search_improved](base_name_search_improved/) | 16.0.1.0.0 | | Friendlier search when typing in relation fields [base_partition](base_partition/) | 16.0.1.0.0 | | Base module that provide the partition method on all models [base_search_fuzzy](base_search_fuzzy/) | 16.0.1.0.0 | | Fuzzy search with the PostgreSQL trigram extension -[base_sequence_default](base_sequence_default/) | 16.0.1.0.1 | [![Shide](https://github.com/Shide.png?size=30px)](https://github.com/Shide) [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) | Use sequences for default values of fields when creating a new record +[base_sequence_default](base_sequence_default/) | 16.0.1.0.2 | [![Shide](https://github.com/Shide.png?size=30px)](https://github.com/Shide) [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) | Use sequences for default values of fields when creating a new record [base_sequence_option](base_sequence_option/) | 16.0.1.0.0 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Alternative sequence options for specific models [base_sparse_field_list_support](base_sparse_field_list_support/) | 16.0.1.0.0 | | add list support to convert_to_cache() [base_technical_user](base_technical_user/) | 16.0.1.0.0 | | Add a technical user parameter on the company diff --git a/base_sequence_default/README.rst b/base_sequence_default/README.rst index 0f3350bb04a..32306302b8e 100644 --- a/base_sequence_default/README.rst +++ b/base_sequence_default/README.rst @@ -7,7 +7,7 @@ Default Fields with Sequence !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ff7d3aed37cb25905d2a42e95caa5434fd63ca836b1f894f53a8435b5454a489 + !! source digest: sha256:30552d740f43d32a3643985156656c3d9917f363a22c3e46b3dc906cc2144d00 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png @@ -69,13 +69,14 @@ To configure this module, you need to: sequenced name for new partners. Do not use ``{}`` when adding the model and field name to the pattern. - .. image:: https://github.com/OCA/server-tools/assets/147538094/ebf4be69-85d4-4c28-a3ec-bbe930fd53cf - :alt: Setting the sequence code properly + |Setting the sequence code properly| 8. Configure the sequence at will. - .. image:: https://github.com/OCA/server-tools/assets/147538094/e3eb311b-738f-4fce-9af5-a1b592908704 - :alt: Configuring a sequence to have date range sub-sequences + |Configuring a sequence to have date range sub-sequences| + +.. |Setting the sequence code properly| image:: https://github.com/OCA/server-tools/assets/147538094/ebf4be69-85d4-4c28-a3ec-bbe930fd53cf +.. |Configuring a sequence to have date range sub-sequences| image:: https://github.com/OCA/server-tools/assets/147538094/e3eb311b-738f-4fce-9af5-a1b592908704 Usage ===== @@ -93,8 +94,9 @@ To use this module, it is necessary to: 4. Check that the field defined in the sequence is set to the next value in the sequence. - .. image:: https://github.com/OCA/server-tools/assets/147538094/82698762-6ac2-4ac0-89ba-7c9b32ea5909 - :alt: The partner reference was auto-incremented as configured + |The partner reference was auto-incremented as configured| + +.. |The partner reference was auto-incremented as configured| image:: https://github.com/OCA/server-tools/assets/147538094/82698762-6ac2-4ac0-89ba-7c9b32ea5909 Bug Tracker =========== diff --git a/base_sequence_default/__manifest__.py b/base_sequence_default/__manifest__.py index 2cded8af15f..dce342f6ea4 100644 --- a/base_sequence_default/__manifest__.py +++ b/base_sequence_default/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Default Fields with Sequence", "summary": "Use sequences for default values of fields when creating a new record", - "version": "16.0.1.0.1", + "version": "16.0.1.0.2", "development_status": "Alpha", "category": "Tools", "website": "https://github.com/OCA/server-tools", diff --git a/base_sequence_default/static/description/index.html b/base_sequence_default/static/description/index.html index cb961f1100a..f474d8f8e13 100644 --- a/base_sequence_default/static/description/index.html +++ b/base_sequence_default/static/description/index.html @@ -367,7 +367,7 @@

Default Fields with Sequence

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:ff7d3aed37cb25905d2a42e95caa5434fd63ca836b1f894f53a8435b5454a489 +!! source digest: sha256:30552d740f43d32a3643985156656c3d9917f363a22c3e46b3dc906cc2144d00 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Alpha License: AGPL-3 OCA/server-tools Translate me on Weblate Try me on Runboat

This module extends the use of sequences. It will allow you to use them @@ -417,10 +417,10 @@

Configuration

base_sequence_default.res.partner.fields.name to add a default sequenced name for new partners. Do not use {} when adding the model and field name to the pattern.

-Setting the sequence code properly +

Setting the sequence code properly

  • Configure the sequence at will.

    -Configuring a sequence to have date range sub-sequences +

    Configuring a sequence to have date range sub-sequences

  • @@ -438,7 +438,7 @@

    Usage

  • Check that the field defined in the sequence is set to the next value in the sequence.

    -The partner reference was auto-incremented as configured +

    The partner reference was auto-incremented as configured