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.
17 lines
580 B
17 lines
580 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright 2018 Tecnativa - Carlos Dauden
|
|
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
|
|
|
|
<odoo>
|
|
|
|
<record id="account_analytic_account_recurring_form_form" model="ir.ui.view">
|
|
<field name="model">account.analytic.account</field>
|
|
<field name="inherit_id" ref="contract.account_analytic_account_recurring_form_form"/>
|
|
<field name="arch" type="xml">
|
|
<field name="recurring_next_date" position="after">
|
|
<field name="invoicing_sales"/>
|
|
</field>
|
|
</field>
|
|
</record>
|
|
|
|
</odoo>
|