diff --git a/README.md b/README.md index 33c882a6e..506676f26 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ addon | version | maintainers | summary [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.2 | [](https://github.com/Shide) [](https://github.com/yajo) [](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 | [](https://github.com/kittiu) | Alternative sequence options for specific models +[base_sequence_option](base_sequence_option/) | 16.0.1.0.1 | [](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 [base_time_window](base_time_window/) | 16.0.1.0.0 | | Base model to handle time windows diff --git a/base_sequence_option/README.rst b/base_sequence_option/README.rst index f7cfdaf17..03d2454a5 100644 --- a/base_sequence_option/README.rst +++ b/base_sequence_option/README.rst @@ -7,7 +7,7 @@ Base Sequence Option !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:e602f657c96c579338dde96a27ea3d5f49cb35292dd1543bf6bf88cf196d560e + !! source digest: sha256:e409091f81bde204304e68835c3f5ed9f5ae0eae0c7be7e797c1930ff5e63196 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png diff --git a/base_sequence_option/__manifest__.py b/base_sequence_option/__manifest__.py index 9e8c73be9..15794b6ec 100644 --- a/base_sequence_option/__manifest__.py +++ b/base_sequence_option/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Base Sequence Option", "summary": "Alternative sequence options for specific models", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "author": "Ecosoft, Odoo Community Association (OCA)", "maintainers": ["kittiu"], "development_status": "Alpha", diff --git a/base_sequence_option/static/description/index.html b/base_sequence_option/static/description/index.html index 52a11c2bb..88acfcf5f 100644 --- a/base_sequence_option/static/description/index.html +++ b/base_sequence_option/static/description/index.html @@ -1,4 +1,3 @@ -
@@ -367,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:e602f657c96c579338dde96a27ea3d5f49cb35292dd1543bf6bf88cf196d560e +!! source digest: sha256:e409091f81bde204304e68835c3f5ed9f5ae0eae0c7be7e797c1930ff5e63196 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->This module allow user to add optional sequences to some document model.