Skip to content

Commit 5920564

Browse files
committed
[BOT] post-merge updates
1 parent 3da58e7 commit 5920564

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ addon | version | maintainers | summary
2929
[base_optional_quick_create](base_optional_quick_create/) | 17.0.1.0.0 | | Avoid "quick create" on m2o fields, on a "by model" basis
3030
[base_revision](base_revision/) | 17.0.1.0.0 | | Keep track of revised document
3131
[base_search_custom_field_filter](base_search_custom_field_filter/) | 17.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Add custom filters for fields via UI
32-
[base_substate](base_substate/) | 17.0.1.0.0 | | Base Sub State
32+
[base_substate](base_substate/) | 17.0.1.0.1 | | Base Sub State
3333
[base_technical_features](base_technical_features/) | 17.0.1.0.2 | | Access to technical features without activating debug mode
3434
[base_tier_validation](base_tier_validation/) | 17.0.2.3.4 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Implement a validation process based on tiers.
3535
[base_tier_validation_formula](base_tier_validation_formula/) | 17.0.1.0.0 | | Formulas for Base tier validation

base_substate/README.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Base Sub State
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:84d1194b4cb2ddfc3fd9bbade580d42a584642ea0243a07295e92d53ca67d781
10+
!! source digest: sha256:7e05174f9c999b09d7037b7804c93362beeac5da9f3abd5bd9a3c3ea549f09d9
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -34,9 +34,9 @@ be applied on different models (sale order, purchase, ...).
3434
example:
3535
--------
3636

37-
- for the quotation state of a sale order we can define 3 substates "In
38-
negotiation", "Won" and "Lost".
39-
- We can also send mail when the substate is reached.
37+
- for the quotation state of a sale order we can define 3 substates "In
38+
negotiation", "Won" and "Lost".
39+
- We can also send mail when the substate is reached.
4040

4141
It is not useful by itself. You can see an example of implementation in
4242
the 'purchase_substate' module. (purchase-workflow repository).
@@ -73,9 +73,9 @@ Authors
7373
Contributors
7474
------------
7575

76-
- Mourad EL HADJ MIMOUNE <[email protected]>
77-
- Kitti U. <[email protected]>
78-
- Alexei Rivera <[email protected]> (migration to 15.0)
76+
- Mourad EL HADJ MIMOUNE <[email protected]>
77+
- Kitti U. <[email protected]>
78+
- Alexei Rivera <[email protected]> (migration to 15.0)
7979

8080
Maintainers
8181
-----------

base_substate/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{
55
"name": "Base Sub State",
6-
"version": "17.0.1.0.0",
6+
"version": "17.0.1.0.1",
77
"category": "Tools",
88
"author": "Akretion, " "Odoo Community Association (OCA)",
99
"website": "https://github.com/OCA/server-ux",

base_substate/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Base Sub State</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:84d1194b4cb2ddfc3fd9bbade580d42a584642ea0243a07295e92d53ca67d781
370+
!! source digest: sha256:7e05174f9c999b09d7037b7804c93362beeac5da9f3abd5bd9a3c3ea549f09d9
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<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_substate"><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_substate"><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>
373373
<p>This module provide abstract models to manage customizable substates to

0 commit comments

Comments
 (0)