# -*- coding: utf-8 -*- ############################################################################## # # Odoo, Open Source Management Solution # Copyright (C) 2016 Prime Consulting SA, Cape Verde (). # ############################################################################## { 'name': 'Partner Property Accounting', 'version': '10.0.0.1', 'author': 'Prime Consulting', 'category': 'Tools', 'summary': 'Partner Property Accounting - Optional', 'description': """ This module removes mandatory attribute from Accounts Receivable & Accounts Payable fields on Partner. """, 'website': 'http://www.prime.cv', 'depends': ['account'], 'data': [ ], 'installable': True, 'auto_install': False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: