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.
19 lines
571 B
19 lines
571 B
# -*- coding: utf-8 -*-
|
|
# This file is part of Odoo. The COPYRIGHT file at the top level of
|
|
# this module contains the full copyright notices and license terms.
|
|
{
|
|
'name': 'Partner Credit Limit POS',
|
|
'version': '0.1.0',
|
|
'author': 'Versada',
|
|
'category': 'Point of Sale',
|
|
'website': 'http://versada.lt/',
|
|
'licence': 'AGPL-3',
|
|
'summary': 'Check partner credit limit in POS.',
|
|
'depends': [
|
|
'point_of_sale',
|
|
'partner_credit_limit',
|
|
],
|
|
'data': ['views/templates.xml'],
|
|
'installable': True,
|
|
'application': False,
|
|
}
|