mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
简单长宽高处理
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': "App purchase search browse by partner",
|
'name': "App purchase search browse by partner",
|
||||||
'version': '16.22.12.06',
|
'version': '16.23.12.07',
|
||||||
'author': 'odooai.cn',
|
'author': 'odooai.cn',
|
||||||
'category': 'Base',
|
'category': 'Base',
|
||||||
'website': 'https://www.odooai.cn',
|
'website': 'https://www.odooai.cn',
|
||||||
@@ -43,17 +43,16 @@
|
|||||||
'data': [
|
'data': [
|
||||||
'views/purchase_views.xml',
|
'views/purchase_views.xml',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'assets': {
|
||||||
|
'web.assets_backend': [
|
||||||
|
'app_purchase_superbar/static/src/views/*.xml',
|
||||||
|
],
|
||||||
|
},
|
||||||
'demo': [
|
'demo': [
|
||||||
],
|
],
|
||||||
'test': [
|
'test': [
|
||||||
],
|
],
|
||||||
'css': [
|
|
||||||
],
|
|
||||||
'qweb': [
|
|
||||||
'static/src/xml/*.xml',
|
|
||||||
],
|
|
||||||
'js': [
|
|
||||||
],
|
|
||||||
'post_load': None,
|
'post_load': None,
|
||||||
'post_init_hook': 'post_init_hook',
|
'post_init_hook': 'post_init_hook',
|
||||||
'installable': True,
|
'installable': True,
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
<templates>
|
||||||
|
<!-- 优化原生样式-->
|
||||||
|
<t t-name="app_purchase_superbar.PurchaseListView" t-inherit="purchase.PurchaseListView" t-inherit-mode="extension" owl="1">
|
||||||
|
<xpath expr="//PurchaseDashBoard" position="replace"/>
|
||||||
|
<xpath expr="//table[1]" position="before">
|
||||||
|
<PurchaseDashBoard />
|
||||||
|
</xpath>
|
||||||
|
</t>
|
||||||
|
</templates>
|
||||||
Reference in New Issue
Block a user