Commit 79215b82 by Juan

orden de facturas

1 parent d102e9d1
...@@ -6,6 +6,7 @@ import base64, datetime ...@@ -6,6 +6,7 @@ import base64, datetime
class asw_comprobante(models.Model): class asw_comprobante(models.Model):
_inherit = 'asw.comprobante' _inherit = 'asw.comprobante'
_order = 'id desc'
name_ref = fields.Char( name_ref = fields.Char(
string="Nombre", string="Nombre",
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!