mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[ADD][12.0] account_bank_statement_chatter: new module
This commit is contained in:
committed by
Sergio Bustamante
parent
aa745815a9
commit
2277b68823
@@ -0,0 +1,9 @@
|
||||
# Copyright 2021 Trey, Kilobytes de Soluciones - Vicent Cubells
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
from odoo import models
|
||||
|
||||
|
||||
class AccountBankStatement(models.Model):
|
||||
_inherit = ["account.bank.statement", "mail.thread", "mail.activity.mixin"]
|
||||
_name = "account.bank.statement"
|
||||
Reference in New Issue
Block a user