[NEW] account_move_attachement_zipped_download
This commit is contained in:
1
account_attachement_zipped_download/models/__init__.py
Normal file
1
account_attachement_zipped_download/models/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from . import account_move
|
@@ -0,0 +1,6 @@
|
||||
from odoo import models
|
||||
|
||||
|
||||
class AccountMove(models.Model):
|
||||
_name = "account.move"
|
||||
_inherit = ["account.move", "ir.attachment.action_download"]
|
Reference in New Issue
Block a user