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

25 lines
724 B
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_template_cogs_pt" model="account.account.template">
<field name="name">Custo das Mercadorias Vendidas (CMV)</field>
<field name="type" ref="account.account_type_template_expense_pt"/>
<field name="reconcile" eval="True"/>
<field name="parent" ref="account.account_template_root_pt"/>
</record>
</data>
</tryton>