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
537 B

# -*- coding: utf-8 -*-
# This file is part of OpenERP. The COPYRIGHT file at the top level of
# this module contains the full copyright notices and license terms.
{
'name': 'POS Trade Receivable Autoreconcile',
'version': '0.1',
'author': 'Versada UAB,Odoo Community Association (OCA)',
'category': 'Point Of Sale',
'website': 'http://www.versada.lt',
'depends': [
'point_of_sale',
],
'data': [
'security/ir.model.access.csv',
],
'installable': True,
'application': False,
}