mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[ADD] contract_recurring_plans
============================================== Analytic plans for contract recurring invoices ============================================== This module allows to include an analytic plan on each recurring invoice line, so if you set it, this will be taken to be transferred to the invoice instead of the analytic account of the contract. Usage ===== On the contract view, select or create an analytic distribution for the invoice recurring lines that you want.
This commit is contained in:
20
contract_recurring_plans/__openerp__.py
Normal file
20
contract_recurring_plans/__openerp__.py
Normal file
@@ -0,0 +1,20 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# (c) 2015 Serv. Tecnol. Avanzados - Pedro M. Baeza
|
||||
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
||||
|
||||
{
|
||||
'name': 'Analytic plans on contracts recurring invoices',
|
||||
'version': '8.0.1.0.0',
|
||||
'category': 'Contract Management',
|
||||
'author': 'Serv. Tecnolog. Avanzados - Pedro M. Baeza, '
|
||||
'Odoo Community Association (OCA)',
|
||||
'website': 'http://www.serviciosbaeza.com',
|
||||
'depends': [
|
||||
'account_analytic_plans',
|
||||
'account_analytic_analysis',
|
||||
],
|
||||
'data': [
|
||||
'views/account_analytic_invoice_line_view.xml',
|
||||
],
|
||||
'installable': True,
|
||||
}
|
||||
Reference in New Issue
Block a user