Skip to content

Commit

Permalink
Merge PR #48 into 12.0
Browse files Browse the repository at this point in the history
Signed-off-by sbidoul
  • Loading branch information
sbidoul committed Feb 27, 2021
2 parents 72a6cb9 + d9f7d95 commit d5c3b6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: exit 1
- run: exit 0
2 changes: 1 addition & 1 deletion odoo_module2/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "odoo module 2",
"version": "12.0.1.1.0",
"author": "Author, Odoo Community Association (OCA)",
"summary": "Module 2 summary.....",
"summary": "Module 2 summary......",
"license": "LGPL-3",
"installable": True,
"auto_install": False,
Expand Down

0 comments on commit d5c3b6f

Please sign in to comment.