Skip to content

Commit 71773aa

Browse files
committed
[FIX] awesome_(gallery,kanban): add missing author manifest keys
closes #917 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
1 parent 4c008ea commit 71773aa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

awesome_gallery/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@
2222
'awesome_gallery/static/src/**/*',
2323
],
2424
},
25+
'author': 'Odoo S.A.',
2526
'license': 'AGPL-3'
2627
}

awesome_kanban/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@
2222
'awesome_kanban/static/src/**/*',
2323
],
2424
},
25+
'author': 'Odoo S.A.',
2526
'license': 'AGPL-3'
2627
}

0 commit comments

Comments
 (0)