This repository has been archived by the owner on Dec 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathmessage.xml
129 lines (129 loc) · 7.56 KB
/
message.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tryton>
<data grouped="1">
<record model="ir.message" id="msg_product_change_default_uom">
<field name="text">You cannot change the default UOM of a product which is associated with stock moves.</field>
</record>
<record model="ir.message" id="msg_product_change_type">
<field name="text">You cannot change the type of a product which is associated with stock moves.</field>
</record>
<record model="ir.message" id="msg_product_change_cost_price">
<field name="text">You cannot change the cost price of a product which is associated with stock moves.
You must use the "Modify Cost Price" wizard.</field>
</record>
<record model="ir.message" id="msg_invalid_cost_price">
<field name="text">Invalid cost price "%(cost_price)s" for product "%(product)s" with exception "%(exception)s".</field>
</record>
<record model="ir.message" id="msg_location_invalid_type_for_moves">
<field name="text">You cannot change the type of location "%(location)s" to "%(type)s"
because the type does not support moves and location has existing moves.</field>
</record>
<record model="ir.message" id="msg_location_child_of_warehouse">
<field name="text">To set location "%(location)s" as storage/input/output of warehouse "%(warehouse)s", it must be in the warehouse.</field>
</record>
<record model="ir.message" id="msg_location_inactive_not_empty">
<field name="text">To inactivate location "%(location)s", you must empty it.</field>
</record>
<record model="ir.message" id="msg_period_close_date">
<field name="text">You cannot close periods with a date in the future or today.</field>
</record>
<record model="ir.message" id="msg_period_close_assigned_move">
<field name="text">You cannot close periods with assigned moves in it.</field>
</record>
<record model="ir.message" id="msg_shipment_pack_inventory_done">
<field name="text">To pack shipment "%(shipment)s" you must do the inventory moves.</field>
</record>
<record model="ir.message" id="msg_shipment_delete_cancel">
<field name="text">To delete shipment "%(shipment)s" you must cancel it.</field>
</record>
<record model="ir.message" id="msg_inventory_delete_cancel">
<field name="text">To delete inventory "%(inventory)s" you must cancel it.</field>
</record>
<record model="ir.message" id="msg_inventory_missing_empty_quantity">
<field name="text">To confirm the inventory "%(inventory)s" you must select an option for empty quantity.</field>
</record>
<record model="ir.message" id="msg_inventory_location_missing_lost_found">
<field name="text">To confirm the inventory "%(inventory)s" you must set a lost and found on a parent of location "%(location)s".</field>
</record>
<record model="ir.message" id="msg_inventory_line_unique">
<field name="text">Inventory line "%(line)s" is not unique on inventory "%(inventory)s".</field>
</record>
<record model="ir.message" id="msg_inventory_line_quantity_positive">
<field name="text">Inventory line quantity must be positive.</field>
</record>
<record model="ir.message" id="msg_inventory_line_delete_cancel">
<field name="text">To delete inventory line "%(line)s" you must cancel inventory "%(inventory)s".</field>
</record>
<record model="ir.message" id="msg_inventory_count_create_line">
<field name="text">No existing line found for "%(search)s".</field>
</record>
<record model="ir.message" id="msg_erase_party_shipment">
<field name="text">You cannot erase party "%(party)s" while they have pending shipments with company "%(company)s".</field>
</record>
<record model="ir.message" id="msg_move_delete_draft_cancel">
<field name="text">To delete stock move "%(move)s" you must cancel it or reset its state to draft.</field>
</record>
<record model="ir.message" id="msg_move_modify_period_close">
<field name="text">To modify stock move "%(move)s" you must reopen period "%(period)s".</field>
</record>
<record model="ir.message" id="msg_move_modify_assigned">
<field name="text">To modify stock move "%(move)s" you must reset its state to draft.</field>
</record>
<record model="ir.message" id="msg_move_modify_done">
<field name="text">You cannot modify stock move "%(move)s" because it is done.</field>
</record>
<record model="ir.message" id="msg_move_modify_cancelled">
<field name="text">You cannot modify stock move "%(move)s" because it is cancelled.</field>
</record>
<record model="ir.message" id="msg_move_no_origin">
<field name="text">Stock moves "%(moves)s" have no origin.</field>
</record>
<record model="ir.message" id="msg_move_quantity_positive">
<field name="text">Move quantity must be positive.</field>
</record>
<record model="ir.message" id="msg_move_internal_quantity_positive">
<field name="text">Internal move quantity must be positive.</field>
</record>
<record model="ir.message" id="msg_move_from_to_location">
<field name="text">The source and destination of stock move must be different.</field>
</record>
<record model="ir.message" id="msg_move_effective_date_in_the_future">
<field name="text">The moves "%(moves)s" have effective dates in the future.</field>
</record>
<record model="ir.message" id="msg_inventory_date_in_the_future">
<field name="text">The inventories "%(inventories)s" have dates in the future.</field>
</record>
<record model="ir.message" id="msg_stock_reporting_company">
<field name="text">Company</field>
</record>
<record model="ir.message" id="msg_stock_reporting_number">
<field name="text">Number</field>
</record>
<record model="ir.message" id="msg_stock_reporting_cost">
<field name="text">Cost</field>
</record>
<record model="ir.message" id="msg_stock_reporting_revenue">
<field name="text">Revenue</field>
</record>
<record model="ir.message" id="msg_stock_reporting_profit">
<field name="text">Profit</field>
</record>
<record model="ir.message" id="msg_stock_reporting_margin">
<field name="text">Margin</field>
</record>
<record model="ir.message" id="msg_stock_reporting_margin_trend">
<field name="text">Margin Trend</field>
</record>
<record model="ir.message" id="msg_stock_reporting_currency">
<field name="text">Currency</field>
</record>
<record model="ir.message" id="msg_product_location_quantity">
<field name="text">The product "%(product)s" has still some quantities in locations "%(locations)s" for company "%(company)s".</field>
</record>
<record model="ir.message" id="msg_product_location_quantity_description">
<field name="text">It is recommended to clear the stock from the storage locations before deactivating the product.</field>
</record>
</data>
</tryton>