oca-dms/odoo-bringout-oca-dms-account_dms_field/account_dms_field/models/account_move.py
Ernad Husremovic ae2c6775ba Add oca-dms submodule with 10 DMS modules
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-30 17:46:17 +02:00

6 lines
137 B
Python

from odoo import models
class AccountMove(models.Model):
_name = "account.move"
_inherit = ["account.move", "dms.field.mixin"]