addons-cm/pos_picking_load_selected_partner/__manifest__.py

21 lines
552 B
Python

# Copyright 2022 Criptomart
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Pos Picking Load Selected Partner',
'description': """
If a partner is selected in the PoS Order as client, search only the pickings related to this partner.""",
'version': "16.0.1.0.0",
'license': 'AGPL-3',
'author': 'Criptomart',
'website': 'https://criptomart.net',
'depends': [
"point_of_sale",
"pos_picking_load"
],
'data': [
'views/assets.xml'
],
'demo': [
],
}