Skip to content
Snippets Groups Projects
Commit bb92148c authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

[DEL] default customer

parent 886f349b
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ class ResPartner(models.Model):
# ------------------------------------------------------
# Fields declaration
# ------------------------------------------------------
customer = fields.Boolean(string="Est un Client", default=True)
customer = fields.Boolean(string="Est un Client")
supplier = fields.Boolean(string="Est un fournisseur")
channel_acquisition = fields.Many2one("res.partner.channel", "Canal d'acquisition")
contributor = fields.Char("Apporteur")
......
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