mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
* [ADD] Add website_portal_contract * [ADD] website_portal_contract: Add url test, usage video. * [FIX] website_portal_contract: Fix controller test. * [FIX] website_portal_contract: Change all tests to HttpCase.
15 lines
486 B
XML
15 lines
486 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright 2017 LasLabs Inc.
|
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
|
|
|
<odoo>
|
|
|
|
<record id="account_analytic_contract_1" model="account.analytic.contract">
|
|
<field name="name">Demo Contract Template</field>
|
|
<field name="recurring_invoicing_type">post-paid</field>
|
|
<field name="recurring_interval">10</field>
|
|
<field name="recurring_rule_type">daily</field>
|
|
</record>
|
|
|
|
</odoo>
|