Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge-pcg committed Mar 27, 2024
1 parent 6b199d5 commit 10bb926
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
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 Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/iterativo/dockerdoo:15.0
FROM gcr.io/iterativo/dockerdoo:16.0
ENV ODOO_EXTRA_ADDONS /mnt/extra-addons
USER root
RUN sudo mkdir -p ${ODOO_EXTRA_ADDONS}
Expand Down
4 changes: 2 additions & 2 deletions l10n_do_currency_update/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"website": "https://www.indexa.do",
"category": "Accounting",
"license": "LGPL-3",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"depends": ["account"],
"data": [
"data/ir_cron_data.xml",
Expand All @@ -17,5 +17,5 @@
"demo": [
"demo/res_company_demo.xml",
],
"installable": True,
"installable": False,
}
4 changes: 2 additions & 2 deletions l10n_do_ncf_validation/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Dominican NCF Validation",
"version": "15.0.1.0.1",
"version": "16.0.1.0.0",
"summary": "Validate NCF from external service",
"category": "Extra Tools",
"license": "LGPL-3",
Expand All @@ -11,5 +11,5 @@
"data/ir_config_parameter_data.xml",
"views/res_config_settings_views.xml",
],
"installable": True,
"installable": False,
}
4 changes: 2 additions & 2 deletions l10n_do_rnc_validation/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Dominican Tax ID Validation",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"summary": "Validate RNC/Cédula from external service",
"category": "Extra Tools",
"author": "Guavana," "Indexa," "Iterativo",
Expand All @@ -15,5 +15,5 @@
"views/res_config_settings_views.xml",
"data/ir_config_parameter_data.xml",
],
"installable": True,
"installable": False,
}

0 comments on commit 10bb926

Please sign in to comment.