mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update superbar and po
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': "App Pos order browse by store salesperson status",
|
'name': "App Pos order browse by store salesperson status",
|
||||||
'version': '13.20.04.11',
|
'version': '13.21.07.06',
|
||||||
'author': 'Sunpop.cn',
|
'author': 'Sunpop.cn',
|
||||||
'category': 'Point of Sale',
|
'category': 'Point of Sale',
|
||||||
'website': 'https://www.sunpop.cn',
|
'website': 'https://www.sunpop.cn',
|
||||||
@@ -37,13 +37,14 @@
|
|||||||
'price': 0.00,
|
'price': 0.00,
|
||||||
'currency': 'EUR',
|
'currency': 'EUR',
|
||||||
'depends': [
|
'depends': [
|
||||||
'point_of_sale',
|
'pos_sale',
|
||||||
'app_product_superbar',
|
'app_product_superbar',
|
||||||
],
|
],
|
||||||
'images': ['static/description/superbar.gif'],
|
'images': ['static/description/superbar.gif'],
|
||||||
'data': [
|
'data': [
|
||||||
'views/product_views.xml',
|
'views/product_views.xml',
|
||||||
'views/pos_order_views.xml',
|
'views/pos_order_views.xml',
|
||||||
|
'views/pos_config_views.xml',
|
||||||
'views/report_pos_order_views.xml',
|
'views/report_pos_order_views.xml',
|
||||||
],
|
],
|
||||||
'demo': [
|
'demo': [
|
||||||
|
|||||||
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>
|
||||||
Reference in New Issue
Block a user