mirror of
https://github.com/OCA/stock-logistics-reporting.git
synced 2025-02-16 17:13:21 +02:00
[IMP] stock_picking_comment_template: Change field label to fix travis warning
This commit is contained in:
@@ -36,7 +36,7 @@ msgstr ""
|
||||
#. module: stock_picking_comment_template
|
||||
#: model:ir.model.fields,field_description:stock_picking_comment_template.field_res_partner__comment_template_id
|
||||
#: model:ir.model.fields,field_description:stock_picking_comment_template.field_res_users__comment_template_id
|
||||
msgid "Conditions template"
|
||||
msgid "Picking conditions template"
|
||||
msgstr ""
|
||||
|
||||
#. module: stock_picking_comment_template
|
||||
|
||||
@@ -9,5 +9,5 @@ class ResPartner(models.Model):
|
||||
|
||||
comment_template_id = fields.Many2one(
|
||||
comodel_name='base.comment.template',
|
||||
string='Conditions template',
|
||||
string='Picking conditions template',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user