Files
clementthomas d100cf91b6 [IMP] partner_aphone_country_validation:
module debugged
2024-03-11 10:53:04 +01:00

38 lines
1.1 KiB
Python

# 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": "Format phone number according with country and select good country depending on phone if country empty",
# 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,
}