Skip to content

Commit

Permalink
[MIG]stock_picking_show_return: migration from 11 to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
bizzappdev committed Nov 25, 2018
1 parent 44b308c commit 4f478fb
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion stock_picking_show_return/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "Show returns on stock pickings",
"version": "11.0.1.0.0",
"version": "12.0.1.0.0",
"author": "Tecnativa, "
"Odoo Community Association (OCA)",
"category": "Warehouse Management",
Expand Down
2 changes: 1 addition & 1 deletion stock_picking_show_return/i18n/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# OCA Transbot <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Project-Id-Version: Odoo Server 12.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-23 11:56+0000\n"
"PO-Revision-Date: 2017-01-23 11:56+0000\n"
Expand Down
2 changes: 1 addition & 1 deletion stock_picking_show_return/i18n/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# OCA Transbot <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Project-Id-Version: Odoo Server 12.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-23 11:56+0000\n"
"PO-Revision-Date: 2017-01-23 11:56+0000\n"
Expand Down
2 changes: 1 addition & 1 deletion stock_picking_show_return/i18n/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# OCA Transbot <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Project-Id-Version: Odoo Server 12.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-23 11:56+0000\n"
"PO-Revision-Date: 2017-01-23 11:56+0000\n"
Expand Down
2 changes: 1 addition & 1 deletion stock_picking_show_return/i18n/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Paolo Valier <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Project-Id-Version: Odoo Server 12.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-23 11:56+0000\n"
"PO-Revision-Date: 2017-01-23 11:56+0000\n"
Expand Down
2 changes: 1 addition & 1 deletion stock_picking_show_return/i18n/nl_NL.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Peter Hageman <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-03 03:56+0000\n"
"PO-Revision-Date: 2017-12-03 03:56+0000\n"
Expand Down
2 changes: 1 addition & 1 deletion stock_picking_show_return/i18n/pt.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Pedro Castro Silva <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-18 03:48+0000\n"
"PO-Revision-Date: 2017-12-18 03:48+0000\n"
Expand Down
2 changes: 1 addition & 1 deletion stock_picking_show_return/i18n/pt_BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# OCA Transbot <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Project-Id-Version: Odoo Server 12.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-23 11:56+0000\n"
"PO-Revision-Date: 2017-01-23 11:56+0000\n"
Expand Down
2 changes: 1 addition & 1 deletion stock_picking_show_return/i18n/sl.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# OCA Transbot <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Project-Id-Version: Odoo Server 12.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-23 11:56+0000\n"
"PO-Revision-Date: 2017-01-23 11:56+0000\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Language-Team: \n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def setUp(self):

def test_returned_ids_field(self):
self.picking.action_assign()
self.picking.force_assign()
self.picking.move_line_ids.qty_done = 1
self.picking.action_done()
wizard = self.env['stock.return.picking'].with_context(
Expand Down

0 comments on commit 4f478fb

Please sign in to comment.