mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update chinese, partner_user精减mrp 部份
This commit is contained in:
@@ -1,3 +1,15 @@
|
|||||||
|
//必须有 form ,故要特殊处理样式
|
||||||
|
.o_form_view.o_form_nosheet.o_form_address_chinese, .o_form_view .o_form_nosheet.o_form_address_chinese {
|
||||||
|
padding: 0 0 0 0;
|
||||||
|
}
|
||||||
|
.o_form_view .o_address_format.o_address_chinese {
|
||||||
|
.o_address_country {
|
||||||
|
display: -webkit-inline-flex;
|
||||||
|
display: inline-flex;
|
||||||
|
width: 38%;
|
||||||
|
margin-right: 2%;
|
||||||
|
}
|
||||||
|
}
|
||||||
.o_form_view .o_address_format.o_address_chinese {
|
.o_form_view .o_address_format.o_address_chinese {
|
||||||
.o_address_country {
|
.o_address_country {
|
||||||
display: -webkit-inline-flex;
|
display: -webkit-inline-flex;
|
||||||
|
|||||||
@@ -47,7 +47,7 @@
|
|||||||
<field name="model">res.partner</field>
|
<field name="model">res.partner</field>
|
||||||
<field name="priority" eval="900"/>
|
<field name="priority" eval="900"/>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<form>
|
<form class="o_form_address_chinese">
|
||||||
<div class="o_address_format o_address_chinese">
|
<div class="o_address_format o_address_chinese">
|
||||||
<div name="partner_address_country" class="d-flex">
|
<div name="partner_address_country" class="d-flex">
|
||||||
<field name="country_id" placeholder="Country" class="o_address_country"
|
<field name="country_id" placeholder="Country" class="o_address_country"
|
||||||
|
|||||||
Reference in New Issue
Block a user