Files
contract/contract_recurring_plans/views/account_analytic_invoice_line_view.xml
Pedro M. Baeza 95b3b09a8c [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.
2015-11-09 09:01:33 +01:00

18 lines
612 B
XML

<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record id="account_analytic_account_form_form" model="ir.ui.view">
<field name="name">Contract form (with plans)</field>
<field name="model">account.analytic.account</field>
<field name="inherit_id" ref="account_analytic_analysis.account_analytic_account_form_form"/>
<field name="arch" type="xml">
<field name="quantity" position="before">
<field name="analytics_id"/>
</field>
</field>
</record>
</data>
</openerp>