mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
add stock capa
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
],
|
],
|
||||||
'assets': {
|
'assets': {
|
||||||
'web.assets_qweb': [
|
'web.assets_qweb': [
|
||||||
'app_web_enterprise/static/src/**/*.xml',
|
'app_web_enterprise/static/src/xml/*.xml',
|
||||||
],
|
],
|
||||||
'web._assets_primary_variables': [
|
'web._assets_primary_variables': [
|
||||||
'app_web_enterprise/static/src/scss/primary_variables.scss',
|
'app_web_enterprise/static/src/scss/primary_variables.scss',
|
||||||
|
|||||||
@@ -6,11 +6,11 @@
|
|||||||
<img src='/web/binary/company_logo' alt="Logo"/>
|
<img src='/web/binary/company_logo' alt="Logo"/>
|
||||||
</t>
|
</t>
|
||||||
</t>
|
</t>
|
||||||
|
<!-- 菜单有下拉箭头-->
|
||||||
<t t-extend="Menu.sections">
|
<t t-inherit="web.Dropdown" t-inherit-mode="extension">
|
||||||
<t t-jquery=".dropdown-toggle" t-operation="attributes">
|
<xpath expr="//div[hasclass('o-dropdown')]" position="attributes">
|
||||||
<attribute name="class">dropdown-toggle o_menu_header_lvl_1</attribute>
|
<attribute name="t-att-class">{show: state.open}</attribute>
|
||||||
</t>
|
</xpath>
|
||||||
</t>
|
</t>
|
||||||
|
|
||||||
</templates>
|
</templates>
|
||||||
|
|||||||
Reference in New Issue
Block a user