Hi,

I did a class Financial and 2 other classes Receivable and Payable that extends Financial, like Company to Party.

But I will not have 2 separeted screens like Company to Party. I will not have Financial screen. The financial fields must appear on Receivable and on Payable. How do I do this?

I tried to create the classes like this:

class Financial(ModelSQL, ModelView):
...

class Receivable(Financial):
...

class Payable(Financial):
...

But, this way it not creates 3 separeted tables: financial_financial, financial_receivable and financial_payable.

What I want is:
3 tables: financial_financial, financial_receivable and financial_payable
3 classes: Financial, Receivable and Payable
2 screens: Receivable and Payable with own fields and Financial fields on both.

Is there a way to do this on Tryton?

--

Iasmini Gomes
Sílex Sistemas
www.silexsistemas.com.br

---
Este email está limpo de vírus e malwares porque a proteção do avast! Antivírus 
está ativa.
http://www.avast.com

Reply via email to