Commit 8c296a2 1 parent d7c3aa2 commit 8c296a2 Copy full SHA for 8c296a2
File tree 4 files changed +12
-10
lines changed
base_tier_validation_formula
4 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ addon | version | maintainers | summary
26
26
[ base_revision] ( base_revision/ ) | 18.0.1.0.0 | | Keep track of revised document
27
27
[ base_technical_features] ( base_technical_features/ ) | 18.0.1.0.2 | | Access to technical features without activating debug mode
28
28
[ base_tier_validation] ( base_tier_validation/ ) | 18.0.1.0.1 | [ ![ LoisRForgeFlow] ( https://github.com/LoisRForgeFlow.png?size=30px )] ( https://github.com/LoisRForgeFlow ) | Implement a validation process based on tiers.
29
+ [ base_tier_validation_formula] ( base_tier_validation_formula/ ) | 18.0.1.0.0 | | Formulas for Base tier validation
29
30
[ date_range] ( date_range/ ) | 18.0.1.0.0 | [ ![ lmignon] ( https://github.com/lmignon.png?size=30px )] ( https://github.com/lmignon ) | Manage all kind of date range
30
31
[ developer_menu] ( developer_menu/ ) | 18.0.1.0.0 | [ ![ bealdav] ( https://github.com/bealdav.png?size=30px )] ( https://github.com/bealdav ) | Menu Shortcut for developer usage
31
32
[ sequence_check_digit] ( sequence_check_digit/ ) | 18.0.1.0.1 | | Adds a check digit on sequences
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Base Tier Validation Formula
7
7
!! This file is generated by oca-gen-addon-readme !!
8
8
!! changes will be overwritten. !!
9
9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:30cc4c107c35bd82290d5c45d91bed36c8ee05555a66524b8381fa67848c99ba
10
+ !! source digest: sha256:57ad8cd1879192037266bba67cdf5e43636d79da7ca0536dae323454c7286a86
11
11
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
13
13
.. |badge1 | image :: https://img.shields.io/badge/maturity-Mature-brightgreen.png
@@ -67,18 +67,18 @@ Authors
67
67
Contributors
68
68
------------
69
69
70
- - Enric Tobella <etobella@creublanca.es>
70
+ - Enric Tobella <etobella@creublanca.es>
71
71
72
- - Adrià Gil Sorribes <adria.gil@forgeflow.com>
72
+ - Adrià Gil Sorribes <adria.gil@forgeflow.com>
73
73
74
- - Pedro Gonzalez <pedro.gonzalez@pesol.es>
74
+ - Pedro Gonzalez <pedro.gonzalez@pesol.es>
75
75
76
- - Pimolnat Suntian <pimolnats@ecosoft.co.th>
76
+ - Pimolnat Suntian <pimolnats@ecosoft.co.th>
77
77
78
- - `Trobz <https://trobz.com >`__:
78
+ - `Trobz <https://trobz.com >`__:
79
79
80
- - Hoang Diep <hoang@trobz.com>
81
- - Son Ho <sonhd@trobz.com>
80
+ - Hoang Diep <hoang@trobz.com>
81
+ - Son Ho <sonhd@trobz.com>
82
82
83
83
Other credits
84
84
-------------
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ <h1 class="title">Base Tier Validation Formula</h1>
367
367
!! This file is generated by oca-gen-addon-readme !!
368
368
!! changes will be overwritten. !!
369
369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:30cc4c107c35bd82290d5c45d91bed36c8ee05555a66524b8381fa67848c99ba
370
+ !! source digest: sha256:57ad8cd1879192037266bba67cdf5e43636d79da7ca0536dae323454c7286a86
371
371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
372
< p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Mature " src ="https://img.shields.io/badge/maturity-Mature-brightgreen.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/18.0/base_tier_validation_formula "> < 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-18-0/server-ux-18-0-base_tier_validation_formula "> < 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&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373
373
< p > This module includes the ability to define the tier definition domain
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " odoo-addons-oca-server-ux"
3
- version = " 18.0.20250228 .0"
3
+ version = " 18.0.20250309 .0"
4
4
dependencies = [
5
5
" odoo-addon-base_cancel_confirm==18.0.*" ,
6
6
" odoo-addon-base_menu_visibility_restriction==18.0.*" ,
7
7
" odoo-addon-base_revision==18.0.*" ,
8
8
" odoo-addon-base_technical_features==18.0.*" ,
9
9
" odoo-addon-base_tier_validation==18.0.*" ,
10
+ " odoo-addon-base_tier_validation_formula==18.0.*" ,
10
11
" odoo-addon-date_range==18.0.*" ,
11
12
" odoo-addon-developer_menu==18.0.*" ,
12
13
" odoo-addon-sequence_check_digit==18.0.*" ,
You can’t perform that action at this time.
0 commit comments