spitbuchung begonnen

This commit is contained in:
Frederik Jaeckel 2022-08-24 17:12:32 +02:00
parent 9e64c49dc0
commit bdbc9dc27f
10 changed files with 382 additions and 7 deletions

View file

@ -80,6 +80,12 @@ full copyright notices and license terms. -->
<record model="ir.message" id="msg_recon_predecessor_not_done">
<field name="text">The predecessor '%(recname_p)s' must be in the 'Done' state before you can check the current reconciliation '%(recname_c)s'.</field>
</record>
<record model="ir.message" id="msg_line_bookingtype_spin">
<field name="text">Rev/Sp</field>
</record>
<record model="ir.message" id="msg_line_bookingtype_spout">
<field name="text">Exp/Sp</field>
</record>
<record model="ir.message" id="msg_line_bookingtype_in">
<field name="text">Rev</field>
</record>