Skip to content

Commit 3443744

Browse files
committed
[MIG] mail_partner_forwarding: Migration to 18.0
1 parent eff39ae commit 3443744

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
persist-credentials: false
5858
- name: Install addons and dependencies
5959
run: oca_install_addons
60+
- name: Install missing Python dependencies
61+
run: pip install odoo-test-helper
6062
- name: Check licenses
6163
run: manifestoo -d . check-licenses
6264
- name: Check development status

mail_partner_forwarding/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"name": "Partner Mail Forwarding",
66
"summary": "Forwarding notifications for partners",
7-
"version": "17.0.1.0.1",
7+
"version": "18.0.1.0.1",
88
"category": "Social Network",
99
"website": "https://github.com/OCA/social",
1010
"author": "ADHOC SA, Odoo Community Association (OCA)",

0 commit comments

Comments
 (0)