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

25 lines
706 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="fr">
<record id="account_template_cogs_fr" model="account.account.template">
<field name="name">Prix du bien vendu</field>
<field name="type" ref="account.account_type_template_expense_fr"/>
<field name="reconcile" eval="True"/>
<field name="parent" ref="account.account_template_root_fr"/>
</record>
</data>
</tryton>