We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff39ae commit 3443744Copy full SHA for 3443744
.github/workflows/test.yml
@@ -57,6 +57,8 @@ jobs:
57
persist-credentials: false
58
- name: Install addons and dependencies
59
run: oca_install_addons
60
+ - name: Install missing Python dependencies
61
+ run: pip install odoo-test-helper
62
- name: Check licenses
63
run: manifestoo -d . check-licenses
64
- name: Check development status
mail_partner_forwarding/__manifest__.py
@@ -4,7 +4,7 @@
4
{
5
"name": "Partner Mail Forwarding",
6
"summary": "Forwarding notifications for partners",
7
- "version": "17.0.1.0.1",
+ "version": "18.0.1.0.1",
8
"category": "Social Network",
9
"website": "https://github.com/OCA/social",
10
"author": "ADHOC SA, Odoo Community Association (OCA)",
0 commit comments