1
# -*- coding: utf-8 -*-
2
###############################################################################
4
# OpenERP, Open Source Management Solution
5
# Copyright (C) 2014 Ursa Informative Systems (<www.ursainfosystems.com>).
7
# This program is free software: you can redistribute it and/or modify
8
# it under the terms of the GNU Affero General Public License as
9
# published by the Free Software Foundation, either version 3 of the
10
# License, or (at your option) any later version.
12
# This program is distributed in the hope that it will be useful,
13
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU Affero General Public License for more details.
17
# You should have received a copy of the GNU Affero General Public License
18
# along with this program. If not, see <http://www.gnu.org/licenses/>.
20
###############################################################################
23
"name": "Interactive Partner Aging",
25
"author": 'Ursa Information Systems,'
26
'Odoo Community Association (OCA)',
27
"summary": "Aging as a view - invoices and credits (Ursa)",
28
'website': 'http://www.ursainfosystems.com',
29
"category": 'Accounting & Finance',
31
Interactive Partner Aging
32
=========================
34
This module creates new AR and AP views.
36
The default OpenERP Aged Partner balance report is a static PDF that is based
37
on the difference between credits and debits, not based on documents such as
38
Invoices and Payments. It also does not consider unapplied payments. This
39
version is interactive and more complete.
41
A detailed description of this module can be found at
42
https://github.com/OCA/account-invoice-reporting/raw/7.0/partner_aging/\
43
partner_aging_README.pdf
48
Bugs are tracked on `GitHub Issues \
49
<https://github.com/OCA/account-fiscal-rule/issues>`_.
50
In case of trouble, please check there if your issue has already been reported.
51
If you spotted it first, help us smashing it by providing a detailed and \
53
`here <https://github.com/OCA/account-invoice-reporting/issues/\
54
new?body=module:%20partner_aging%0Aversion:%207.0%0A%0A\
55
**Steps%20to%20reproduce**%0A-%20...%0A%0A\
56
**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
65
* Ursa Information Systems <contact@ursainfosystems.com>
66
* Guillaume Auger <guillaume.auger@savoirfairelinux.com>
67
* Loïc Faure-Lacroix <loic.lacroix@savoirfairelinux.com>
68
* Sandy Carter <sandy.carter@savoirfairelinux.com>
74
.. image:: http://odoo-community.org/logo.png
75
:alt: Odoo Community Association
76
:target: http://odoo-community.org
78
This module is maintained by the OCA.
80
OCA, or the Odoo Community Association, is a nonprofit organization whose
81
mission os to support the collaborative development of Odoo features and
82
promote its widespread use.
84
To contribute to this module, please visit http://odoo-community.org.
87
"depends": ["base", "account_accountant"],
89
'partner_aging_supplier.xml',
90
'partner_aging_customer.xml',
91
'security/ir.model.access.csv',
95
"auto_install": False,