From 5f240e74db58cb97bc86e7ac5830ba9efe8368c4 Mon Sep 17 00:00:00 2001 From: Raimon Esteve Date: Thu, 17 Mar 2022 15:58:39 +0100 Subject: [PATCH] Rename platation to plantation --- plot.py | 4 ++-- view/plantation_form.xml | 8 ++++---- view/plantation_list.xml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/plot.py b/plot.py index 973bae0..839994a 100644 --- a/plot.py +++ b/plot.py @@ -68,8 +68,8 @@ class Plantation(ModelSQL, ModelView): enclosures = fields.One2Many('agronomics.enclosure', 'plantation', "Enclosure") parcels = fields.One2Many('agronomics.parcel', 'plantation', "Parcel") - platation_year = fields.Integer("Platation Year") - platation_owner = fields.Many2One('party.party', "Platation Owner") + plantation_year = fields.Integer("Plantation Year") + plantation_owner = fields.Many2One('party.party', "Plantation Owner") def get_rec_name(self, name): if self.code: diff --git a/view/plantation_form.xml b/view/plantation_form.xml index 399399a..2ba4c9e 100644 --- a/view/plantation_form.xml +++ b/view/plantation_form.xml @@ -3,10 +3,10 @@