add odoo erp

This commit is contained in:
Valentin Romero
2026-06-30 22:08:52 -03:00
parent 03294769a4
commit 42bc368be5
8 changed files with 668 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "Account API (ARG)",
"version": "18.0.1.0.3",
"author": "Valentin Romero",
"website": "",
"license": "AGPL-3",
"depends": [
"base",
"l10n_ar",
],
"category": "Tools",
"data": [
"data/ir_config_parameter.xml"
],
"installable": True,
}