Skip to content

Commit

Permalink
last changes
Browse files Browse the repository at this point in the history
  • Loading branch information
brendaf committed Apr 23, 2024
1 parent f09d34d commit 0147d9d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions donation_recurrency/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
"depends": ["base", "donation", "account_payment_mode", "donation_direct_debit"],
"data": [
"security/ir.model.access.csv",
# 'views/donation_line.xml',
"data/donation_recurrency_sequence.xml",
"data/donation_cron.xml",
"data/donation_cron.xml",
"views/donation_recurrency.xml",
"views/donation_terminate_reason.xml",
"views/donation.xml",
Expand Down
1 change: 0 additions & 1 deletion donation_recurrency/models/donation_recurrency_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from dateutil.relativedelta import relativedelta

from odoo import api, fields, models
# from odoo import api, fields, models


class DonationRecurrencyBasicMixin(models.AbstractModel):
Expand Down
2 changes: 1 addition & 1 deletion donation_recurrency/views/donation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
</field>
</record>

</odoo>
</odoo>

0 comments on commit 0147d9d

Please sign in to comment.