On 2016-10-31 23:27, Vincent Bastos wrote:
> I don't know why but I can't find _get_taxes() in invoice.py for an invoice.
>
> For example at line 514 [1] in invoice.py of account_invoice. I am assuming
> that there should be a line starting with def _get_taxes(?
It comes from the TaxableMixin defined in account/tax.py
On 2016-11-01 21:06, Vincent Bastos wrote:
> On Tue, Nov 1, 2016 at 6:42 PM, Cédric Krier <cedric...@b2ck.com> wrote:
>
> > On 2016-10-31 23:27, Vincent Bastos wrote:
> > > I don't know why but I can't find _get_taxes() in invoice.py for an
> > invoice.
> > >
> > > For example at line 514 [1] in invoice.py of account_invoice. I am
> > assuming
> > > that there should be a line starting with def _get_taxes(?
> >
> > It comes from the TaxableMixin defined in account/tax.py
>
>
> How does invoice.py know about TaxableMixin?
It is imported and inherited.