mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix pos superbar
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
{
|
||||
'name': "App Pos order browse by store salesperson status",
|
||||
'version': '14.20.04.11',
|
||||
'version': '14.22.02.25',
|
||||
'author': 'Sunpop.cn',
|
||||
'category': 'Point of Sale',
|
||||
'website': 'https://www.sunpop.cn',
|
||||
@@ -37,13 +37,14 @@
|
||||
'price': 0.00,
|
||||
'currency': 'EUR',
|
||||
'depends': [
|
||||
'point_of_sale',
|
||||
'pos_sale',
|
||||
'app_product_superbar',
|
||||
],
|
||||
'images': ['static/description/banner.gif'],
|
||||
'images': ['static/description/superbar.gif'],
|
||||
'data': [
|
||||
'views/product_views.xml',
|
||||
'views/pos_order_views.xml',
|
||||
'views/pos_config_views.xml',
|
||||
'views/report_pos_order_views.xml',
|
||||
],
|
||||
'demo': [
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 11 MiB After Width: | Height: | Size: 3.4 MiB |
17
app_pos_superbar/views/pos_config_views.xml
Normal file
17
app_pos_superbar/views/pos_config_views.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0"?>
|
||||
<odoo>
|
||||
<!-- pos.config search View -->
|
||||
<record id='app_view_pos_config_search' model='ir.ui.view'>
|
||||
<field name='name'>app.pos.config.search.view</field>
|
||||
<field name='model'>pos.config</field>
|
||||
<field name="inherit_id" ref="point_of_sale.view_pos_config_search"/>
|
||||
<field name='arch' type='xml'>
|
||||
<xpath expr="//search" position="inside">
|
||||
<searchpanel>
|
||||
<field name='company_id' groups="base.group_multi_company"/>
|
||||
<field name='crm_team_id' select="multi"/>
|
||||
</searchpanel>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
@@ -9,7 +9,7 @@
|
||||
<xpath expr="//search">
|
||||
<searchpanel view_types="tree,kanban,pivot">
|
||||
<field name="company_id" groups="base.group_multi_company" icon="fa-building"/>
|
||||
<field name="config_id"/>
|
||||
<field name="session_id"/>
|
||||
<field name="state"/>
|
||||
<field name="user_id"/>
|
||||
</searchpanel>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//search">
|
||||
<searchpanel>
|
||||
<field name="config_id"/>
|
||||
<field name="session_id"/>
|
||||
<field name="state"/>
|
||||
<field name="user_id"/>
|
||||
</searchpanel>
|
||||
|
||||
Reference in New Issue
Block a user