File: minimal_chart_ca.xml

package info (click to toggle)
tryton-modules-account-stock-anglo-saxon 5.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 412 kB
  • sloc: python: 526; xml: 171; makefile: 6; sh: 3
file content (25 lines) | stat: -rw-r--r-- 759 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?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>

        <record id="account_template_cogs_ca" model="account.account.template">
            
            
            <field name="name">COGS</field>
            
            
            
            
            
            
            <field name="type" ref="account.account_type_template_expense_ca"/>
            <field name="reconcile" eval="True"/>
            <field name="deferral" eval="True"/>
            <field name="parent" ref="account.account_template_root_ca"/>
            <field name="kind">other</field>
        </record>

    </data>
</tryton>