Skip to content
Snippets Groups Projects
Commit 7417d8fc authored by Naglis Jonaitis's avatar Naglis Jonaitis
Browse files

[IMP] *: fix typos in field definitions


* account, crm, hr, im_livechat, l10n_ch, l10n_it_edi, mail,
mass_mailing, project, stock, base

- `String` -> `string`;
- `defaut` -> `default`;
- `defaults` -> `default`;
- `reandonly` -> `readonly`;
- removed redundant `placeholder` attribute for `Char` field;
- removed redundant `size` attribute for `Float` and `Integer` fields;
- changed to use `Selection` instead of `Char` for a field having a
defined `selection`.

closes odoo/odoo#35356

Signed-off-by: default avatarMartin Trigaux (mat) <mat@odoo.com>
parent ef99ea2d
No related branches found
No related tags found
No related merge requests found
Showing
with 16 additions and 16 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment