简单长宽高处理

This commit is contained in:
Ivan Office
2023-12-08 05:04:34 +08:00
parent a575f5a547
commit 47dc0ab8bc
2 changed files with 16 additions and 8 deletions

View File

@@ -17,7 +17,7 @@
{
'name': "App purchase search browse by partner",
'version': '16.22.12.06',
'version': '16.23.12.07',
'author': 'odooai.cn',
'category': 'Base',
'website': 'https://www.odooai.cn',
@@ -43,17 +43,16 @@
'data': [
'views/purchase_views.xml',
],
'assets': {
'web.assets_backend': [
'app_purchase_superbar/static/src/views/*.xml',
],
},
'demo': [
],
'test': [
],
'css': [
],
'qweb': [
'static/src/xml/*.xml',
],
'js': [
],
'post_load': None,
'post_init_hook': 'post_init_hook',
'installable': True,

View File

@@ -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>