[IMP] odex_benefit: Family car notes

This commit is contained in:
younes 2025-12-22 10:39:42 +01:00
parent 3e075e1e84
commit 83285c22de
2 changed files with 18 additions and 1 deletions

View File

@ -17883,7 +17883,25 @@ msgstr "لم يتم العثور على سجل الفرد."
msgid "Reason for return"
msgstr "سبب الإعادة"
#. module: odex_benefit
#: model:ir.model.fields,field_description:odex_benefit.field_cars_line__is_driver_family_member
#: model:ir.model.fields,field_description:odex_benefit.field_service_request__is_driver_family_member
msgid "Is Driver Family Member?"
msgstr "هل السائق من أفراد الأسرة؟"
#. module: odex_benefit
#: model:ir.model.fields,field_description:odex_benefit.field_cars_line__driver_name
#: model:ir.model.fields,field_description:odex_benefit.field_service_request__driver_name
msgid "Driver Name"
msgstr "اسم السائق"
#. module: odex_benefit
#: model:ir.model.fields,field_description:odex_benefit.field_cars_line__purchased_by_association
msgid "Purchased by the Association?"
msgstr "تم الشراء من قبل الجمعية؟"
#. module: odex_benefit
#: model:ir.model.fields,help:odex_benefit.field_cars_line__purchased_by_association
msgid "Indicates whether the car was purchased by the association"
msgstr "يشير إلى ما إذا تم شراء السيارة من قبل الجمعية"

View File

@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
from email.policy import default
from odoo import models, fields, api, _
from odoo.exceptions import ValidationError