Skip to content
Snippets Groups Projects
Commit 1f407d3e authored by Daniil Digtyar Vasilieva's avatar Daniil Digtyar Vasilieva :call_me:
Browse files

[CLN] energy_project: added comments

parent 236d958b
No related branches found
No related tags found
3 merge requests!213[REL] Release sprint 25/09/23,!205[IMP] energy_project: Adding reseller and supplier model,!204[IMP] energy_project: reseller model
Pipeline #50301 passed
This commit is part of merge request !205. Comments created here will be created in the context of that merge request.
......@@ -6,7 +6,7 @@ class Reseller(models.Model):
_description = "Energy Reseller"
"""
The string values are in spanish so it can be indentified by Odoo when importing direcly the CSV dowloaded from the CNMC.
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.
"""
order = fields.Char(string="Nº de orden")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment