mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
Merge branch 'port_crm_claim_rma' of https://github.com/eezee-it/rma into port_crm_claim_rma
This commit is contained in:
@@ -23,13 +23,13 @@
|
||||
##############################################################################
|
||||
|
||||
from openerp.models import Model, api, _
|
||||
from openerp.fields import Many2one
|
||||
from openerp import fields
|
||||
|
||||
|
||||
class AccountInvoice(Model):
|
||||
_inherit = "account.invoice"
|
||||
|
||||
claim_id = Many2one('crm.claim', string='Claim')
|
||||
claim_id = fields.Many2one('crm.claim', string='Claim')
|
||||
|
||||
@api.model
|
||||
def _refund_cleanup_lines(self, lines):
|
||||
|
||||
Reference in New Issue
Block a user