mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-21 06:52:01 +02:00
6 lines
137 B
Python
6 lines
137 B
Python
from odoo import models
|
|
|
|
|
|
class AccountMove(models.Model):
|
|
_name = "account.move"
|
|
_inherit = ["account.move", "dms.field.mixin"]
|