File tree 4 files changed +13
-11
lines changed
4 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ addon | version | maintainers | summary
77
77
[ sale_tier_validation] ( sale_tier_validation/ ) | 17.0.1.0.0 | | Extends the functionality of Sale Orders to support a tier validation process.
78
78
[ sale_validity_auto_cancel] ( sale_validity_auto_cancel/ ) | 17.0.1.0.0 | [ ![ JordiMForgeFlow] ( https://github.com/JordiMForgeFlow.png?size=30px )] ( https://github.com/JordiMForgeFlow ) | Automatically cancel quotations after validity period.
79
79
[ sales_team_security] ( sales_team_security/ ) | 17.0.1.0.1 | [ ![ pedrobaeza] ( https://github.com/pedrobaeza.png?size=30px )] ( https://github.com/pedrobaeza ) [ ![ ivantodorovich] ( https://github.com/ivantodorovich.png?size=30px )] ( https://github.com/ivantodorovich ) | New group for seeing only sales channel's documents
80
+ [ sales_team_security_crm] ( sales_team_security_crm/ ) | 17.0.1.0.0 | [ ![ ivantodorovich] ( https://github.com/ivantodorovich.png?size=30px )] ( https://github.com/ivantodorovich ) | Integrates sales_team_security with crm
80
81
[ sales_team_security_sale] ( sales_team_security_sale/ ) | 17.0.1.0.0 | [ ![ ivantodorovich] ( https://github.com/ivantodorovich.png?size=30px )] ( https://github.com/ivantodorovich ) | Integrates sales_team_security with sale
81
82
82
83
[ // ] : # ( end addons )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ CRM documents permissions by teams
7
7
!! This file is generated by oca-gen-addon-readme !!
8
8
!! changes will be overwritten. !!
9
9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:1c8be08954ebcdc5c15a90412fe1b9a70cbd78109585b6488d5fe439aebaa09f
10
+ !! source digest: sha256:e374f40667cee3fb0dd1c5a318c17cb501e2040d9800fd2ec2172a206a806342
11
11
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
13
13
.. |badge1 | image :: https://img.shields.io/badge/maturity-Production%2FStable-green.png
@@ -57,19 +57,19 @@ Authors
57
57
Contributors
58
58
------------
59
59
60
- - `Tecnativa <https://www.tecnativa.com >`__:
60
+ - `Tecnativa <https://www.tecnativa.com >`__:
61
61
62
- - Pedro M. Baeza
63
- - César A. Sánchez
62
+ - Pedro M. Baeza
63
+ - César A. Sánchez
64
64
65
- - `Guadaltech <https://www.guadaltech.es >`__:
65
+ - `Guadaltech <https://www.guadaltech.es >`__:
66
66
67
- - Ramón Bajona
67
+ - Ramón Bajona
68
68
69
- - Iván Todorovich <ivan.todorovich@gmail.com>
70
- - `Pesol <https://www.pesol.es >`__:
69
+ - Iván Todorovich <ivan.todorovich@gmail.com>
70
+ - `Pesol <https://www.pesol.es >`__:
71
71
72
- - Jonathan Oscategui Taza <info@pesol.es>
72
+ - Jonathan Oscategui Taza <info@pesol.es>
73
73
74
74
Maintainers
75
75
-----------
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ <h1 class="title">CRM documents permissions by teams</h1>
367
367
!! This file is generated by oca-gen-addon-readme !!
368
368
!! changes will be overwritten. !!
369
369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:1c8be08954ebcdc5c15a90412fe1b9a70cbd78109585b6488d5fe439aebaa09f
370
+ !! source digest: sha256:e374f40667cee3fb0dd1c5a318c17cb501e2040d9800fd2ec2172a206a806342
371
371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
372
< p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Production/Stable " src ="https://img.shields.io/badge/maturity-Production%2FStable-green.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/sale-workflow/tree/17.0/sales_team_security_crm "> < img alt ="OCA/sale-workflow " src ="https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sales_team_security_crm "> < 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/sale-workflow&target_branch=17.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373
373
< p > Glue module between sales_team_security and crm.</ p >
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " odoo-addons-oca-sale-workflow"
3
- version = " 17.0.20250128.0 "
3
+ version = " 17.0.20250128.1 "
4
4
dependencies = [
5
5
" odoo-addon-partner_sale_pivot>=17.0dev,<17.1dev" ,
6
6
" odoo-addon-portal_sale_personal_data_only>=17.0dev,<17.1dev" ,
@@ -58,6 +58,7 @@ dependencies = [
58
58
" odoo-addon-sale_tier_validation>=17.0dev,<17.1dev" ,
59
59
" odoo-addon-sale_validity_auto_cancel>=17.0dev,<17.1dev" ,
60
60
" odoo-addon-sales_team_security>=17.0dev,<17.1dev" ,
61
+ " odoo-addon-sales_team_security_crm>=17.0dev,<17.1dev" ,
61
62
" odoo-addon-sales_team_security_sale>=17.0dev,<17.1dev" ,
62
63
]
63
64
classifiers =[
You can’t perform that action at this time.
0 commit comments