Merge lp:~unifield-team/unifield-server/us-1096 into lp:unifield-server

Proposed by jftempo
Status: Merged
Merged at revision: 4157
Proposed branch: lp:~unifield-team/unifield-server/us-1096
Merge into: lp:unifield-server
Diff against target: 133 lines (+14/-14)
6 files modified
bin/addons/msf_profile/i18n/allmsf.pot (+1/-1)
bin/addons/msf_profile/i18n/es_MF.po (+2/-2)
bin/addons/msf_profile/i18n/fr_MF.po (+2/-2)
bin/addons/stock_batch_recall/__openerp__.py (+2/-2)
bin/addons/stock_batch_recall/stock.py (+2/-2)
bin/addons/stock_batch_recall/stock_view.xml (+5/-5)
To merge this branch: bzr merge lp:~unifield-team/unifield-server/us-1096
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+314820@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/allmsf.pot'
--- bin/addons/msf_profile/i18n/allmsf.pot 2013-10-17 07:46:50 +0000
+++ bin/addons/msf_profile/i18n/allmsf.pot 2017-01-16 10:12:32 +0000
@@ -20017,7 +20017,7 @@
20017#: model:ir.ui.menu,name:stock_batch_recall.menu_batch_recall20017#: model:ir.ui.menu,name:stock_batch_recall.menu_batch_recall
20018#: view:report.batch.recall:020018#: view:report.batch.recall:0
20019#: view:stock.batch.recall:020019#: view:stock.batch.recall:0
20020msgid "Batch Recall"20020msgid "Batch Location"
20021msgstr ""20021msgstr ""
2002220022
20023#. module: product_asset20023#. module: product_asset
2002420024
=== modified file 'bin/addons/msf_profile/i18n/es_MF.po'
--- bin/addons/msf_profile/i18n/es_MF.po 2016-11-17 10:53:26 +0000
+++ bin/addons/msf_profile/i18n/es_MF.po 2017-01-16 10:12:32 +0000
@@ -45369,8 +45369,8 @@
45369#: model:ir.ui.menu,name:stock_batch_recall.menu_batch_recall45369#: model:ir.ui.menu,name:stock_batch_recall.menu_batch_recall
45370#: view:report.batch.recall:045370#: view:report.batch.recall:0
45371#: view:stock.batch.recall:045371#: view:stock.batch.recall:0
45372msgid "Batch Recall"45372msgid "Batch Location"
45373msgstr "RecuperaciĆ³n de lotes"45373msgstr "UbicaciĆ³n de lotes"
4537445374
45375#. module: msf_cross_docking45375#. module: msf_cross_docking
45376#: code:addons/msf_cross_docking/cross_docking.py:34945376#: code:addons/msf_cross_docking/cross_docking.py:349
4537745377
=== modified file 'bin/addons/msf_profile/i18n/fr_MF.po'
--- bin/addons/msf_profile/i18n/fr_MF.po 2017-01-02 08:52:42 +0000
+++ bin/addons/msf_profile/i18n/fr_MF.po 2017-01-16 10:12:32 +0000
@@ -60235,8 +60235,8 @@
60235#: model:ir.ui.menu,name:stock_batch_recall.menu_batch_recall60235#: model:ir.ui.menu,name:stock_batch_recall.menu_batch_recall
60236#: view:report.batch.recall:060236#: view:report.batch.recall:0
60237#: view:stock.batch.recall:060237#: view:stock.batch.recall:0
60238msgid "Batch Recall"60238msgid "Batch Location"
60239msgstr "Rappel de Lot"60239msgstr "Emplacements des Lots"
6024060240
60241#. module: stock60241#. module: stock
60242#: code:addons/stock/wizard/stock_return_picking.py:9260242#: code:addons/stock/wizard/stock_return_picking.py:92
6024360243
=== modified file 'bin/addons/stock_batch_recall/__openerp__.py'
--- bin/addons/stock_batch_recall/__openerp__.py 2011-12-14 16:34:10 +0000
+++ bin/addons/stock_batch_recall/__openerp__.py 2017-01-16 10:12:32 +0000
@@ -20,7 +20,7 @@
20##############################################################################20##############################################################################
2121
22{22{
23 "name": "Batch Recall",23 "name": "Batch Location",
24 "version": "1.0",24 "version": "1.0",
25 "depends": ["base", "stock_move_tracking", "product_expiry", "specific_rules"],25 "depends": ["base", "stock_move_tracking", "product_expiry", "specific_rules"],
26 "author": "TeMPO Consulting, MSF",26 "author": "TeMPO Consulting, MSF",
@@ -44,4 +44,4 @@
44# 'certificate': 'certificate',44# 'certificate': 'certificate',
45}45}
4646
47# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
48\ No newline at end of file47\ No newline at end of file
48# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
4949
=== modified file 'bin/addons/stock_batch_recall/stock.py'
--- bin/addons/stock_batch_recall/stock.py 2015-05-26 14:25:23 +0000
+++ bin/addons/stock_batch_recall/stock.py 2017-01-16 10:12:32 +0000
@@ -29,7 +29,7 @@
2929
30class stock_batch_recall(osv.osv_memory):30class stock_batch_recall(osv.osv_memory):
31 _name = 'stock.batch.recall'31 _name = 'stock.batch.recall'
32 _description = 'Batch Recall'32 _description = 'Batch Location'
33 33
34 _columns = {34 _columns = {
35 'product_id': fields.many2one('product.product', string='Product'),35 'product_id': fields.many2one('product.product', string='Product'),
@@ -87,7 +87,7 @@
87class report_batch_recall(osv.osv):87class report_batch_recall(osv.osv):
88 _name = 'report.batch.recall'88 _name = 'report.batch.recall'
89 _rec_name = 'product_id'89 _rec_name = 'product_id'
90 _description = 'Batch Recall'90 _description = 'Batch Location'
91 _auto = False91 _auto = False
92 _columns = {92 _columns = {
93 'product_id':fields.many2one('product.product', 'Product', readonly=True),93 'product_id':fields.many2one('product.product', 'Product', readonly=True),
9494
=== modified file 'bin/addons/stock_batch_recall/stock_view.xml'
--- bin/addons/stock_batch_recall/stock_view.xml 2012-10-30 16:05:53 +0000
+++ bin/addons/stock_batch_recall/stock_view.xml 2017-01-16 10:12:32 +0000
@@ -7,7 +7,7 @@
7 <field name="model">report.batch.recall</field>7 <field name="model">report.batch.recall</field>
8 <field name="type">search</field>8 <field name="type">search</field>
9 <field name="arch" type="xml">9 <field name="arch" type="xml">
10 <search string="Batch Recall">10 <search string="Batch Location">
11 <group expand="0" string="Filters...">11 <group expand="0" string="Filters...">
12 <filter icon="terp-go-home" name="location_type_internal" string="Internal" domain="[('location_type','=','internal')]"/>12 <filter icon="terp-go-home" name="location_type_internal" string="Internal" domain="[('location_type','=','internal')]"/>
13 <separator orientation="vertical"/>13 <separator orientation="vertical"/>
@@ -28,7 +28,7 @@
28 <field name="model">report.batch.recall</field>28 <field name="model">report.batch.recall</field>
29 <field name="type">tree</field>29 <field name="type">tree</field>
30 <field name="arch" type="xml">30 <field name="arch" type="xml">
31 <tree string="Batch Recall">31 <tree string="Batch Location">
32 <field name="location_type" invisible="1"/>32 <field name="location_type" invisible="1"/>
33 <field name="product_id"/>33 <field name="product_id"/>
34 <field name="prodlot_id"/>34 <field name="prodlot_id"/>
@@ -46,7 +46,7 @@
46 <field name="model">stock.batch.recall</field>46 <field name="model">stock.batch.recall</field>
47 <field name="type">form</field>47 <field name="type">form</field>
48 <field name="arch" type="xml">48 <field name="arch" type="xml">
49 <form string="Batch Recall">49 <form string="Batch Location">
50 <field name="product_id" colspan="4" />50 <field name="product_id" colspan="4" />
51 <field name="prodlot_id" colspan="4" />51 <field name="prodlot_id" colspan="4" />
52 <field name="expired_date" colspan="4" />52 <field name="expired_date" colspan="4" />
@@ -57,7 +57,7 @@
57 </record>57 </record>
58 58
59 <record id="action_batch_recall" model="ir.actions.act_window">59 <record id="action_batch_recall" model="ir.actions.act_window">
60 <field name="name">Batch Recall</field>60 <field name="name">Batch Location</field>
61 <field name="res_model">stock.batch.recall</field>61 <field name="res_model">stock.batch.recall</field>
62 <field name="view_type">form</field>62 <field name="view_type">form</field>
63 <field name="view_mode">form</field>63 <field name="view_mode">form</field>
@@ -70,7 +70,7 @@
70 parent="stock.menu_traceability" />70 parent="stock.menu_traceability" />
71 71
72 <record id="action_report_batch_recall" model="ir.actions.act_window">72 <record id="action_report_batch_recall" model="ir.actions.act_window">
73 <field name="name">Batch Recall</field>73 <field name="name">Batch Location</field>
74 <field name="res_model">report.batch.recall</field>74 <field name="res_model">report.batch.recall</field>
75 <field name="view_type">form</field>75 <field name="view_type">form</field>
76 <field name="view_mode">tree</field>76 <field name="view_mode">tree</field>

Subscribers

People subscribed via source and target branches

to all changes: