Skip to content

Commit

Permalink
[REV]
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevhe18 committed Jun 6, 2024
1 parent 896f082 commit 39dd3a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion ssi_voucher_bank_cash/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"ssi_voucher_mixin",
"account_payment",
"ssi_financial_accounting",
"ssi_work_log_mixin",
],
"data": [
"security/ir_module_category_data.xml",
Expand Down
2 changes: 0 additions & 2 deletions ssi_voucher_bank_cash/models/mixin_bank_voucher.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ class MixinBankVoucher(models.AbstractModel):
_name = "mixin.bank_voucher"
_inherit = [
"mixin.account.voucher",
"mixin.work_object",
]
_description = "Bank Voucher"
_work_log_create_page = True

0 comments on commit 39dd3a2

Please sign in to comment.