Skip to content

Commit

Permalink
[MIG] l10n_do_currency_update: v16 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge-C0 committed Feb 28, 2024
1 parent 866d920 commit c9c611a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:
with:
repository: indexa-git/l10n-dominicana
path: l10n-dominicana
# TODO change this to ${{ env.GITHUB_BASE_REF_SLUG || env.GITHUB_REF_SLUG }}
ref: '15.0-mig'
ref: '${{ env.GITHUB_BASE_REF_SLUG || env.GITHUB_REF_SLUG }}'

- name: Select Odoo modules to install
id: get_modules
Expand Down
2 changes: 1 addition & 1 deletion l10n_do_currency_update/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"demo": [
"demo/res_company_demo.xml",
],
"installable": False,
"installable": True,
}

0 comments on commit c9c611a

Please sign in to comment.