Skip to content

Commit e7a5b51

Browse files
committed
Merge PR #48 into 12.0
Signed-off-by sbidoul
2 parents 72a6cb9 + d9f7d95 commit e7a5b51

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- run: exit 1
12+
- run: exit 0

odoo_module2/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "odoo module 2",
33
"version": "12.0.1.1.0",
44
"author": "Author, Odoo Community Association (OCA)",
5-
"summary": "Module 2 summary.....",
5+
"summary": "Module 2 summary......",
66
"license": "LGPL-3",
77
"installable": True,
88
"auto_install": False,

0 commit comments

Comments
 (0)