mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Merge pull request #733 from CasVissers/11.0
[FIX] account reversal typo
This commit is contained in:
@@ -29,7 +29,7 @@ class AccountMoveReverse(models.TransientModel):
|
||||
journal_id = fields.Many2one(
|
||||
comodel_name='account.journal', string="Reversal Journal",
|
||||
default=_default_journal_id,
|
||||
help="Enter the date of the reversal account entries. "
|
||||
help="Enter the journal of the reversal account entries. "
|
||||
"If empty, Odoo uses the same journal of the move to reverse.")
|
||||
move_prefix = fields.Char(
|
||||
string="Entries Ref. Prefix",
|
||||
|
||||
Reference in New Issue
Block a user