mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
Merge pull request #80 from kkarolis/refund-fix
Add missing model decorator
This commit is contained in:
@@ -32,6 +32,7 @@ class AccountInvoice(models.Model):
|
||||
|
||||
claim_id = fields.Many2one('crm.claim', string='Claim')
|
||||
|
||||
@api.model
|
||||
def _refund_cleanup_lines(self, lines):
|
||||
"""
|
||||
Override when from claim to update the quantity and link to the
|
||||
|
||||
Reference in New Issue
Block a user