Skip to content

Commit fd587c7

Browse files
committed
[BOT] post-merge updates
1 parent 86b6fac commit fd587c7

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ addon | version | maintainers | summary
7777
[sale_tier_validation](sale_tier_validation/) | 17.0.1.0.0 | | Extends the functionality of Sale Orders to support a tier validation process.
7878
[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.
7979
[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
8081
[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
8182

8283
[//]: # (end addons)

sales_team_security_crm/README.rst

+9-9
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CRM documents permissions by teams
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:1c8be08954ebcdc5c15a90412fe1b9a70cbd78109585b6488d5fe439aebaa09f
10+
!! source digest: sha256:e374f40667cee3fb0dd1c5a318c17cb501e2040d9800fd2ec2172a206a806342
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
@@ -57,19 +57,19 @@ Authors
5757
Contributors
5858
------------
5959

60-
- `Tecnativa <https://www.tecnativa.com>`__:
60+
- `Tecnativa <https://www.tecnativa.com>`__:
6161

62-
- Pedro M. Baeza
63-
- César A. Sánchez
62+
- Pedro M. Baeza
63+
- César A. Sánchez
6464

65-
- `Guadaltech <https://www.guadaltech.es>`__:
65+
- `Guadaltech <https://www.guadaltech.es>`__:
6666

67-
- Ramón Bajona
67+
- Ramón Bajona
6868

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>`__:
7171

72-
- Jonathan Oscategui Taza <info@pesol.es>
72+
- Jonathan Oscategui Taza <info@pesol.es>
7373

7474
Maintainers
7575
-----------

sales_team_security_crm/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">CRM documents permissions by teams</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:1c8be08954ebcdc5c15a90412fe1b9a70cbd78109585b6488d5fe439aebaa09f
370+
!! source digest: sha256:e374f40667cee3fb0dd1c5a318c17cb501e2040d9800fd2ec2172a206a806342
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<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&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>Glue module between sales_team_security and crm.</p>

setup/_metapackage/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-sale-workflow"
3-
version = "17.0.20250128.0"
3+
version = "17.0.20250128.1"
44
dependencies = [
55
"odoo-addon-partner_sale_pivot>=17.0dev,<17.1dev",
66
"odoo-addon-portal_sale_personal_data_only>=17.0dev,<17.1dev",
@@ -58,6 +58,7 @@ dependencies = [
5858
"odoo-addon-sale_tier_validation>=17.0dev,<17.1dev",
5959
"odoo-addon-sale_validity_auto_cancel>=17.0dev,<17.1dev",
6060
"odoo-addon-sales_team_security>=17.0dev,<17.1dev",
61+
"odoo-addon-sales_team_security_crm>=17.0dev,<17.1dev",
6162
"odoo-addon-sales_team_security_sale>=17.0dev,<17.1dev",
6263
]
6364
classifiers=[

0 commit comments

Comments
 (0)