Skip to main content

Command Palette

Search for a command to run...

Obteniendo el atributo de un objeto Odoo - python

Published
0 min read
sheet.write(row, 1, (getattr(tmpl, 'pos_categ_id', None) and tmpl.pos_categ_id.display_name) or tmpl.categ_id.display_name or "", format_values_left)
162 views