Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
10
account_journal_general_sequence/models/account_move_line.py
Executable file
10
account_journal_general_sequence/models/account_move_line.py
Executable file
@@ -0,0 +1,10 @@
|
||||
# Copyright 2022 Moduon
|
||||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
||||
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class AccountMoveLine(models.Model):
|
||||
_inherit = "account.move.line"
|
||||
|
||||
entry_number = fields.Char(related="move_id.entry_number")
|
||||
Reference in New Issue
Block a user