orden de facturas
Showing
1 changed file
with
1 additions
and
0 deletions
-
Please register or sign in to post a comment
... | ... | @@ -6,6 +6,7 @@ import base64, datetime |
class asw_comprobante(models.Model): | ||
_inherit = 'asw.comprobante' | ||
_order = 'id desc' | ||
name_ref = fields.Char( | ||
string="Nombre", | ||
... | ... |