changeset ab2b5ca9dc4d in modules/account_fr:default
details: 
https://hg.tryton.org/modules/account_fr?cmd=changeset&node=ab2b5ca9dc4d
description:
        Set "Produits exceptionnels sur opérations en capital" as revenue

        The accounts are used to book sale of assets.

        issue10576
        review379481002
diffstat:

 account_fr.xml |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 69c220e28fe0 -r ab2b5ca9dc4d account_fr.xml
--- a/account_fr.xml    Sun Oct 03 00:42:46 2021 +0200
+++ b/account_fr.xml    Sat Oct 30 02:29:24 2021 +0200
@@ -742,6 +742,7 @@
             <field name="sequence" eval="20"/>
             <field name="parent" ref="produits_exceptionnels"/>
             <field name="statement">income</field>
+            <field name="revenue" eval="True"/>
         </record>
         <record model="account.account.type.template" 
id="produits_exceptionnels_reprises_provisions_depreciations_transferts_charges">
             <field name="name">Reprises sur provisions, dépréciations et 
transferts de charges</field>

Reply via email to