You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 lines
565 B

# Copyright 2019 LevelPrime
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
{
'name': "POS Order Remove Line",
'summary': "Add button to remove POS order line.",
'author': "Roberto Fichera, Odoo Community Association (OCA)",
'website': 'https://www.github.com/OCA/pos',
'category': 'Point of Sale',
"maintainers": ["robyf70"],
'version': '12.0.1.0.0',
'license': 'LGPL-3',
'depends': ['point_of_sale'],
'data': [
'views/assets.xml'
],
'qweb': [
'static/src/xml/order_line.xml'
]
}