oc_template/modules/account_co_pyme/payment_term_co.xml

12 lines
404 B
XML
Raw Normal View History

2024-06-15 11:00:00 -05:00
<?xml version='1.0' encoding='utf-8'?>
<!-- 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>
<!-- CREATE PAYMENT TERM -->
<record model="account.invoice.payment_term" id="payment_cash">
<field name="name">CONTADO</field>
</record>
</data>
</tryton>