Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
7589 Vizualizări

Getting this error: AttributeError: 'int' object has no attribute 'get'

with the following code: class account_invoice_refund(osv.osv):

_inherit = 'account.invoice.refund'

   def MES_Refund_Button(self,cr,uid,ids,context):
             transaction_id = str( self.pool.get('account.invoice').read(cr,uid,ids,['mes_code'],context['active_id'])[0]['mes_code'] )

I extended the account_invoice object with those columns already, but pushing that button from the wizard doesn't get the data field from the account_invoice object

I guess the broader question asked here is: How do I properly get information from a view that isn't the current one?

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
0
ian. 17
6630
1
iul. 24
3754
1
feb. 23
11653
0
sept. 19
15110
0
dec. 15
6027