[IMP] account_move_attachement_zipped_download, account_quotation_sale_order_invoice_title, account_usability_misc: pre-commit execution

This commit is contained in:
Stéphan Sainléger
2026-03-17 23:04:52 +01:00
parent bb6891d825
commit 07669b8bf9
33 changed files with 1314 additions and 0 deletions

View File

@@ -0,0 +1 @@
from . import account_move

View File

@@ -0,0 +1,6 @@
from odoo import models
class AccountMove(models.Model):
_name = "account.move"
_inherit = ["account.move", "ir.attachment.action_download"]