Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
7300 Zobrazení

Hi everybody

I want to get the default sale using the code,

I use the OERP 7.0, and I think that I cant retrieve the account.config.settings object because it has field named default_sale_tax but this object is empty, and in the accounting config I find the tax is setted

Now I have a method that have to return the default tax_id but which object and which field ?

Thank you

Avatar
Zrušit
Nejlepší odpověď

try:

ir_values = self.pool.get('ir.values')
taxes_id = ir_values.get_default(cr, uid, 'product.product', 'taxes_id', company_id=company_id)

p.s. if you are not using multicompany..: company_id=1

Avatar
Zrušit
Nejlepší odpověď

Same problem please your help would be precious.

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
pro 20
3088
1
čvc 25
2483
1
čvc 25
5951
1
bře 25
1763
2
srp 24
2521