añadido web decimal numpad
This commit is contained in:
parent
073dd91e90
commit
50752d87e7
15 changed files with 697 additions and 0 deletions
26
web_decimal_numpad_dot/__manifest__.py
Normal file
26
web_decimal_numpad_dot/__manifest__.py
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Copyright 2015 AvanzOSC - Oihane Crucelaegui
|
||||
# Copyright 2015 Tecnativa - Pedro M. Baeza
|
||||
# Copyright 2015 Comunitea - Omar Castiñeira Saavedra
|
||||
# Copyright 2016 Oliver Dony
|
||||
# Copyright 2017-18 Tecnativa - David Vidal
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
"name": "Web - Numpad Dot as decimal separator",
|
||||
"version": "12.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
"summary": "Allows using numpad dot to enter period decimal separator",
|
||||
"depends": [
|
||||
"web",
|
||||
],
|
||||
"author": "AvanzOSC, "
|
||||
"Comunitea, "
|
||||
"Tecnativa, "
|
||||
"Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"category": "Web",
|
||||
"data": [
|
||||
"views/web_decimal_numpad_dot.xml",
|
||||
],
|
||||
"installable": True,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue