mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
init name mixin
This commit is contained in:
0
app_mixin_name_en/static/src/js/odooai.cn
Normal file
0
app_mixin_name_en/static/src/js/odooai.cn
Normal file
26
app_mixin_name_en/static/src/scss/app_style.scss
Normal file
26
app_mixin_name_en/static/src/scss/app_style.scss
Normal file
@@ -0,0 +1,26 @@
|
||||
.o_form_view .o_address_format {
|
||||
.o_address_country {
|
||||
display: -webkit-inline-flex;
|
||||
display: inline-flex;
|
||||
width: 48%;
|
||||
margin-right: 2%;
|
||||
}
|
||||
}
|
||||
.o_form_view.o_form_editable .o_address_format {
|
||||
div.o_address_state {
|
||||
width: 50%;
|
||||
margin-right: 0;
|
||||
}
|
||||
.o_address_city{
|
||||
width: 48%;
|
||||
margin-right: 2%;
|
||||
}
|
||||
.o_address_city_id{
|
||||
width: 48%;
|
||||
margin-right: 2%;
|
||||
}
|
||||
input.o_address_zip{
|
||||
width: 50%;
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
0
app_mixin_name_en/static/src/scss/odooai.cn
Normal file
0
app_mixin_name_en/static/src/scss/odooai.cn
Normal file
0
app_mixin_name_en/static/src/xml/odooai.cn
Normal file
0
app_mixin_name_en/static/src/xml/odooai.cn
Normal file
Reference in New Issue
Block a user