Skip to content

Commit

Permalink
Merge branch '16.0' into 16.0-mig-002-jc
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge-pcg authored Aug 6, 2024
2 parents 49270f4 + 60d8b91 commit 07afb49
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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 07afb49

Please sign in to comment.