1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/l10n_sk/models/account_move.py
2024-12-10 09:04:09 +07:00

9 lines
213 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import models, fields
class AccountMove(models.Model):
_inherit = 'account.move'
taxable_supply_date = fields.Date()