diff --git a/static/src/css/style.css b/static/src/css/style.css index 964b60c11062164eaa32d72fb55f6c590eaef4e0..802e30e0946b5f3c6f269f326e8966d3d8cde667 100644 --- a/static/src/css/style.css +++ b/static/src/css/style.css @@ -1,3 +1,8 @@ .fa-shopping-cart:before { content: "\f067"; } + +form .div_city label , +form .div_street label { + font-weight: 400; +} \ No newline at end of file diff --git a/views/templates.xml b/views/templates.xml index c880514d6552f4c9e79961901c8b99f93073fec7..b074f803966426850d9f9f5b12d1deff8199e2fa 100644 --- a/views/templates.xml +++ b/views/templates.xml @@ -38,6 +38,11 @@ </select> </xpath> + <xpath expr="//input[@name='field_required']" position="before"> + <div class="mb-3"> + * Champ obligatoire + </div> + </xpath> </template> </odoo> \ No newline at end of file