mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update odoo common
This commit is contained in:
@@ -133,7 +133,7 @@
|
|||||||
<field name="inherit_id" ref="base.view_partner_tree"/>
|
<field name="inherit_id" ref="base.view_partner_tree"/>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<xpath expr="//field[@name='email']" position="after">
|
<xpath expr="//field[@name='email']" position="after">
|
||||||
<field name="category_id" optional="hide"/>
|
<field name="category_id" optional="show"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
.o_list_view .table-responsive .o_optional_columns_dropdown_toggle {
|
.o_list_view .table-responsive .o_optional_columns_dropdown_toggle {
|
||||||
padding: 0 20px 0 5px;
|
padding: 0 20px 0 5px;
|
||||||
}
|
}
|
||||||
.o_content {
|
.o_view_controller {
|
||||||
.o_controller_with_searchpanel .o_renderer_with_searchpanel {
|
.o_controller_with_searchpanel .o_renderer_with_searchpanel {
|
||||||
overflow: unset;
|
overflow: unset;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user