Merge lp:~dorian-kemps/unifield-server/US-8309 into lp:unifield-server

Proposed by jftempo
Status: Merged
Merged at revision: 5945
Proposed branch: lp:~dorian-kemps/unifield-server/US-8309
Merge into: lp:unifield-server
Diff against target: 83 lines (+24/-0)
3 files modified
bin/addons/msf_profile/i18n/fr_MF.po (+5/-0)
bin/addons/stock/wizard/manage_expired_stock.py (+1/-0)
bin/addons/stock/wizard/manage_expired_stock.xml (+18/-0)
To merge this branch: bzr merge lp:~dorian-kemps/unifield-server/US-8309
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+398457@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'bin/addons/msf_profile/i18n/fr_MF.po'
--- bin/addons/msf_profile/i18n/fr_MF.po 2021-02-05 16:30:31 +0000
+++ bin/addons/msf_profile/i18n/fr_MF.po 2021-02-22 14:05:05 +0000
@@ -16585,6 +16585,7 @@
16585#: field:product.history.consumption,location_dest_id:016585#: field:product.history.consumption,location_dest_id:0
16586#: report:addons/stock/report/stock_delivery_report_xls.mako:19816586#: report:addons/stock/report/stock_delivery_report_xls.mako:198
16587#: report:addons/stock/report/stock_delivery_report_xls.mako:22416587#: report:addons/stock/report/stock_delivery_report_xls.mako:224
16588#: field:view.expired.expiring.stock.lines,location_dest_id:0
16588#, python-format16589#, python-format
16589msgid "Destination Location"16590msgid "Destination Location"
16590msgstr "Zone Destination"16591msgstr "Zone Destination"
@@ -19382,6 +19383,7 @@
19382#: report:addons/stock/report/stock_delivery_report_xls.mako:22319383#: report:addons/stock/report/stock_delivery_report_xls.mako:223
19383#: field:stock.delivery.wizard,location_id:019384#: field:stock.delivery.wizard,location_id:0
19384#: report:kitting.order.report:019385#: report:kitting.order.report:0
19386#: field:view.expired.expiring.stock.lines,location_id:0
19385#, python-format19387#, python-format
19386msgid "Source Location"19388msgid "Source Location"
19387msgstr "Zone Source"19389msgstr "Zone Source"
@@ -40169,6 +40171,7 @@
40169#: field:product.stock_out.line,substitute_3_uom_id:040171#: field:product.stock_out.line,substitute_3_uom_id:0
40170#: field:product.stock_out.line,uom_id:040172#: field:product.stock_out.line,uom_id:0
40171#: report:kitting.order.report:040173#: report:kitting.order.report:0
40174#: field:view.expired.expiring.stock.lines,product_uom:0
40172#, python-format40175#, python-format
40173msgid "UoM"40176msgid "UoM"
40174msgstr "UdM"40177msgstr "UdM"
@@ -51166,6 +51169,7 @@
51166#: view:stock.picking:051169#: view:stock.picking:0
51167#: field:report.stock.move,reason_type_id:051170#: field:report.stock.move,reason_type_id:0
51168#: field:stock.reception.wizard,reason_type_id:051171#: field:stock.reception.wizard,reason_type_id:0
51172#: field:view.expired.expiring.stock.lines,reason_type_id:0
51169msgid "Reason type"51173msgid "Reason type"
51170msgstr "Type de raison"51174msgstr "Type de raison"
5117151175
@@ -111871,6 +111875,7 @@
111871#. module: stock111875#. module: stock
111872#: model:ir.model,name:stock.model_view_expired_expiring_stock_lines111876#: model:ir.model,name:stock.model_view_expired_expiring_stock_lines
111873#: view:view.expired.expiring.stock:0111877#: view:view.expired.expiring.stock:0
111878#: view:view.expired.expiring.stock.lines:0
111874msgid "Expired/Expiring Products"111879msgid "Expired/Expiring Products"
111875msgstr "Produits Expirés/Expirants"111880msgstr "Produits Expirés/Expirants"
111876111881
111877111882
=== modified file 'bin/addons/stock/wizard/manage_expired_stock.py'
--- bin/addons/stock/wizard/manage_expired_stock.py 2021-02-05 15:43:46 +0000
+++ bin/addons/stock/wizard/manage_expired_stock.py 2021-02-22 14:05:05 +0000
@@ -175,6 +175,7 @@
175class view_expired_expiring_stock(osv.osv):175class view_expired_expiring_stock(osv.osv):
176 _name = 'view.expired.expiring.stock'176 _name = 'view.expired.expiring.stock'
177 _description = 'View Expired/Expiring Products'177 _description = 'View Expired/Expiring Products'
178 _rec_name = 'mng_exp_id'
178179
179 _columns = {180 _columns = {
180 'mng_exp_id': fields.many2one('manage.expired.stock', string='Manage Expired Stock Id', readonly=True),181 'mng_exp_id': fields.many2one('manage.expired.stock', string='Manage Expired Stock Id', readonly=True),
181182
=== modified file 'bin/addons/stock/wizard/manage_expired_stock.xml'
--- bin/addons/stock/wizard/manage_expired_stock.xml 2021-02-05 15:43:46 +0000
+++ bin/addons/stock/wizard/manage_expired_stock.xml 2021-02-22 14:05:05 +0000
@@ -59,5 +59,23 @@
59 </form>59 </form>
60 </field>60 </field>
61 </record>61 </record>
62
63 <record id="view_expired_expiring_stock_lines_form" model="ir.ui.view">
64 <field name="name">view.expired.expiring.stock.lines.form</field>
65 <field name="model">view.expired.expiring.stock.lines</field>
66 <field name="type">form</field>
67 <field name="arch" type="xml">
68 <form string="Expired/Expiring Products">
69 <field name="product_id" />
70 <field name="prodlot_id" />
71 <field name="expired_date" />
72 <field name="product_qty" />
73 <field name="product_uom" />
74 <field name="location_id" />
75 <field name="location_dest_id" />
76 <field name="reason_type_id" />
77 </form>
78 </field>
79 </record>
62 </data>80 </data>
63</openerp>81</openerp>

Subscribers

People subscribed via source and target branches