correct manifest

This commit is contained in:
Florian du Garage Num 2025-02-12 19:01:57 +01:00
parent 7d27f12404
commit 9ca4890cee
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
""",
'depends': ['donation'],
'data': [
'views/res_partner.xml,'
'views/res_partner.xml',
'views/donation_thanks_report.xml',
'views/donation.xml',
'views/donation_fiscal_receipt.xml',

View File

@ -131,7 +131,7 @@ class DonationDonation(models.Model):
class DonationLine(models.Model):
_inherit = "donation.line"
name = fields.Char(string='Label', tracking=True, store=True, readonly=False)
name = fields.Char(string='Label', store=True, readonly=False)
# Add "Statut juridique in partner detail for cerfa donation"
class Partner(models.Model):