mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update paid
This commit is contained in:
26
app_base_chinese/static/src/scss/app_style.scss
Normal file
26
app_base_chinese/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;
|
||||
}
|
||||
}
|
||||
12
app_base_chinese/static/src/xml/views.xml
Normal file
12
app_base_chinese/static/src/xml/views.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<templates id="template" xml:space="preserve">
|
||||
<!--改search中英文-->
|
||||
<t t-extend="SearchPanel.Category">
|
||||
<t t-jquery="div.alert" t-operation="replace">
|
||||
<div t-if="category.limitAttained" class="alert alert-warning">
|
||||
<span>性能原因,只支持 200 条记录的显示</span>
|
||||
<span t-if="category.parentField">记录没有树状结构</span>
|
||||
</div>
|
||||
</t>
|
||||
</t>
|
||||
</templates>
|
||||
Reference in New Issue
Block a user