Skip to content
Snippets Groups Projects

[IMP] energy_project: Adding reseller and supplier model

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -7,7 +7,7 @@ class Supplier(models.Model):
"""
The string values are in spanish so it can be identified by Odoo when importing directly the CSV downloaded from the CNMC.
This values can be still be translated without problem.
This values can still be translated without problem.
"""
nif = fields.Char(string="NIF empresa")
order = fields.Char(string="Nº de orden")
Loading