diff --git a/.prettierrc.yml b/.prettierrc.yml new file mode 100644 index 0000000000000000000000000000000000000000..5b6d4b361ace92f3877993bf2848fac190d8fab6 --- /dev/null +++ b/.prettierrc.yml @@ -0,0 +1,8 @@ +# Defaults for all prettier-supported languages. +# Prettier will complete this with settings from .editorconfig file. +bracketSpacing: false +printWidth: 88 +proseWrap: always +semi: true +trailingComma: "es5" +xmlWhitespaceSensitivity: "strict" diff --git a/views/res_config_settings_view.xml b/views/res_config_settings_view.xml index 3344e1709eec0d266fd9809b312c6812adc5aaf8..f0c922bb3c3c0f124230e44f727a5a064ab83c08 100644 --- a/views/res_config_settings_view.xml +++ b/views/res_config_settings_view.xml @@ -16,15 +16,11 @@ <div class="col-12 col-lg-6 o_setting_box"> <div class="o_setting_right_pane"> <label - for="taux_horaire" - string="Taux horaire" - class="col-3 col-lg-3 o_light_label" - /> - <field - name="taux_horaire" - class="oe_inline" - required="1" - /> + for="taux_horaire" + string="Taux horaire" + class="col-3 col-lg-3 o_light_label" + /> + <field name="taux_horaire" class="oe_inline" required="1" /> </div> </div> </div>