Related Masked Input Widget
by Vladimir V https://www.upwork.com/o/profiles/users/_~01a4a3d604f8c454ec/$ 5.38
Availability |
Odoo Online
Odoo.sh
On Premise
|
Technical Name |
web_related_mask_widget |
License | See License tab |
Website | https://www.upwork.com/o/profiles/users/_~01a4a3d604f8c454ec/ |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Technical Name |
web_related_mask_widget |
License | See License tab |
Website | https://www.upwork.com/o/profiles/users/_~01a4a3d604f8c454ec/ |
Related Masked Input Widget
This module allows for creation of a data entry mask for data stored in TEXT or CHAR fields. Mask itself is also stored in the database as a CHAR.
This module allows for creation of a data entry mask for data stored in CHAR fields. Mask itself is also stored in the database as a CHAR.
The field to which mask gets applied to is supplied via "mask_field" attribute.
Example:
c_field = fields.Many2one('billing.custom_fields', string='Field') value = fields.Char(string="Value") mask = fields.Char(string= "Mask", related='c_field.mask') <field name="mask" invisible="1"/> <field name="value" mask_field="mask"/>
Format
Character |
EX format |
Reqd. |
Length |
Description |
? |
/./ |
x |
|
One character |
* |
/./ |
x |
X |
Any number of characters |
A |
/[a-zA-Z0-9]/ |
x |
|
One alphanumeric character |
F |
/[a-zA-Z0-9]/ |
x |
x |
Any number alphanumeric characters |
С |
/[a-zA-Z]/ |
x |
|
One alpha character |
S |
/[a-zA-Z]/ |
|
x |
Any number of alpha characters |
0 |
/[0-9]/ |
x |
|
One numeric character |
9 |
/[0-9]/ |
|
|
One numeric character (optonal) |
# |
/[0-9]/ |
x |
x |
Any number of numeric characters |
H |
/[0-9A-Fa-f]/ |
x |
|
Hexadecimal value |
I |
/[0-2]/ |
|
|
Numeric character ranging 0-2 (optional) |
P |
/[0-5]/ |
x |
|
Numeric character between 0 and 5 |
In an absense of a mask any input is allowed.
Usage examples
Mask |
Description |
Sample entry |
(000) 000-0000 |
Phone number |
(945) 345-0909 |
IPP.IPP.IPP.IPP |
IPv4 address |
123.234.123.45 |
HH:HH:HH:HH:HH:HH |
MAC address |
34:4F:3D:19:CC:C1 |
СAAAAAF |
Alphanumeric login field with minimum of 6 characters beginning with an alpha character. |
pri4eska |
If data entry does not match the mask â the field is highlighted red.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module