odoo14-addon-ddmrp 14.0.1.13.5__py3-none-any.whl → 14.0.1.14.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- odoo/addons/ddmrp/__manifest__.py +2 -1
- odoo/addons/ddmrp/i18n/ddmrp.pot +16 -0
- odoo/addons/ddmrp/i18n/es.po +16 -0
- odoo/addons/ddmrp/i18n/es_AR.po +57 -26
- odoo/addons/ddmrp/i18n/fr.po +16 -0
- odoo/addons/ddmrp/i18n/id.po +16 -0
- odoo/addons/ddmrp/i18n/pt_BR.po +16 -0
- odoo/addons/ddmrp/i18n/zh_Hans.po +16 -0
- odoo/addons/ddmrp/migrations/14.0.1.14.1/post-fix_distributed_source_location.py +10 -0
- odoo/addons/ddmrp/models/product_product.py +12 -0
- odoo/addons/ddmrp/models/stock_buffer.py +46 -1
- odoo/addons/ddmrp/tests/common.py +9 -0
- odoo/addons/ddmrp/tests/test_ddmrp.py +54 -0
- odoo/addons/ddmrp/views/mrp_bom_view.xml +10 -0
- odoo/addons/ddmrp/views/product_view.xml +30 -0
- odoo/addons/ddmrp/views/stock_buffer_view.xml +23 -7
- {odoo14_addon_ddmrp-14.0.1.13.5.dist-info → odoo14_addon_ddmrp-14.0.1.14.1.dist-info}/METADATA +1 -1
- {odoo14_addon_ddmrp-14.0.1.13.5.dist-info → odoo14_addon_ddmrp-14.0.1.14.1.dist-info}/RECORD +20 -18
- {odoo14_addon_ddmrp-14.0.1.13.5.dist-info → odoo14_addon_ddmrp-14.0.1.14.1.dist-info}/WHEEL +0 -0
- {odoo14_addon_ddmrp-14.0.1.13.5.dist-info → odoo14_addon_ddmrp-14.0.1.14.1.dist-info}/top_level.txt +0 -0
@@ -5,7 +5,7 @@
|
|
5
5
|
{
|
6
6
|
"name": "DDMRP",
|
7
7
|
"summary": "Demand Driven Material Requirements Planning",
|
8
|
-
"version": "14.0.1.
|
8
|
+
"version": "14.0.1.14.1",
|
9
9
|
"license": "LGPL-3",
|
10
10
|
"development_status": "Beta",
|
11
11
|
"author": "ForgeFlow, " "Odoo Community Association (OCA)",
|
@@ -41,6 +41,7 @@
|
|
41
41
|
"views/mrp_production_view.xml",
|
42
42
|
"views/purchase_order_view.xml",
|
43
43
|
"views/purchase_order_line_view.xml",
|
44
|
+
"views/product_view.xml",
|
44
45
|
"views/mrp_bom_view.xml",
|
45
46
|
"views/stock_move_views.xml",
|
46
47
|
"views/stock_buffer_view.xml",
|
odoo/addons/ddmrp/i18n/ddmrp.pot
CHANGED
@@ -138,12 +138,22 @@ msgstr ""
|
|
138
138
|
msgid "Bill of Material Line"
|
139
139
|
msgstr ""
|
140
140
|
|
141
|
+
#. module: ddmrp
|
142
|
+
#: model_terms:ir.ui.view,arch_db:ddmrp.stock_buffer_view_form
|
143
|
+
msgid "Bill of Materials"
|
144
|
+
msgstr ""
|
145
|
+
|
141
146
|
#. module: ddmrp
|
142
147
|
#: code:addons/ddmrp/models/product_adu_calculation_method.py:0
|
143
148
|
#, python-format
|
144
149
|
msgid "Blended"
|
145
150
|
msgstr ""
|
146
151
|
|
152
|
+
#. module: ddmrp
|
153
|
+
#: model:ir.model.fields,field_description:ddmrp.field_product_product__buffer_count
|
154
|
+
msgid "Buffer Count"
|
155
|
+
msgstr ""
|
156
|
+
|
147
157
|
#. module: ddmrp
|
148
158
|
#: model:ir.model.fields,field_description:ddmrp.field_mrp_production__execution_priority_level
|
149
159
|
msgid "Buffer On-Hand Alert Level"
|
@@ -452,6 +462,11 @@ msgid ""
|
|
452
462
|
"Measure must be in the same category."
|
453
463
|
msgstr ""
|
454
464
|
|
465
|
+
#. module: ddmrp
|
466
|
+
#: model_terms:ir.ui.view,arch_db:ddmrp.stock_buffer_view_form
|
467
|
+
msgid "Estimates"
|
468
|
+
msgstr ""
|
469
|
+
|
455
470
|
#. module: ddmrp
|
456
471
|
#: model_terms:ir.ui.view,arch_db:ddmrp.view_make_procurement_buffer_wizard
|
457
472
|
msgid "Execute"
|
@@ -1481,6 +1496,7 @@ msgstr ""
|
|
1481
1496
|
#: model:ir.model.fields,field_description:ddmrp.field_product_product__buffer_ids
|
1482
1497
|
#: model:ir.model.fields,field_description:ddmrp.field_purchase_order_line__buffer_ids
|
1483
1498
|
#: model:ir.ui.menu,name:ddmrp.menu_stock_buffer
|
1499
|
+
#: model_terms:ir.ui.view,arch_db:ddmrp.product_normal_form_view_inherit
|
1484
1500
|
#: model_terms:ir.ui.view,arch_db:ddmrp.purchase_order_form
|
1485
1501
|
#: model_terms:ir.ui.view,arch_db:ddmrp.purchase_order_line_form2
|
1486
1502
|
msgid "Stock Buffers"
|
odoo/addons/ddmrp/i18n/es.po
CHANGED
@@ -149,12 +149,22 @@ msgstr "Lista de materiales"
|
|
149
149
|
msgid "Bill of Material Line"
|
150
150
|
msgstr "Línea de Lista de Materiales"
|
151
151
|
|
152
|
+
#. module: ddmrp
|
153
|
+
#: model_terms:ir.ui.view,arch_db:ddmrp.stock_buffer_view_form
|
154
|
+
msgid "Bill of Materials"
|
155
|
+
msgstr ""
|
156
|
+
|
152
157
|
#. module: ddmrp
|
153
158
|
#: code:addons/ddmrp/models/product_adu_calculation_method.py:0
|
154
159
|
#, python-format
|
155
160
|
msgid "Blended"
|
156
161
|
msgstr "Mezclado"
|
157
162
|
|
163
|
+
#. module: ddmrp
|
164
|
+
#: model:ir.model.fields,field_description:ddmrp.field_product_product__buffer_count
|
165
|
+
msgid "Buffer Count"
|
166
|
+
msgstr ""
|
167
|
+
|
158
168
|
#. module: ddmrp
|
159
169
|
#: model:ir.model.fields,field_description:ddmrp.field_mrp_production__execution_priority_level
|
160
170
|
msgid "Buffer On-Hand Alert Level"
|
@@ -473,6 +483,11 @@ msgstr ""
|
|
473
483
|
"Error: La Unidad de Medida por defecto del producto y la Unidad de Medida de "
|
474
484
|
"abastecimiento deben pertenecer a la misma categoría."
|
475
485
|
|
486
|
+
#. module: ddmrp
|
487
|
+
#: model_terms:ir.ui.view,arch_db:ddmrp.stock_buffer_view_form
|
488
|
+
msgid "Estimates"
|
489
|
+
msgstr ""
|
490
|
+
|
476
491
|
#. module: ddmrp
|
477
492
|
#: model_terms:ir.ui.view,arch_db:ddmrp.view_make_procurement_buffer_wizard
|
478
493
|
msgid "Execute"
|
@@ -1513,6 +1528,7 @@ msgstr "Factor de Variabilidad en Perfil de Búfer de Inventario"
|
|
1513
1528
|
#: model:ir.model.fields,field_description:ddmrp.field_product_product__buffer_ids
|
1514
1529
|
#: model:ir.model.fields,field_description:ddmrp.field_purchase_order_line__buffer_ids
|
1515
1530
|
#: model:ir.ui.menu,name:ddmrp.menu_stock_buffer
|
1531
|
+
#: model_terms:ir.ui.view,arch_db:ddmrp.product_normal_form_view_inherit
|
1516
1532
|
#: model_terms:ir.ui.view,arch_db:ddmrp.purchase_order_form
|
1517
1533
|
#: model_terms:ir.ui.view,arch_db:ddmrp.purchase_order_line_form2
|
1518
1534
|
msgid "Stock Buffers"
|
odoo/addons/ddmrp/i18n/es_AR.po
CHANGED
@@ -25,8 +25,11 @@ msgstr "# LdM Dónde se Utiliza"
|
|
25
25
|
#: model:ir.model.fields,help:ddmrp.field_stock_move_line__state
|
26
26
|
msgid ""
|
27
27
|
"* New: When the stock move is created and not yet confirmed.\n"
|
28
|
-
"* Waiting Another Move: This state can be seen when a move is waiting for
|
29
|
-
"
|
28
|
+
"* Waiting Another Move: This state can be seen when a move is waiting for "
|
29
|
+
"another one, for example in a chained flow.\n"
|
30
|
+
"* Waiting Availability: This state is reached when the procurement "
|
31
|
+
"resolution is not straight forward. It may need the scheduler to run, a "
|
32
|
+
"component to be manufactured...\n"
|
30
33
|
"* Available: When products are reserved, it is set to 'Available'.\n"
|
31
34
|
"* Done: When the shipment is processed, the state is 'Done'."
|
32
35
|
msgstr ""
|
@@ -44,8 +47,8 @@ msgstr ""
|
|
44
47
|
#: model_terms:ir.ui.view,arch_db:ddmrp.res_config_settings_view_form
|
45
48
|
msgid ""
|
46
49
|
"<span class=\"fa fa-lg fa-building-o\" title=\"Values set here are company-"
|
47
|
-
"specific.\" role=\"img\" aria-label=\"Values set here are company-"
|
48
|
-
"
|
50
|
+
"specific.\" role=\"img\" aria-label=\"Values set here are company-specific."
|
51
|
+
"\" groups=\"base.group_multi_company\"/>"
|
49
52
|
msgstr ""
|
50
53
|
"<span class=\"fa fa-lg fa-building-o\" title=\"Los valores configurados son "
|
51
54
|
"específicos de la compañía.\" role=\"img\" aria-label=\"Los valores "
|
@@ -55,7 +58,8 @@ msgstr ""
|
|
55
58
|
#. module: ddmrp
|
56
59
|
#: model:ir.model.fields,help:ddmrp.field_stock_buffer__product_type
|
57
60
|
msgid ""
|
58
|
-
"A storable product is a product for which you manage stock. The Inventory
|
61
|
+
"A storable product is a product for which you manage stock. The Inventory "
|
62
|
+
"app has to be installed.\n"
|
59
63
|
"A consumable product is a product for which stock is not managed.\n"
|
60
64
|
"A service is a non-material product you provide."
|
61
65
|
msgstr ""
|
@@ -162,12 +166,22 @@ msgstr "Lista de materiales"
|
|
162
166
|
msgid "Bill of Material Line"
|
163
167
|
msgstr "Línea de Lista de Materiales"
|
164
168
|
|
169
|
+
#. module: ddmrp
|
170
|
+
#: model_terms:ir.ui.view,arch_db:ddmrp.stock_buffer_view_form
|
171
|
+
msgid "Bill of Materials"
|
172
|
+
msgstr ""
|
173
|
+
|
165
174
|
#. module: ddmrp
|
166
175
|
#: code:addons/ddmrp/models/product_adu_calculation_method.py:0
|
167
176
|
#, python-format
|
168
177
|
msgid "Blended"
|
169
178
|
msgstr "Mezclado"
|
170
179
|
|
180
|
+
#. module: ddmrp
|
181
|
+
#: model:ir.model.fields,field_description:ddmrp.field_product_product__buffer_count
|
182
|
+
msgid "Buffer Count"
|
183
|
+
msgstr ""
|
184
|
+
|
171
185
|
#. module: ddmrp
|
172
186
|
#: model:ir.model.fields,field_description:ddmrp.field_mrp_production__execution_priority_level
|
173
187
|
msgid "Buffer On-Hand Alert Level"
|
@@ -242,7 +256,8 @@ msgstr "Búferes"
|
|
242
256
|
#: model_terms:ir.ui.view,arch_db:ddmrp.view_make_procurement_buffer_wizard
|
243
257
|
msgid ""
|
244
258
|
"By default, the qty is equal to the recommended quantity.\n"
|
245
|
-
" For distributed buffers, when the option on the profile
|
259
|
+
" For distributed buffers, when the option on the profile "
|
260
|
+
"is active,\n"
|
246
261
|
" the quantity is limited to the free quantity."
|
247
262
|
msgstr ""
|
248
263
|
"De forma predeterminada, la cantidad es igual a la cantidad recomendada.\n"
|
@@ -287,7 +302,8 @@ msgstr ""
|
|
287
302
|
#. module: ddmrp
|
288
303
|
#: model_terms:ir.actions.act_window,help:ddmrp.stock_buffer_profile_variability_form_action
|
289
304
|
msgid "Click to start a new buffer profile variability factor"
|
290
|
-
msgstr "
|
305
|
+
msgstr ""
|
306
|
+
"Pulse para comenzar un nuevo factor de variabilidad del perfil de búfer"
|
291
307
|
|
292
308
|
#. module: ddmrp
|
293
309
|
#: model:ir.model,name:ddmrp.model_res_company
|
@@ -485,6 +501,11 @@ msgstr ""
|
|
485
501
|
"Error: La Unidad de Medida por defecto del producto y la Unidad de Medida de "
|
486
502
|
"abastecimiento deben pertenecer a la misma categoría."
|
487
503
|
|
504
|
+
#. module: ddmrp
|
505
|
+
#: model_terms:ir.ui.view,arch_db:ddmrp.stock_buffer_view_form
|
506
|
+
msgid "Estimates"
|
507
|
+
msgstr ""
|
508
|
+
|
488
509
|
#. module: ddmrp
|
489
510
|
#: model_terms:ir.ui.view,arch_db:ddmrp.view_make_procurement_buffer_wizard
|
490
511
|
msgid "Execute"
|
@@ -1282,8 +1303,8 @@ msgstr ""
|
|
1282
1303
|
#: model:ir.model.fields,help:ddmrp.field_stock_buffer__distributed_source_location_qty
|
1283
1304
|
msgid ""
|
1284
1305
|
"Quantity free for distributed buffer in the source location. When a "
|
1285
|
-
"procurement is requested, if the option is active on the profile, it will be"
|
1286
|
-
"
|
1306
|
+
"procurement is requested, if the option is active on the profile, it will be "
|
1307
|
+
"limited to this quantity."
|
1287
1308
|
msgstr ""
|
1288
1309
|
"Cantidad libre para el búfer distribuido en la ubicación de origen. Cuando "
|
1289
1310
|
"se solicita una adquisición, si la opción está activa en el perfil, se "
|
@@ -1450,9 +1471,12 @@ msgstr "Buscar Perfiles de Búfer"
|
|
1450
1471
|
#: model_terms:ir.ui.view,arch_db:ddmrp.res_config_settings_view_form
|
1451
1472
|
msgid ""
|
1452
1473
|
"Set a tolerance value to apply to quantity multiple in stock buffers.\n"
|
1453
|
-
" If the quantity needed is below this
|
1454
|
-
"
|
1455
|
-
"
|
1474
|
+
" If the quantity needed is below this "
|
1475
|
+
"tolerance threshold, the recommended\n"
|
1476
|
+
" quantity will be reduced a bit instead "
|
1477
|
+
"of adding another bucket.\n"
|
1478
|
+
" The value is a percentage of the "
|
1479
|
+
"quantity multiple."
|
1456
1480
|
msgstr ""
|
1457
1481
|
"Establezca un valor de tolerancia para aplicar a la cantidad múltiple en los "
|
1458
1482
|
"búferes de stock.\n"
|
@@ -1482,8 +1506,7 @@ msgstr "Muestra Días de Covertura en Búferes de Stock"
|
|
1482
1506
|
#. module: ddmrp
|
1483
1507
|
#: model:ir.model.fields,field_description:ddmrp.field_res_config_settings__module_ddmrp_coverage_days
|
1484
1508
|
#: model_terms:ir.ui.view,arch_db:ddmrp.res_config_settings_view_form
|
1485
|
-
msgid ""
|
1486
|
-
"Shows the current on-hand for stock buffers expressed as coverage days."
|
1509
|
+
msgid "Shows the current on-hand for stock buffers expressed as coverage days."
|
1487
1510
|
msgstr ""
|
1488
1511
|
"Muestra el stock en-mano actual para los búferes de stock expresados como "
|
1489
1512
|
"días de covertura."
|
@@ -1546,6 +1569,7 @@ msgstr "Factor de Variabilidad en Perfil de Búfer de Inventario"
|
|
1546
1569
|
#: model:ir.model.fields,field_description:ddmrp.field_product_product__buffer_ids
|
1547
1570
|
#: model:ir.model.fields,field_description:ddmrp.field_purchase_order_line__buffer_ids
|
1548
1571
|
#: model:ir.ui.menu,name:ddmrp.menu_stock_buffer
|
1572
|
+
#: model_terms:ir.ui.view,arch_db:ddmrp.product_normal_form_view_inherit
|
1549
1573
|
#: model_terms:ir.ui.view,arch_db:ddmrp.purchase_order_form
|
1550
1574
|
#: model_terms:ir.ui.view,arch_db:ddmrp.purchase_order_line_form2
|
1551
1575
|
msgid "Stock Buffers"
|
@@ -1604,8 +1628,8 @@ msgstr "Suministro y Demanda"
|
|
1604
1628
|
#. module: ddmrp
|
1605
1629
|
#: model_terms:ir.ui.view,arch_db:ddmrp.stock_buffer_view_form
|
1606
1630
|
msgid ""
|
1607
|
-
"The green zone determines the average order frequency and the order size. It"
|
1608
|
-
"
|
1631
|
+
"The green zone determines the average order frequency and the order size. It "
|
1632
|
+
"is determined as the maximum of the following three factors: Minimum Order "
|
1609
1633
|
"Cycle, Lead Time Factor and Minimum Order Quantity."
|
1610
1634
|
msgstr ""
|
1611
1635
|
"La zona verde determina la frecuencia media de pedidos y el tamaño de "
|
@@ -1636,8 +1660,8 @@ msgstr ""
|
|
1636
1660
|
#: model_terms:ir.ui.view,arch_db:ddmrp.stock_buffer_view_form
|
1637
1661
|
msgid ""
|
1638
1662
|
"The red zone is the embedded safety in the buffer. The larger the "
|
1639
|
-
"variability associated with the product, the larger the red zone will be. It"
|
1640
|
-
"
|
1663
|
+
"variability associated with the product, the larger the red zone will be. It "
|
1664
|
+
"is composed of two sub-zones: Red base and red safety."
|
1641
1665
|
msgstr ""
|
1642
1666
|
"La zona roja es la seguridad contenida en el búfer. Cuanto más grande sea la "
|
1643
1667
|
"variabilidad asociada al producto."
|
@@ -1743,7 +1767,8 @@ msgstr "Usar empaquetados en búferes de stock."
|
|
1743
1767
|
msgid ""
|
1744
1768
|
"Use this assistant to generate a procurement request for this\n"
|
1745
1769
|
" stock buffer. According to the product configuration,\n"
|
1746
|
-
" this may trigger a draft purchase order, a
|
1770
|
+
" this may trigger a draft purchase order, a "
|
1771
|
+
"manufacturing\n"
|
1747
1772
|
" order or a transfer picking."
|
1748
1773
|
msgstr ""
|
1749
1774
|
"Use este asistente para generar peticiones de abastecimiento para este\n"
|
@@ -1793,10 +1818,16 @@ msgstr ""
|
|
1793
1818
|
#. module: ddmrp
|
1794
1819
|
#: model:ir.model.fields,help:ddmrp.field_stock_buffer__extra_lead_time
|
1795
1820
|
msgid ""
|
1796
|
-
"When defined, this lead time will be added to the decoupled lead time for
|
1797
|
-
"
|
1798
|
-
"
|
1799
|
-
"
|
1821
|
+
"When defined, this lead time will be added to the decoupled lead time for "
|
1822
|
+
"the computation of the zones size (it won't affect planned date for "
|
1823
|
+
"procurements).\n"
|
1824
|
+
"This is particularly useful in situations of infrequent but periodic demand. "
|
1825
|
+
"E.g. We receive a large order every 30 days, whereas the supplier takes 10 "
|
1826
|
+
"days to supply. \n"
|
1827
|
+
"In this case the yellow zone must cover for the entire cycle of 30 days of "
|
1828
|
+
"demand.\n"
|
1829
|
+
"In situations with infrequent demand the ADU tends to be very small, and "
|
1830
|
+
"every new order would be treated as a spike, when \n"
|
1800
1831
|
"in reality this is not an exceptional situation."
|
1801
1832
|
msgstr ""
|
1802
1833
|
"Cuando está definido, este plazo de entrega se agregará al plazo de entrega "
|
@@ -1844,8 +1875,8 @@ msgstr ""
|
|
1844
1875
|
msgid ""
|
1845
1876
|
"When you request procurement from a buffer, their scheduled date is "
|
1846
1877
|
"rescheduled to now + this procurement time (in minutes). Their scheduled "
|
1847
|
-
"date represents the latest the transfers should be done, and therefore, past"
|
1848
|
-
"
|
1878
|
+
"date represents the latest the transfers should be done, and therefore, past "
|
1879
|
+
"this timestamp, considered late."
|
1849
1880
|
msgstr ""
|
1850
1881
|
"Cuando solicita la adquisición de un búfer, su fecha programada se "
|
1851
1882
|
"reprograma para ahora + este tiempo de adquisición (en minutos). Su fecha "
|
@@ -1919,7 +1950,7 @@ msgid "days"
|
|
1919
1950
|
msgstr "días"
|
1920
1951
|
|
1921
1952
|
#. module: ddmrp
|
1922
|
-
#: code:addons/ddmrp/hooks.py:0
|
1953
|
+
#: code:addons/ddmrp/hooks.py:0
|
1923
1954
|
#, python-format
|
1924
1955
|
msgid "minutes"
|
1925
1956
|
msgstr "minutos"
|
odoo/addons/ddmrp/i18n/fr.po
CHANGED
@@ -152,12 +152,22 @@ msgstr "Nomenclature"
|
|
152
152
|
msgid "Bill of Material Line"
|
153
153
|
msgstr "Ligne de nomenclature"
|
154
154
|
|
155
|
+
#. module: ddmrp
|
156
|
+
#: model_terms:ir.ui.view,arch_db:ddmrp.stock_buffer_view_form
|
157
|
+
msgid "Bill of Materials"
|
158
|
+
msgstr ""
|
159
|
+
|
155
160
|
#. module: ddmrp
|
156
161
|
#: code:addons/ddmrp/models/product_adu_calculation_method.py:0
|
157
162
|
#, python-format
|
158
163
|
msgid "Blended"
|
159
164
|
msgstr "Mixte"
|
160
165
|
|
166
|
+
#. module: ddmrp
|
167
|
+
#: model:ir.model.fields,field_description:ddmrp.field_product_product__buffer_count
|
168
|
+
msgid "Buffer Count"
|
169
|
+
msgstr ""
|
170
|
+
|
161
171
|
#. module: ddmrp
|
162
172
|
#: model:ir.model.fields,field_description:ddmrp.field_mrp_production__execution_priority_level
|
163
173
|
msgid "Buffer On-Hand Alert Level"
|
@@ -468,6 +478,11 @@ msgid ""
|
|
468
478
|
"Measure must be in the same category."
|
469
479
|
msgstr ""
|
470
480
|
|
481
|
+
#. module: ddmrp
|
482
|
+
#: model_terms:ir.ui.view,arch_db:ddmrp.stock_buffer_view_form
|
483
|
+
msgid "Estimates"
|
484
|
+
msgstr ""
|
485
|
+
|
471
486
|
#. module: ddmrp
|
472
487
|
#: model_terms:ir.ui.view,arch_db:ddmrp.view_make_procurement_buffer_wizard
|
473
488
|
msgid "Execute"
|
@@ -1499,6 +1514,7 @@ msgstr ""
|
|
1499
1514
|
#: model:ir.model.fields,field_description:ddmrp.field_product_product__buffer_ids
|
1500
1515
|
#: model:ir.model.fields,field_description:ddmrp.field_purchase_order_line__buffer_ids
|
1501
1516
|
#: model:ir.ui.menu,name:ddmrp.menu_stock_buffer
|
1517
|
+
#: model_terms:ir.ui.view,arch_db:ddmrp.product_normal_form_view_inherit
|
1502
1518
|
#: model_terms:ir.ui.view,arch_db:ddmrp.purchase_order_form
|
1503
1519
|
#: model_terms:ir.ui.view,arch_db:ddmrp.purchase_order_line_form2
|
1504
1520
|
msgid "Stock Buffers"
|
odoo/addons/ddmrp/i18n/id.po
CHANGED
@@ -149,12 +149,22 @@ msgstr "Daftar Kebutuhan Material"
|
|
149
149
|
msgid "Bill of Material Line"
|
150
150
|
msgstr "Baris dari Daftar Kebutuhan Material"
|
151
151
|
|
152
|
+
#. module: ddmrp
|
153
|
+
#: model_terms:ir.ui.view,arch_db:ddmrp.stock_buffer_view_form
|
154
|
+
msgid "Bill of Materials"
|
155
|
+
msgstr ""
|
156
|
+
|
152
157
|
#. module: ddmrp
|
153
158
|
#: code:addons/ddmrp/models/product_adu_calculation_method.py:0
|
154
159
|
#, python-format
|
155
160
|
msgid "Blended"
|
156
161
|
msgstr "Campuran"
|
157
162
|
|
163
|
+
#. module: ddmrp
|
164
|
+
#: model:ir.model.fields,field_description:ddmrp.field_product_product__buffer_count
|
165
|
+
msgid "Buffer Count"
|
166
|
+
msgstr ""
|
167
|
+
|
158
168
|
#. module: ddmrp
|
159
169
|
#: model:ir.model.fields,field_description:ddmrp.field_mrp_production__execution_priority_level
|
160
170
|
msgid "Buffer On-Hand Alert Level"
|
@@ -464,6 +474,11 @@ msgid ""
|
|
464
474
|
"Measure must be in the same category."
|
465
475
|
msgstr ""
|
466
476
|
|
477
|
+
#. module: ddmrp
|
478
|
+
#: model_terms:ir.ui.view,arch_db:ddmrp.stock_buffer_view_form
|
479
|
+
msgid "Estimates"
|
480
|
+
msgstr ""
|
481
|
+
|
467
482
|
#. module: ddmrp
|
468
483
|
#: model_terms:ir.ui.view,arch_db:ddmrp.view_make_procurement_buffer_wizard
|
469
484
|
msgid "Execute"
|
@@ -1495,6 +1510,7 @@ msgstr ""
|
|
1495
1510
|
#: model:ir.model.fields,field_description:ddmrp.field_product_product__buffer_ids
|
1496
1511
|
#: model:ir.model.fields,field_description:ddmrp.field_purchase_order_line__buffer_ids
|
1497
1512
|
#: model:ir.ui.menu,name:ddmrp.menu_stock_buffer
|
1513
|
+
#: model_terms:ir.ui.view,arch_db:ddmrp.product_normal_form_view_inherit
|
1498
1514
|
#: model_terms:ir.ui.view,arch_db:ddmrp.purchase_order_form
|
1499
1515
|
#: model_terms:ir.ui.view,arch_db:ddmrp.purchase_order_line_form2
|
1500
1516
|
msgid "Stock Buffers"
|
odoo/addons/ddmrp/i18n/pt_BR.po
CHANGED
@@ -143,12 +143,22 @@ msgstr ""
|
|
143
143
|
msgid "Bill of Material Line"
|
144
144
|
msgstr ""
|
145
145
|
|
146
|
+
#. module: ddmrp
|
147
|
+
#: model_terms:ir.ui.view,arch_db:ddmrp.stock_buffer_view_form
|
148
|
+
msgid "Bill of Materials"
|
149
|
+
msgstr ""
|
150
|
+
|
146
151
|
#. module: ddmrp
|
147
152
|
#: code:addons/ddmrp/models/product_adu_calculation_method.py:0
|
148
153
|
#, python-format
|
149
154
|
msgid "Blended"
|
150
155
|
msgstr ""
|
151
156
|
|
157
|
+
#. module: ddmrp
|
158
|
+
#: model:ir.model.fields,field_description:ddmrp.field_product_product__buffer_count
|
159
|
+
msgid "Buffer Count"
|
160
|
+
msgstr ""
|
161
|
+
|
152
162
|
#. module: ddmrp
|
153
163
|
#: model:ir.model.fields,field_description:ddmrp.field_mrp_production__execution_priority_level
|
154
164
|
msgid "Buffer On-Hand Alert Level"
|
@@ -458,6 +468,11 @@ msgid ""
|
|
458
468
|
"Measure must be in the same category."
|
459
469
|
msgstr ""
|
460
470
|
|
471
|
+
#. module: ddmrp
|
472
|
+
#: model_terms:ir.ui.view,arch_db:ddmrp.stock_buffer_view_form
|
473
|
+
msgid "Estimates"
|
474
|
+
msgstr ""
|
475
|
+
|
461
476
|
#. module: ddmrp
|
462
477
|
#: model_terms:ir.ui.view,arch_db:ddmrp.view_make_procurement_buffer_wizard
|
463
478
|
msgid "Execute"
|
@@ -1489,6 +1504,7 @@ msgstr ""
|
|
1489
1504
|
#: model:ir.model.fields,field_description:ddmrp.field_product_product__buffer_ids
|
1490
1505
|
#: model:ir.model.fields,field_description:ddmrp.field_purchase_order_line__buffer_ids
|
1491
1506
|
#: model:ir.ui.menu,name:ddmrp.menu_stock_buffer
|
1507
|
+
#: model_terms:ir.ui.view,arch_db:ddmrp.product_normal_form_view_inherit
|
1492
1508
|
#: model_terms:ir.ui.view,arch_db:ddmrp.purchase_order_form
|
1493
1509
|
#: model_terms:ir.ui.view,arch_db:ddmrp.purchase_order_line_form2
|
1494
1510
|
msgid "Stock Buffers"
|
@@ -148,12 +148,22 @@ msgstr "物料清单"
|
|
148
148
|
msgid "Bill of Material Line"
|
149
149
|
msgstr "物料清单"
|
150
150
|
|
151
|
+
#. module: ddmrp
|
152
|
+
#: model_terms:ir.ui.view,arch_db:ddmrp.stock_buffer_view_form
|
153
|
+
msgid "Bill of Materials"
|
154
|
+
msgstr ""
|
155
|
+
|
151
156
|
#. module: ddmrp
|
152
157
|
#: code:addons/ddmrp/models/product_adu_calculation_method.py:0
|
153
158
|
#, python-format
|
154
159
|
msgid "Blended"
|
155
160
|
msgstr ""
|
156
161
|
|
162
|
+
#. module: ddmrp
|
163
|
+
#: model:ir.model.fields,field_description:ddmrp.field_product_product__buffer_count
|
164
|
+
msgid "Buffer Count"
|
165
|
+
msgstr ""
|
166
|
+
|
157
167
|
#. module: ddmrp
|
158
168
|
#: model:ir.model.fields,field_description:ddmrp.field_mrp_production__execution_priority_level
|
159
169
|
msgid "Buffer On-Hand Alert Level"
|
@@ -469,6 +479,11 @@ msgid ""
|
|
469
479
|
"Measure must be in the same category."
|
470
480
|
msgstr ""
|
471
481
|
|
482
|
+
#. module: ddmrp
|
483
|
+
#: model_terms:ir.ui.view,arch_db:ddmrp.stock_buffer_view_form
|
484
|
+
msgid "Estimates"
|
485
|
+
msgstr ""
|
486
|
+
|
472
487
|
#. module: ddmrp
|
473
488
|
#: model_terms:ir.ui.view,arch_db:ddmrp.view_make_procurement_buffer_wizard
|
474
489
|
msgid "Execute"
|
@@ -1523,6 +1538,7 @@ msgstr "缓冲设置变动因子"
|
|
1523
1538
|
#: model:ir.model.fields,field_description:ddmrp.field_product_product__buffer_ids
|
1524
1539
|
#: model:ir.model.fields,field_description:ddmrp.field_purchase_order_line__buffer_ids
|
1525
1540
|
#: model:ir.ui.menu,name:ddmrp.menu_stock_buffer
|
1541
|
+
#: model_terms:ir.ui.view,arch_db:ddmrp.product_normal_form_view_inherit
|
1526
1542
|
#: model_terms:ir.ui.view,arch_db:ddmrp.purchase_order_form
|
1527
1543
|
#: model_terms:ir.ui.view,arch_db:ddmrp.purchase_order_line_form2
|
1528
1544
|
#, fuzzy
|
@@ -0,0 +1,10 @@
|
|
1
|
+
from odoo import SUPERUSER_ID, api
|
2
|
+
|
3
|
+
|
4
|
+
def migrate(cr, version):
|
5
|
+
env = api.Environment(cr, SUPERUSER_ID, {})
|
6
|
+
buffers = env["stock.buffer"].search(
|
7
|
+
[("buffer_profile_id.item_type", "=", "distributed")]
|
8
|
+
)
|
9
|
+
if buffers:
|
10
|
+
buffers._calc_distributed_source_location()
|
@@ -13,6 +13,8 @@ class Product(models.Model):
|
|
13
13
|
inverse_name="product_id",
|
14
14
|
)
|
15
15
|
|
16
|
+
buffer_count = fields.Integer(compute="_compute_buffer_count")
|
17
|
+
|
16
18
|
def write(self, values):
|
17
19
|
res = super().write(values)
|
18
20
|
if values.get("active") is False:
|
@@ -21,3 +23,13 @@ class Product(models.Model):
|
|
21
23
|
)
|
22
24
|
buffers.write({"active": False})
|
23
25
|
return res
|
26
|
+
|
27
|
+
def _compute_buffer_count(self):
|
28
|
+
for rec in self:
|
29
|
+
rec.buffer_count = len(rec.buffer_ids)
|
30
|
+
|
31
|
+
def action_view_stock_buffers(self):
|
32
|
+
action = self.env["ir.actions.actions"]._for_xml_id("ddmrp.action_stock_buffer")
|
33
|
+
action["context"] = {}
|
34
|
+
action["domain"] = [("id", "in", self.buffer_ids.ids)]
|
35
|
+
return action
|
@@ -198,6 +198,31 @@ class StockBuffer(models.Model):
|
|
198
198
|
action["domain"] = self._past_moves_domain(date_from, date_to, locations)
|
199
199
|
return action
|
200
200
|
|
201
|
+
def action_view_stock_demand_estimates(self):
|
202
|
+
result = self.env["ir.actions.actions"]._for_xml_id(
|
203
|
+
"stock_demand_estimate.stock_demand_estimate_action"
|
204
|
+
)
|
205
|
+
recs = self.env["stock.demand.estimate"].search(
|
206
|
+
[
|
207
|
+
("product_id", "=", self.product_id.id),
|
208
|
+
("location_id", "=", self.location_id.id),
|
209
|
+
]
|
210
|
+
)
|
211
|
+
result["domain"] = [("id", "in", recs.ids)]
|
212
|
+
return result
|
213
|
+
|
214
|
+
def action_view_bom(self):
|
215
|
+
action = self.product_id.action_view_bom()
|
216
|
+
locations = self.env["stock.location"].search(
|
217
|
+
[("id", "child_of", [self.location_id.id])]
|
218
|
+
)
|
219
|
+
action["domain"] += [
|
220
|
+
"|",
|
221
|
+
("location_id", "in", locations.ids),
|
222
|
+
("location_id", "=", False),
|
223
|
+
]
|
224
|
+
return action
|
225
|
+
|
201
226
|
@api.constrains("product_id")
|
202
227
|
def _check_product_uom(self):
|
203
228
|
if any(
|
@@ -1717,7 +1742,6 @@ class StockBuffer(models.Model):
|
|
1717
1742
|
|
1718
1743
|
def _source_location_from_route(self, route=None):
|
1719
1744
|
"""Return the replenishment source location for distributed buffers
|
1720
|
-
|
1721
1745
|
If no route is passed, it follows the source location of the rules of
|
1722
1746
|
all the routes it finds until it can no longer find a path.
|
1723
1747
|
If a route is passed, it stops at the final source location of the
|
@@ -1731,6 +1755,27 @@ class StockBuffer(models.Model):
|
|
1731
1755
|
)
|
1732
1756
|
if rule.procure_method == "make_to_stock":
|
1733
1757
|
return rule.location_src_id
|
1758
|
+
elif rule.procure_method == "make_to_order":
|
1759
|
+
# If resupply from another warehouse, this rule can't be retrieved by
|
1760
|
+
# method _get_rule, because that we try to get this rule bases on previous rule
|
1761
|
+
pull_rule = self.env["stock.rule"].search(
|
1762
|
+
[
|
1763
|
+
("action", "in", ("pull", "pull_push")),
|
1764
|
+
("route_id", "=", rule.route_id.id),
|
1765
|
+
("location_id", "=", rule.location_src_id.id),
|
1766
|
+
]
|
1767
|
+
)
|
1768
|
+
if pull_rule:
|
1769
|
+
if pull_rule.procure_method in ("make_to_stock", "mts_else_mto"):
|
1770
|
+
return pull_rule.location_src_id
|
1771
|
+
elif pull_rule.procure_method == "make_to_order":
|
1772
|
+
current_location = pull_rule.location_src_id
|
1773
|
+
rule_values.update(
|
1774
|
+
{
|
1775
|
+
"warehouse_id": pull_rule.location_src_id.get_warehouse(),
|
1776
|
+
}
|
1777
|
+
)
|
1778
|
+
continue
|
1734
1779
|
current_location = rule.location_src_id
|
1735
1780
|
|
1736
1781
|
def action_dummy(self):
|
@@ -39,14 +39,23 @@ class TestDdmrpCommon(common.SavepointCase):
|
|
39
39
|
cls.partner_model = cls.env["res.partner"]
|
40
40
|
cls.supinfo_model = cls.env["product.supplierinfo"]
|
41
41
|
cls.pol_model = cls.env["purchase.order.line"]
|
42
|
+
cls.wh_model = cls.env["stock.warehouse"]
|
42
43
|
|
43
44
|
# Refs
|
44
45
|
cls.main_company = cls.env.ref("base.main_company")
|
45
46
|
cls.warehouse = cls.env.ref("stock.warehouse0")
|
47
|
+
cls.warehouse2 = cls.wh_model.create(
|
48
|
+
{
|
49
|
+
"partner_id": cls.env.ref("base.main_partner").id,
|
50
|
+
"name": "Warehouse 2",
|
51
|
+
"code": "WH2",
|
52
|
+
}
|
53
|
+
)
|
46
54
|
cls.stock_location = cls.env.ref("stock.stock_location_stock")
|
47
55
|
cls.location_shelf1 = cls.env.ref("stock.stock_location_components")
|
48
56
|
cls.supplier_location = cls.env.ref("stock.stock_location_suppliers")
|
49
57
|
cls.customer_location = cls.env.ref("stock.stock_location_customers")
|
58
|
+
cls.inter_wh = cls.env.ref("stock.stock_location_inter_wh")
|
50
59
|
cls.inventory_location = cls.env["stock.location"].search(
|
51
60
|
[("usage", "=", "inventory"), ("company_id", "=", cls.main_company.id)],
|
52
61
|
limit=1,
|
@@ -998,3 +998,57 @@ class TestDdmrp(TestDdmrpCommon):
|
|
998
998
|
seller2.date_end = today
|
999
999
|
seller.date_end = seller3.date_end = yesterday
|
1000
1000
|
self.assertEqual(self.buffer_purchase._get_product_sellers(), seller2)
|
1001
|
+
|
1002
|
+
def test_44_resupply_from_another_warehouse(self):
|
1003
|
+
route = self.env["stock.location.route"].create(
|
1004
|
+
{
|
1005
|
+
"name": "Warehouse 2: Supply from Warehouse",
|
1006
|
+
"product_categ_selectable": True,
|
1007
|
+
"product_selectable": True,
|
1008
|
+
"warehouse_selectable": True,
|
1009
|
+
"rule_ids": [
|
1010
|
+
(
|
1011
|
+
0,
|
1012
|
+
0,
|
1013
|
+
{
|
1014
|
+
"name": "Warehouse: Stock → Inter-warehouse transit",
|
1015
|
+
"action": "pull",
|
1016
|
+
"picking_type_id": self.ref("stock.picking_type_internal"),
|
1017
|
+
"location_src_id": self.warehouse.lot_stock_id.id,
|
1018
|
+
"location_id": self.inter_wh.id,
|
1019
|
+
"procure_method": "make_to_stock",
|
1020
|
+
},
|
1021
|
+
),
|
1022
|
+
(
|
1023
|
+
0,
|
1024
|
+
0,
|
1025
|
+
{
|
1026
|
+
"name": "Warehouse2: Inter-warehouse transit → Stock",
|
1027
|
+
"action": "pull",
|
1028
|
+
"picking_type_id": self.ref("stock.picking_type_internal"),
|
1029
|
+
"location_src_id": self.inter_wh.id,
|
1030
|
+
"location_id": self.warehouse2.lot_stock_id.id,
|
1031
|
+
"procure_method": "make_to_order",
|
1032
|
+
},
|
1033
|
+
),
|
1034
|
+
],
|
1035
|
+
}
|
1036
|
+
)
|
1037
|
+
self.product_purchased.route_ids |= route
|
1038
|
+
buffer_distributed = self.bufferModel.create(
|
1039
|
+
{
|
1040
|
+
"buffer_profile_id": self.buffer_profile_distr.id,
|
1041
|
+
"product_id": self.product_purchased.id,
|
1042
|
+
"location_id": self.warehouse2.lot_stock_id.id,
|
1043
|
+
"warehouse_id": self.warehouse2.id,
|
1044
|
+
"qty_multiple": 1.0,
|
1045
|
+
"adu_calculation_method": self.adu_fixed.id,
|
1046
|
+
"adu_fixed": 4.0,
|
1047
|
+
"lead_days": 10.0,
|
1048
|
+
"order_spike_horizon": 10.0,
|
1049
|
+
}
|
1050
|
+
)
|
1051
|
+
self.assertEqual(
|
1052
|
+
buffer_distributed.distributed_source_location_id,
|
1053
|
+
self.warehouse.lot_stock_id,
|
1054
|
+
)
|
@@ -22,4 +22,14 @@
|
|
22
22
|
</xpath>
|
23
23
|
</field>
|
24
24
|
</record>
|
25
|
+
<record id="mrp_bom_line_view_form" model="ir.ui.view">
|
26
|
+
<field name="name">mrp.bom.line.form</field>
|
27
|
+
<field name="model">mrp.bom.line</field>
|
28
|
+
<field name="inherit_id" ref="mrp.mrp_bom_line_view_form" />
|
29
|
+
<field name="arch" type="xml">
|
30
|
+
<field name="parent_product_tmpl_id" position="after">
|
31
|
+
<field name="buffer_id" />
|
32
|
+
</field>
|
33
|
+
</field>
|
34
|
+
</record>
|
25
35
|
</odoo>
|
@@ -0,0 +1,30 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
2
|
+
<odoo>
|
3
|
+
|
4
|
+
<record id="product_normal_form_view_inherit" model="ir.ui.view">
|
5
|
+
<field name="name">product.product.form.inherit</field>
|
6
|
+
<field name="model">product.product</field>
|
7
|
+
<field name="inherit_id" ref="product.product_normal_form_view" />
|
8
|
+
<field name="arch" type="xml">
|
9
|
+
<xpath
|
10
|
+
expr="//div[@name='button_box']/button[@name='action_view_mrp_area_parameters']"
|
11
|
+
position="after"
|
12
|
+
>
|
13
|
+
<button
|
14
|
+
type="object"
|
15
|
+
name="action_view_stock_buffers"
|
16
|
+
class="oe_stat_button"
|
17
|
+
icon="fa-flask"
|
18
|
+
attrs="{'invisible': [('buffer_count', '=', 0)]}"
|
19
|
+
>
|
20
|
+
<field
|
21
|
+
name="buffer_count"
|
22
|
+
widget="statinfo"
|
23
|
+
string="Stock Buffers"
|
24
|
+
/>
|
25
|
+
</button>
|
26
|
+
</xpath>
|
27
|
+
</field>
|
28
|
+
</record>
|
29
|
+
|
30
|
+
</odoo>
|
@@ -109,6 +109,22 @@
|
|
109
109
|
string="Consumption"
|
110
110
|
icon="fa-fire"
|
111
111
|
/>
|
112
|
+
<button
|
113
|
+
type="object"
|
114
|
+
name="action_view_stock_demand_estimates"
|
115
|
+
class="oe_stat_button"
|
116
|
+
string="Estimates"
|
117
|
+
icon="fa-signal"
|
118
|
+
attrs="{'invisible': [('adu_calculation_method_type', '!=', 'future')]}"
|
119
|
+
/>
|
120
|
+
<button
|
121
|
+
type="object"
|
122
|
+
name="action_view_bom"
|
123
|
+
class="oe_stat_button"
|
124
|
+
string="Bill of Materials"
|
125
|
+
icon="fa-flask"
|
126
|
+
attrs="{'invisible': [('item_type', '!=', 'manufactured')]}"
|
127
|
+
/>
|
112
128
|
<button
|
113
129
|
type="object"
|
114
130
|
name="action_view_mrp_productions"
|
@@ -125,13 +141,6 @@
|
|
125
141
|
icon="fa-credit-card"
|
126
142
|
attrs="{'invisible': [('item_type', '!=', 'purchased')]}"
|
127
143
|
/>
|
128
|
-
<button
|
129
|
-
string="Refresh Buffer"
|
130
|
-
name="refresh_buffer"
|
131
|
-
class="oe_stat_button"
|
132
|
-
icon="fa-refresh"
|
133
|
-
type="object"
|
134
|
-
/>
|
135
144
|
<button
|
136
145
|
class="oe_stat_button"
|
137
146
|
name="action_used_in_bom"
|
@@ -145,6 +154,13 @@
|
|
145
154
|
widget="statinfo"
|
146
155
|
/>
|
147
156
|
</button>
|
157
|
+
<button
|
158
|
+
string="Refresh Buffer"
|
159
|
+
name="refresh_buffer"
|
160
|
+
class="oe_stat_button"
|
161
|
+
icon="fa-refresh"
|
162
|
+
type="object"
|
163
|
+
/>
|
148
164
|
</div>
|
149
165
|
<widget
|
150
166
|
name="web_ribbon"
|
{odoo14_addon_ddmrp-14.0.1.13.5.dist-info → odoo14_addon_ddmrp-14.0.1.14.1.dist-info}/RECORD
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
odoo/addons/ddmrp/README.rst,sha256=7QPbMwUAaqXJ7Qi4nUFILIX6iMF9JrhnNubvXhOTK3g,12059
|
2
2
|
odoo/addons/ddmrp/__init__.py,sha256=nksc4q8fpyy8n5h1T3-Wl9lh_CpdgZj9bBt5fQGvW5Y,98
|
3
|
-
odoo/addons/ddmrp/__manifest__.py,sha256=
|
3
|
+
odoo/addons/ddmrp/__manifest__.py,sha256=P2GQRUdE60u50MvHVlKqeAlnkffWXL1B_UrNduQwjGM,2467
|
4
4
|
odoo/addons/ddmrp/hooks.py,sha256=81CupDt-4OpjEz7EXiAyqkUHzZ_cYLI5WiyEO6Y4DdQ,3269
|
5
5
|
odoo/addons/ddmrp/data/decimal_precision_data.xml,sha256=mzYy_aam6bZLGPFl7HPhRv5XGTDCbHAKVZeAl0UYms4,528
|
6
6
|
odoo/addons/ddmrp/data/ir_cron.xml,sha256=sW-Y2O0ZfpxQ6IcOOMGzgPX2k-vnSJbKxdcRD_6ybhY,1510
|
@@ -15,13 +15,14 @@ odoo/addons/ddmrp/demo/product_product_demo.xml,sha256=-jp5RGrexRsHIITmPhUGKClat
|
|
15
15
|
odoo/addons/ddmrp/demo/product_supplierinfo_demo.xml,sha256=cfbqUhoZbhvEqNUwX4jIu3fckMa9yvDUPh6Sfg1jUM0,768
|
16
16
|
odoo/addons/ddmrp/demo/res_partner_demo.xml,sha256=rhQz9_RM3EbOK8LKzgBvKI04Jyl7P4RIWHq4lIRHGf0,853
|
17
17
|
odoo/addons/ddmrp/demo/stock_buffer_demo.xml,sha256=R5fo0T_M05zLKCKm2KREjx2QlFo-7zCOKIU46QvwluY,1366
|
18
|
-
odoo/addons/ddmrp/i18n/ddmrp.pot,sha256=
|
19
|
-
odoo/addons/ddmrp/i18n/es.po,sha256=
|
20
|
-
odoo/addons/ddmrp/i18n/es_AR.po,sha256=
|
21
|
-
odoo/addons/ddmrp/i18n/fr.po,sha256=
|
22
|
-
odoo/addons/ddmrp/i18n/id.po,sha256=
|
23
|
-
odoo/addons/ddmrp/i18n/pt_BR.po,sha256=
|
24
|
-
odoo/addons/ddmrp/i18n/zh_Hans.po,sha256=
|
18
|
+
odoo/addons/ddmrp/i18n/ddmrp.pot,sha256=T7zV3t3yk0eD7CrqZos6D65U9mrIv9nQTKzLXbgAoxs,63261
|
19
|
+
odoo/addons/ddmrp/i18n/es.po,sha256=NMZFwXZYmbezAZZG3WDyOD_U5I0ly0oztokgsBekHQ4,70755
|
20
|
+
odoo/addons/ddmrp/i18n/es_AR.po,sha256=2-6f1Mo4wxuG2WBvPwoHCoDpKg1if17DuHkMu95qZJI,76737
|
21
|
+
odoo/addons/ddmrp/i18n/fr.po,sha256=GbjoUJCOuZlxCOB_edk6CxKZsvjU4WyKOOTnqGigdSA,64628
|
22
|
+
odoo/addons/ddmrp/i18n/id.po,sha256=lbWTljjPWyksoQF6jYodGZ3uk8LRXi_V6zNdlyZLTHY,64057
|
23
|
+
odoo/addons/ddmrp/i18n/pt_BR.po,sha256=MI56BZjZqT3kgzVeC--758GaqU9HAAfvT3P128EwrF0,63346
|
24
|
+
odoo/addons/ddmrp/i18n/zh_Hans.po,sha256=VTmlXnAvHUWcM2K0rSwD6YEIVzIQfo08lDZePJf6XsU,66258
|
25
|
+
odoo/addons/ddmrp/migrations/14.0.1.14.1/post-fix_distributed_source_location.py,sha256=1c02vpmyKZeDpQ3E9oHMmFCn9ad2CUEh8vAL6HjbPhI,289
|
25
26
|
odoo/addons/ddmrp/migrations/14.0.1.6.0/post-migration.py,sha256=nz4eRPsr2J_HwTwcJ3VZtH98xqpyPXndYuNgMH-U__A,533
|
26
27
|
odoo/addons/ddmrp/models/__init__.py,sha256=GQlZUreHR_NC83bpPhsAVEj2PQG35l3J9U58tY9-Z4o,559
|
27
28
|
odoo/addons/ddmrp/models/mrp_bom.py,sha256=QxeconmadcCvigSt3xHmzFy-6eTAa7TX06N7xKDKAdY,5272
|
@@ -29,11 +30,11 @@ odoo/addons/ddmrp/models/mrp_move.py,sha256=q7CpcX2_u5YioxEjq4_yAxtR-FetAJZZsPCw
|
|
29
30
|
odoo/addons/ddmrp/models/mrp_production.py,sha256=S5JbKSTm6TtIZQVmnaOEh-PnjqVYvyHhn-EJRrRvVS0,3042
|
30
31
|
odoo/addons/ddmrp/models/procurement_group.py,sha256=nGmhn_ZGtYeRwNaV12PRFrC1bmVhsr9JVJ_c_Us2ZLA,2270
|
31
32
|
odoo/addons/ddmrp/models/product_adu_calculation_method.py,sha256=Qe4FPb4rBV3JHFlN4gtrsoNAJ6rQoOW-f9RcJUI4R30,3648
|
32
|
-
odoo/addons/ddmrp/models/product_product.py,sha256=
|
33
|
+
odoo/addons/ddmrp/models/product_product.py,sha256=oMzmvqX6waFk3TXTrK6AeOzlBpHEJ6WGuxx_r-Z0M7w,1099
|
33
34
|
odoo/addons/ddmrp/models/product_template.py,sha256=sUUZ8kO3V5Cd7phAopCtd_wuMS_7JUR1giVamnPrI54,975
|
34
35
|
odoo/addons/ddmrp/models/purchase_order.py,sha256=9kLCSlskdC-1uDBgAdM4zna-Lw18EB3mIlvci5fo54E,3732
|
35
36
|
odoo/addons/ddmrp/models/res_company.py,sha256=7yGp6UwS0mtoTRY4a4khfufqadLs80pJDEVUnw8icOY,657
|
36
|
-
odoo/addons/ddmrp/models/stock_buffer.py,sha256=
|
37
|
+
odoo/addons/ddmrp/models/stock_buffer.py,sha256=0wn_2GVJLEXHM9mtlELMyBpjyOeq7bfB3iQ1YSEZdMM,67176
|
37
38
|
odoo/addons/ddmrp/models/stock_buffer_profile.py,sha256=a4jPw9tmIPJxbIm89QKHLlpxY0coJmWu7sY88QfY_Lg,2855
|
38
39
|
odoo/addons/ddmrp/models/stock_buffer_profile_lead_time.py,sha256=8ZQMuxU0a-mob6MIzDSnkTvC3-4KGn4NLtQ2D3Cuwi8,592
|
39
40
|
odoo/addons/ddmrp/models/stock_buffer_profile_variability.py,sha256=vMz4mSk2h2GVqhFidlZgpC3BXGMlyu9zjHm0aO5B7is,601
|
@@ -66,20 +67,21 @@ odoo/addons/ddmrp/static/img/res_partner_forgeflow-image.png,sha256=0FZES_MW6RHi
|
|
66
67
|
odoo/addons/ddmrp/static/src/js/list_renderer_buffer_info.js,sha256=zYZOay2DvryV7jVduKWH9W1rYOzAnVDsE_Wd1rrbh6I,6300
|
67
68
|
odoo/addons/ddmrp/static/src/scss/list_view.scss,sha256=Z-pJ16rXrnBxprxg9QEOHODf90fXUrMFnA1if1wGg2w,447
|
68
69
|
odoo/addons/ddmrp/tests/__init__.py,sha256=-3cd_5sIPTRJYKEh4j7ipqKG_hNwXbAu_Gcr0ZM_DJ0,123
|
69
|
-
odoo/addons/ddmrp/tests/common.py,sha256=
|
70
|
-
odoo/addons/ddmrp/tests/test_ddmrp.py,sha256=
|
70
|
+
odoo/addons/ddmrp/tests/common.py,sha256=rYl92EiJSb7NdNp9eFMw2Kzau9JgEZdjkyDk1DKqBV0,18092
|
71
|
+
odoo/addons/ddmrp/tests/test_ddmrp.py,sha256=60mwHZfTNHfm3fVUgeWHNUprgQp2qGch4mtwKIEo8GU,45269
|
71
72
|
odoo/addons/ddmrp/tests/test_ddmrp_distributed_source_location.py,sha256=ibWkRTUt-0dYrnNwas9Y11pjmrE9mgcFxoMc-vTkR-0,6938
|
72
73
|
odoo/addons/ddmrp/tests/test_distributed_max_proc_time.py,sha256=pYY2JH7WOQxq6bxzg_zy-MD3_y6vsp8HvDmvg_U8YDk,5519
|
73
74
|
odoo/addons/ddmrp/views/ddmrp_assets_backend.xml,sha256=IHuM6eKSo0QluTtp8B2Ndo3AE8CfTGUQD2b54NJjsB0,570
|
74
|
-
odoo/addons/ddmrp/views/mrp_bom_view.xml,sha256=
|
75
|
+
odoo/addons/ddmrp/views/mrp_bom_view.xml,sha256=A7VMraZEU1MIojOWZLUAlXyFhWAjQoVX624Nv2MnUBE,1428
|
75
76
|
odoo/addons/ddmrp/views/mrp_production_view.xml,sha256=-vuXrHErypEg1UWyW2dSO6Cv3oCSR4GZwV33GbllHkg,2009
|
76
77
|
odoo/addons/ddmrp/views/product_adu_calculation_method_view.xml,sha256=pgpB-qvSfIqibCD6ZxQmEh8BIz_JiIGTpU77itAQTH8,3310
|
78
|
+
odoo/addons/ddmrp/views/product_view.xml,sha256=Q_bAA7jJ2ZzqAhb0mwO-Fa8QEGjwtYEHFhUvs3iAAJA,1059
|
77
79
|
odoo/addons/ddmrp/views/purchase_order_line_view.xml,sha256=ZHfyLMUdZ5yeTgOdAaZmF65D4apxgLj7PHFV1xym81M,3619
|
78
80
|
odoo/addons/ddmrp/views/purchase_order_view.xml,sha256=mw0NRSKz_VilND3OG_sJHP_x17tJIHVt6TfSwI7nw4M,2942
|
79
81
|
odoo/addons/ddmrp/views/stock_buffer_profile_lead_time_view.xml,sha256=8wmKiltUqbkoyBLCs1Q1NVgh4tXf5VGUmvIU45o2qH0,2960
|
80
82
|
odoo/addons/ddmrp/views/stock_buffer_profile_variability_view.xml,sha256=SXDdLzsFgFYDBCEQCbdGSx2wvNVYTiTIpjGQcsOb4Jw,3030
|
81
83
|
odoo/addons/ddmrp/views/stock_buffer_profile_view.xml,sha256=37k_nw4D2kO5NgDya9YQa5CrZNTvAHTjRHJrhxamuLI,4153
|
82
|
-
odoo/addons/ddmrp/views/stock_buffer_view.xml,sha256=
|
84
|
+
odoo/addons/ddmrp/views/stock_buffer_view.xml,sha256=iw65SyT7Q4g3qJmwvcmWyE1N4j4WbaGoSGIeM_acq9k,24600
|
83
85
|
odoo/addons/ddmrp/views/stock_move_views.xml,sha256=ZC0c_ACXQ7lzlFbBxiT0vgqSBTYnVDvG6NHprAUI2b8,2253
|
84
86
|
odoo/addons/ddmrp/views/stock_picking.xml,sha256=CD82zoeS6Nnbxw_c53fE-L-0YgTSITW-78Y3c63JzuE,684
|
85
87
|
odoo/addons/ddmrp/views/stock_warehouse_views.xml,sha256=wPLTji7AncZWhsWxbQSPJa7_pAhdybYblMxaeJIVQ5c,612
|
@@ -91,7 +93,7 @@ odoo/addons/ddmrp/wizards/make_procurement_buffer_view.xml,sha256=GWRsJWwB2wDlCe
|
|
91
93
|
odoo/addons/ddmrp/wizards/multi_level_mrp.py,sha256=7PjXJ4Gx8_DqK81eFSeeGTyN1YETSxWFEs6xddwbS2c,753
|
92
94
|
odoo/addons/ddmrp/wizards/res_config_settings.py,sha256=WquTRzrSDWAUyd4Fk6qRBBkXRKVZiTcWumQNCzmyGGQ,1530
|
93
95
|
odoo/addons/ddmrp/wizards/res_config_settings_views.xml,sha256=Xd80bYjMGlzHeN4o8c3zuWten-sjfBlg7to2uNUSKy8,10278
|
94
|
-
odoo14_addon_ddmrp-14.0.1.
|
95
|
-
odoo14_addon_ddmrp-14.0.1.
|
96
|
-
odoo14_addon_ddmrp-14.0.1.
|
97
|
-
odoo14_addon_ddmrp-14.0.1.
|
96
|
+
odoo14_addon_ddmrp-14.0.1.14.1.dist-info/METADATA,sha256=2FfT09UhfW3ghfO7wwnRa0Tk97uKlfPlx23S1VGdqbE,12984
|
97
|
+
odoo14_addon_ddmrp-14.0.1.14.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
98
|
+
odoo14_addon_ddmrp-14.0.1.14.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
99
|
+
odoo14_addon_ddmrp-14.0.1.14.1.dist-info/RECORD,,
|
File without changes
|
{odoo14_addon_ddmrp-14.0.1.13.5.dist-info → odoo14_addon_ddmrp-14.0.1.14.1.dist-info}/top_level.txt
RENAMED
File without changes
|