base_usability: form view of partner: zip/city/state (instead of state/city/zip)

This commit is contained in:
Alexis de Lattre
2023-10-25 21:38:06 +02:00
parent aae3ac2898
commit b701586edc
4 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<template
id="assets_backend"
name="web_sheet_full_width"
inherit_id="web.assets_backend"
>
<xpath expr="." position="inside">
<link
rel="stylesheet"
href="/base_usability/static/src/scss/form_view.scss"
/>
</xpath>
</template>
</odoo>