[NEW]_partner_phone_country_validation

This commit is contained in:
Boris Gallet
2024-02-27 16:34:36 +01:00
commit 9b56211954
9 changed files with 809 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
# Copyright 2024 Boris Gallet ()
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "partner_phone_country_validation",
"version": "14.0.0.1",
"author": "Elabore",
"website": "https://elabore.coop",
"maintainer": "Boris Gallet",
"license": "AGPL-3",
"category": "Tools",
"summary": "Check the correct format of phone according to country when partner creation/validation",
# any module necessary for this one to work correctly
"depends": [
"base",
"base_phone"
],
"qweb": [],
"external_dependencies": {
"python": [],
},
# always loaded
"data": [
# "security/security.xml",
# "security/ir.model.access.csv",
# "views/menu.xml",
# "data/data.xml",
],
# only loaded in demonstration mode
"demo": [],
"js": [],
"css": [],
"installable": True,
# Install this module automatically if all dependency have been previously
# and independently installed. Used for synergetic or glue modules.
"auto_install": False,
"application": False,
}