This question has been flagged
1 Reply
2422 Views

Hello all,

when we edit a tax in account.tax, we can add child taxes to this edited tax.

In which model are stocked these child taxes?

no trace of the child taxes in the account.tax table of the database...

thanks to guide me

Avatar
Discard
Author Best Answer

It works now.

I have edited the account.action_tax_form action.

I have changed the domain [('parent_id','=',False)] for [].

I can now see all the taxes, including child taxes.

Avatar
Discard