Files
tradon/modules/sale_advance_payment/minimal_chart_pt.xml
2025-12-26 13:11:43 +00:00

39 lines
1.2 KiB
XML
Executable File

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tryton>
<data language="pt">
<record id="account_type_template_unearned_revenue_pt" model="account.account.type.template">
<field name="name">Receita não recebida</field>
<field name="parent" ref="account.account_type_template_liability_current_pt"/>
<field name="statement">balance</field>
<field name="unearned_revenue" eval="True"/>
<field name="sequence" eval="30"/>
</record>
<record id="account_template_advance_payment_pt" model="account.account.template">
<field name="name">Pagamento adiantado</field>
<field name="type" ref="account_type_template_unearned_revenue_pt"/>
<field name="parent" ref="account.account_template_root_pt"/>
</record>
</data>
</tryton>