This commit is contained in:
ivan deng
2019-03-23 04:38:22 +08:00
parent 96560194e0
commit 6d1a78f0c0
3 changed files with 14 additions and 4 deletions

View File

@@ -289,6 +289,7 @@ class ResConfigSettings(models.TransientModel):
['stock.pack.operation', ], ['stock.pack.operation', ],
['stock.picking', ], ['stock.picking', ],
['stock.scrap', ], ['stock.scrap', ],
['stock.picking.batch', ],
['stock.inventory.line', ], ['stock.inventory.line', ],
['stock.inventory', ], ['stock.inventory', ],
['stock.production.lot', ], ['stock.production.lot', ],
@@ -308,6 +309,7 @@ class ResConfigSettings(models.TransientModel):
'|', ('code', '=', 'stock.lot.tracking'), '|', ('code', '=', 'stock.lot.tracking'),
'|', ('code', '=', 'stock.orderpoint'), '|', ('code', '=', 'stock.orderpoint'),
'|', ('code', '=', 'stock.picking'), '|', ('code', '=', 'stock.picking'),
'|', ('code', '=', 'picking.batch'),
'|', ('code', '=', 'stock.quant.package'), '|', ('code', '=', 'stock.quant.package'),
'|', ('code', '=', 'stock.scrap'), '|', ('code', '=', 'stock.scrap'),
'|', ('code', '=', 'stock.picking'), '|', ('code', '=', 'stock.picking'),

View File

@@ -1,14 +1,22 @@
# Translation of Odoo Server. # Translation of Odoo Server.
# This file contains the translation of the following modules:
# * app_sale_product_multi_add
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 10.0\n" "Project-Id-Version: Odoo Server 12.0+e-20190301\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-08 14:28+0000\n" "POT-Creation-Date: 2019-03-22 10:38+0000\n"
"PO-Revision-Date: 2018-01-08 14:28+0000\n" "PO-Revision-Date: 2019-03-22 10:38+0000\n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: \n" "Language-Team: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Plural-Forms: \n" "Plural-Forms: \n"
#. module: app_sale_product_multi_add
#: model_terms:ir.ui.view,arch_db:app_sale_product_multi_add.app_view_order_form
msgid "Multi add product"
msgstr "批量添加"