correct manifest
This commit is contained in:
parent
7d27f12404
commit
9ca4890cee
@ -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',
|
||||
|
||||
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user