changeset 59ff3cbdcb6b in weblate:default
details: https://hg.tryton.org/weblate?cmd=changeset;node=59ff3cbdcb6b
description:
        Prepare release 5.8
diffstat:

 templates/account.pot                        |   28 +
 templates/account_asset.pot                  |    8 +
 templates/account_es.pot                     |   12 +-
 templates/account_invoice.pot                |    8 +
 templates/account_payment.pot                |    4 +
 templates/account_payment_braintree.pot      |  434 +++++++++++++++++++++++++++
 templates/account_statement.pot              |   20 +
 templates/account_stock_landed_cost.pot      |   56 +++-
 templates/ir.pot                             |   78 +++-
 templates/production.pot                     |   24 +
 templates/production_work.pot                |   12 +
 templates/project_revenue.pot                |    4 +
 templates/purchase.pot                       |   20 +
 templates/purchase_request.pot               |    4 +
 templates/purchase_requisition.pot           |    4 +
 templates/res.pot                            |   24 +
 templates/sale.pot                           |    8 +
 templates/sale_discount.pot                  |   27 +
 templates/sale_subscription.pot              |    4 +
 templates/sao.pot                            |    4 +-
 templates/stock.pot                          |   85 ++++-
 templates/stock_assign_manual.pot            |    4 +
 templates/stock_inventory_location.pot       |   16 +
 templates/stock_lot.pot                      |   39 ++
 templates/web_shop.pot                       |  201 ++++++++++++
 templates/web_shop_vue_storefront.pot        |   79 ++++
 templates/web_shop_vue_storefront_stripe.pot |    7 +
 templates/web_user.pot                       |   16 +
 28 files changed, 1194 insertions(+), 36 deletions(-)

diffs (1874 lines):

diff -r 5b6c155029ca -r 59ff3cbdcb6b templates/account.pot
--- a/templates/account.pot     Mon Oct 12 18:32:25 2020 +0200
+++ b/templates/account.pot     Tue Oct 13 09:54:24 2020 +0200
@@ -334,6 +334,10 @@
 msgid "Company"
 msgstr ""
 
+msgctxt "field:account.account.type,currency:"
+msgid "Currency"
+msgstr ""
+
 msgctxt "field:account.account.type,currency_digits:"
 msgid "Currency Digits"
 msgstr ""
@@ -426,6 +430,10 @@
 msgid "Company"
 msgstr ""
 
+msgctxt "field:account.aged_balance,currency:"
+msgid "Currency"
+msgstr ""
+
 msgctxt "field:account.aged_balance,currency_digits:"
 msgid "Currency Digits"
 msgstr ""
@@ -701,6 +709,10 @@
 msgid "Credit"
 msgstr ""
 
+msgctxt "field:account.general_ledger.account,currency:"
+msgid "Currency"
+msgstr ""
+
 msgctxt "field:account.general_ledger.account,currency_digits:"
 msgid "Currency Digits"
 msgstr ""
@@ -801,6 +813,10 @@
 msgid "Credit"
 msgstr ""
 
+msgctxt "field:account.general_ledger.account.party,currency:"
+msgid "Currency"
+msgstr ""
+
 msgctxt "field:account.general_ledger.account.party,currency_digits:"
 msgid "Currency Digits"
 msgstr ""
@@ -861,6 +877,10 @@
 msgid "Credit"
 msgstr ""
 
+msgctxt "field:account.general_ledger.line,currency:"
+msgid "Currency"
+msgstr ""
+
 msgctxt "field:account.general_ledger.line,currency_digits:"
 msgid "Currency Digits"
 msgstr ""
@@ -1129,6 +1149,10 @@
 msgid "Credit"
 msgstr ""
 
+msgctxt "field:account.move.line,currency:"
+msgid "Currency"
+msgstr ""
+
 msgctxt "field:account.move.line,currency_digits:"
 msgid "Currency Digits"
 msgstr ""
@@ -1589,6 +1613,10 @@
 msgid "Company"
 msgstr ""
 
+msgctxt "field:account.tax.code,currency:"
+msgid "Currency"
+msgstr ""
+
 msgctxt "field:account.tax.code,currency_digits:"
 msgid "Currency Digits"
 msgstr ""
diff -r 5b6c155029ca -r 59ff3cbdcb6b templates/account_asset.pot
--- a/templates/account_asset.pot       Mon Oct 12 18:32:25 2020 +0200
+++ b/templates/account_asset.pot       Tue Oct 13 09:54:24 2020 +0200
@@ -22,6 +22,10 @@
 msgid "Company"
 msgstr ""
 
+msgctxt "field:account.asset,currency:"
+msgid "Currency"
+msgstr ""
+
 msgctxt "field:account.asset,currency_digits:"
 msgid "Currency Digits"
 msgstr ""
@@ -134,6 +138,10 @@
 msgid "Asset"
 msgstr ""
 
+msgctxt "field:account.asset.line,currency:"
+msgid "Currency"
+msgstr ""
+
 msgctxt "field:account.asset.line,currency_digits:"
 msgid "Currency Digits"
 msgstr ""
diff -r 5b6c155029ca -r 59ff3cbdcb6b templates/account_es.pot
--- a/templates/account_es.pot  Mon Oct 12 18:32:25 2020 +0200
+++ b/templates/account_es.pot  Tue Oct 13 09:54:24 2020 +0200
@@ -126,6 +126,10 @@
 msgid "Spanish EC Purchases List Code"
 msgstr ""
 
+msgctxt "field:account.tax,es_reported_with:"
+msgid "Reported with"
+msgstr ""
+
 msgctxt "field:account.tax,es_vat_list_code:"
 msgid "Spanish VAT List Code"
 msgstr ""
@@ -142,6 +146,10 @@
 msgid "Spanish EC Purchase List Code"
 msgstr ""
 
+msgctxt "field:account.tax.template,es_reported_with:"
+msgid "Reported With"
+msgstr ""
+
 msgctxt "field:account.tax.template,es_vat_list_code:"
 msgid "Spanish VAT List Code"
 msgstr ""
@@ -263,11 +271,11 @@
 msgstr ""
 
 msgctxt "view:account.tax.template:"
-msgid "Spanish VAT List"
+msgid "Spanish VAT"
 msgstr ""
 
 msgctxt "view:account.tax:"
-msgid "Spanish VAT List"
+msgid "Spanish VAT"
 msgstr ""
 
 msgctxt "wizard_button:account.reporting.aeat,start,choice:"
diff -r 5b6c155029ca -r 59ff3cbdcb6b templates/account_invoice.pot
--- a/templates/account_invoice.pot     Mon Oct 12 18:32:25 2020 +0200
+++ b/templates/account_invoice.pot     Tue Oct 13 09:54:24 2020 +0200
@@ -534,6 +534,10 @@
 msgid "Amount"
 msgstr ""
 
+msgctxt "field:account.invoice.payment_term.test.result,currency:"
+msgid "Currency"
+msgstr ""
+
 msgctxt "field:account.invoice.payment_term.test.result,currency_digits:"
 msgid "Currency Digits"
 msgstr ""
@@ -554,6 +558,10 @@
 msgid "Base"
 msgstr ""
 
+msgctxt "field:account.invoice.tax,currency:"
+msgid "Currency"
+msgstr ""
+
 msgctxt "field:account.invoice.tax,description:"
 msgid "Description"
 msgstr ""
diff -r 5b6c155029ca -r 59ff3cbdcb6b templates/account_payment.pot
--- a/templates/account_payment.pot     Mon Oct 12 18:32:25 2020 +0200
+++ b/templates/account_payment.pot     Tue Oct 13 09:54:24 2020 +0200
@@ -27,6 +27,10 @@
 msgid "Blocked"
 msgstr ""
 
+msgctxt "field:account.move.line,payment_currency:"
+msgid "Payment Currency"
+msgstr ""
+
 msgctxt "field:account.move.line,payment_direct_debit:"
 msgid "Direct Debit"
 msgstr ""
diff -r 5b6c155029ca -r 59ff3cbdcb6b templates/account_payment_braintree.pot
--- a/templates/account_payment_braintree.pot   Mon Oct 12 18:32:25 2020 +0200
+++ b/templates/account_payment_braintree.pot   Tue Oct 13 09:54:24 2020 +0200
@@ -0,0 +1,434 @@
+#
+msgid ""
+msgstr "Content-Type: text/plain; charset=utf-8\n"
+
+msgctxt "field:account.payment,braintree_account:"
+msgid "Braintree Account"
+msgstr ""
+
+msgctxt "field:account.payment,braintree_checkout_id:"
+msgid "Braintree Checkout ID"
+msgstr ""
+
+msgctxt "field:account.payment,braintree_client_token:"
+msgid "Braintree Client Token"
+msgstr ""
+
+msgctxt "field:account.payment,braintree_customer:"
+msgid "Braintree Customer"
+msgstr ""
+
+msgctxt "field:account.payment,braintree_customer_method:"
+msgid "Braintree Customer Method"
+msgstr ""
+
+msgctxt "field:account.payment,braintree_customer_method_selection:"
+msgid "Braintree Customer Method"
+msgstr ""
+
+msgctxt "field:account.payment,braintree_device_data:"
+msgid "Braintree Device Data"
+msgstr ""
+
+msgctxt "field:account.payment,braintree_dispute_reason:"
+msgid "Braintree Dispute Reason"
+msgstr ""
+
+msgctxt "field:account.payment,braintree_dispute_status:"
+msgid "Braintree Dispute Status"
+msgstr ""
+
+msgctxt "field:account.payment,braintree_error_message:"
+msgid "Braintree Error Message"
+msgstr ""
+
+msgctxt "field:account.payment,braintree_nonce:"
+msgid "Braintree Nonce"
+msgstr ""
+
+msgctxt "field:account.payment,braintree_payment_settled:"
+msgid "Braintree Payment Settled"
+msgstr ""
+
+msgctxt "field:account.payment,braintree_refunds:"
+msgid "Refunds"
+msgstr ""
+
+msgctxt "field:account.payment,braintree_settle_payment:"
+msgid "Braintree Settle Payment"
+msgstr ""
+
+msgctxt "field:account.payment,braintree_settlement_needed:"
+msgid "Braintree Settlement Needed"
+msgstr ""
+
+msgctxt "field:account.payment,braintree_transaction_id:"
+msgid "Braintree Transaction ID"
+msgstr ""
+
+msgctxt "field:account.payment.braintree.account,currency:"
+msgid "Currency"
+msgstr ""
+
+msgctxt "field:account.payment.braintree.account,environment:"
+msgid "Environment"
+msgstr ""
+
+msgctxt "field:account.payment.braintree.account,merchant_id:"
+msgid "Merchant ID"
+msgstr ""
+
+msgctxt "field:account.payment.braintree.account,name:"
+msgid "Name"
+msgstr ""
+
+msgctxt "field:account.payment.braintree.account,private_key:"
+msgid "Private Key"
+msgstr ""
+
+msgctxt "field:account.payment.braintree.account,public_key:"
+msgid "Public Key"
+msgstr ""
+
+msgctxt "field:account.payment.braintree.account,sandbox_settle_transaction:"
+msgid "Automatic Settlement"
+msgstr ""
+
+msgctxt "field:account.payment.braintree.account,webhook_endpoint:"
+msgid "Webhook Endpoint"
+msgstr ""
+
+msgctxt "field:account.payment.braintree.account,webhook_identifier:"
+msgid "Webhook Identifier"
+msgstr ""
+
+msgctxt "field:account.payment.braintree.customer,braintree_account:"
+msgid "Account"
+msgstr ""
+
+msgctxt "field:account.payment.braintree.customer,braintree_checkout_id:"
+msgid "Braintree Checkout ID"
+msgstr ""
+
+msgctxt "field:account.payment.braintree.customer,braintree_client_token:"
+msgid "Braintree Client Token"
+msgstr ""
+
+msgctxt "field:account.payment.braintree.customer,braintree_customer_id:"
+msgid "Braintree Customer ID"
+msgstr ""
+
+msgctxt "field:account.payment.braintree.customer,braintree_device_data:"
+msgid "Braintree Device Data"
+msgstr ""
+
+msgctxt "field:account.payment.braintree.customer,braintree_error_message:"
+msgid "Braintree Error Message"
+msgstr ""
+
+msgctxt "field:account.payment.braintree.customer,braintree_nonce:"
+msgid "Braintree Nonce"
+msgstr ""
+
+msgctxt "field:account.payment.braintree.customer,party:"
+msgid "Party"
+msgstr ""
+
+msgctxt ""
+"field:account.payment.braintree.customer.payment_method.delete.ask,customer:"
+msgid "Customer"
+msgstr ""
+
+msgctxt ""
+"field:account.payment.braintree.customer.payment_method.delete.ask,payment_method:"
+msgid "Payment Method"
+msgstr ""
+
+msgctxt "field:account.payment.braintree.refund,amount:"
+msgid "Amount"
+msgstr ""
+
+msgctxt "field:account.payment.braintree.refund,braintree_error_message:"
+msgid "Braintree Error Message"
+msgstr ""
+
+msgctxt "field:account.payment.braintree.refund,braintree_transaction_id:"
+msgid "Braintree Transaction ID"
+msgstr ""
+
+msgctxt "field:account.payment.braintree.refund,currency_digits:"
+msgid "Currency Digits"
+msgstr ""
+
+msgctxt "field:account.payment.braintree.refund,payment:"
+msgid "Payment"
+msgstr ""
+
+msgctxt "field:account.payment.braintree.refund,state:"
+msgid "State"
+msgstr ""
+
+msgctxt "field:account.payment.journal,braintree_account:"
+msgid "Account"
+msgstr ""
+
+msgctxt "field:party.party,braintree_customers:"
+msgid "Braintree Customers"
+msgstr ""
+
+msgctxt "help:account.payment.braintree.account,webhook_endpoint:"
+msgid "The URL to be called by Braintree."
+msgstr ""
+
+msgctxt "model:account.payment.braintree.account,name:"
+msgid "Braintree Account"
+msgstr ""
+
+msgctxt "model:account.payment.braintree.customer,name:"
+msgid "Braintree Customer"
+msgstr ""
+
+msgctxt ""
+"model:account.payment.braintree.customer.payment_method.delete.ask,name:"
+msgid "Delete Customer Payment Method"
+msgstr ""
+
+msgctxt "model:account.payment.braintree.refund,name:"
+msgid "Braintree Payment Refund"
+msgstr ""
+
+msgctxt "model:ir.action,name:act_account_form"
+msgid "Braintree Accounts"
+msgstr ""
+
+msgctxt "model:ir.action,name:act_customer_form"
+msgid "Braintree Customers"
+msgstr ""
+
+msgctxt "model:ir.action,name:act_refund_form"
+msgid "Braintree Refunds"
+msgstr ""
+
+msgctxt "model:ir.action,name:report_checkout"
+msgid "Braintree Checkout"
+msgstr ""
+
+msgctxt "model:ir.action,name:url_checkout"
+msgid "Braintree Checkout"
+msgstr ""
+
+msgctxt "model:ir.action,name:wizard_checkout"
+msgid "Braintree Checkout"
+msgstr ""
+
+msgctxt "model:ir.action,name:wizard_customer_payment_method_delete"
+msgid "Delete Payment Method"
+msgstr ""
+
+msgctxt "model:ir.action.act_window.domain,name:act_refund_form_domain_all"
+msgid "All"
+msgstr ""
+
+msgctxt ""
+"model:ir.action.act_window.domain,name:act_refund_form_domain_approved"
+msgid "Approved"
+msgstr ""
+
+msgctxt "model:ir.action.act_window.domain,name:act_refund_form_domain_draft"
+msgid "Draft"
+msgstr ""
+
+msgctxt "model:ir.action.act_window.domain,name:act_refund_form_domain_failed"
+msgid "Failed"
+msgstr ""
+
+msgctxt ""
+"model:ir.action.act_window.domain,name:act_refund_form_domain_processing"
+msgid "Processing"
+msgstr ""
+
+msgctxt ""
+"model:ir.action.act_window.domain,name:act_refund_form_domain_suceeded"
+msgid "Succeeded"
+msgstr ""
+
+msgctxt "model:ir.message,text:msg_braintree_receivable"
+msgid "To pay \"%(payment)s\", you cannot use a Braintree journal 
\"%(journal)s\"."
+msgstr ""
+
+msgctxt "model:ir.message,text:msg_no_braintree_nonce"
+msgid ""
+"To process payment \"%(payment)s\" you must set a Braintree nonce or "
+"customer."
+msgstr ""
+
+msgctxt "model:ir.model.button,confirm:account_new_identifier_button"
+msgid ""
+"This action will make the previous URL unusable. Do you want to continue?"
+msgstr ""
+
+msgctxt "model:ir.model.button,string:account_new_identifier_button"
+msgid "New URL"
+msgstr ""
+
+msgctxt "model:ir.model.button,string:customer_braintree_checkout_button"
+msgid "Add Card"
+msgstr ""
+
+msgctxt "model:ir.model.button,string:customer_payment_method_delete_button"
+msgid "Delete Payment Method"
+msgstr ""
+
+msgctxt "model:ir.model.button,string:payment_braintree_checkout_button"
+msgid "Braintree Checkout"
+msgstr ""
+
+msgctxt "model:ir.model.button,string:payment_braintree_pull_button"
+msgid "Braintree Pull"
+msgstr ""
+
+msgctxt "model:ir.model.button,string:payment_braintree_settle_payment_button"
+msgid "Braintree Settle Payment"
+msgstr ""
+
+msgctxt "model:ir.model.button,string:refund_approve_button"
+msgid "Approve"
+msgstr ""
+
+msgctxt "model:ir.model.button,string:refund_draft_button"
+msgid "Draft"
+msgstr ""
+
+msgctxt "model:ir.rule.group,name:rule_group_refund"
+msgid "User in company"
+msgstr ""
+
+msgctxt "model:ir.ui.menu,name:menu_account_form"
+msgid "Braintree Accounts"
+msgstr ""
+
+msgctxt "model:ir.ui.menu,name:menu_customer_form"
+msgid "Braintree Customers"
+msgstr ""
+
+msgctxt "model:ir.ui.menu,name:menu_refund_form"
+msgid "Braintree Refunds"
+msgstr ""
+
+msgctxt "report:account.payment.braintree.checkout:"
+msgid "Braintree Checkout"
+msgstr ""
+
+msgctxt "report:account.payment.braintree.checkout:"
+msgid "Pay"
+msgstr ""
+
+msgctxt "report:account.payment.braintree.checkout:"
+msgid "Register card"
+msgstr ""
+
+msgctxt "selection:account.payment.braintree.account,environment:"
+msgid "Production"
+msgstr ""
+
+msgctxt "selection:account.payment.braintree.account,environment:"
+msgid "Sandbox"
+msgstr ""
+
+msgctxt "selection:account.payment.braintree.refund,state:"
+msgid "Approved"
+msgstr ""
+
+msgctxt "selection:account.payment.braintree.refund,state:"
+msgid "Draft"
+msgstr ""
+
+msgctxt "selection:account.payment.braintree.refund,state:"
+msgid "Failed"
+msgstr ""
+
+msgctxt "selection:account.payment.braintree.refund,state:"
+msgid "Processing"
+msgstr ""
+
+msgctxt "selection:account.payment.braintree.refund,state:"
+msgid "Succeeded"
+msgstr ""
+
+msgctxt "selection:account.payment.journal,process_method:"
+msgid "Braintree"
+msgstr ""
+
+msgctxt "selection:ir.cron,method:"
+msgid "Create Braintree Customer"
+msgstr ""
+
+msgctxt "selection:ir.cron,method:"
+msgid "Delete Braintree Customer"
+msgstr ""
+
+msgctxt "selection:ir.cron,method:"
+msgid "Pull Braintree Payment"
+msgstr ""
+
+msgctxt "selection:ir.cron,method:"
+msgid "Pull Braintree Refund"
+msgstr ""
+
+msgctxt "selection:ir.cron,method:"
+msgid "Refund Braintree Payment"
+msgstr ""
+
+msgctxt "selection:ir.cron,method:"
+msgid "Transact Braintree Payment"
+msgstr ""
+
+msgctxt "view:account.payment.journal:"
+msgid "Braintree"
+msgstr ""
+
+msgctxt "view:account.payment:"
+msgid "Braintree"
+msgstr ""
+
+msgctxt "view:account.payment:"
+msgid "Client Token:"
+msgstr ""
+
+msgctxt "view:account.payment:"
+msgid "Customer:"
+msgstr ""
+
+msgctxt "view:account.payment:"
+msgid "Device Data:"
+msgstr ""
+
+msgctxt "view:account.payment:"
+msgid "Nonce:"
+msgstr ""
+
+msgctxt "view:account.payment:"
+msgid "Payment Method:"
+msgstr ""
+
+msgctxt "view:account.payment:"
+msgid "Settle:"
+msgstr ""
+
+msgctxt "view:account.payment:"
+msgid "Settled:"
+msgstr ""
+
+msgctxt "view:account.payment:"
+msgid "Transaction ID:"
+msgstr ""
+
+msgctxt ""
+"wizard_button:account.payment.braintree.customer.payment_method.delete,ask,delete_:"
+msgid "Delete"
+msgstr ""
+
+msgctxt ""
+"wizard_button:account.payment.braintree.customer.payment_method.delete,ask,end:"
+msgid "Cancel"
+msgstr ""
diff -r 5b6c155029ca -r 59ff3cbdcb6b templates/account_statement.pot
--- a/templates/account_statement.pot   Mon Oct 12 18:32:25 2020 +0200
+++ b/templates/account_statement.pot   Tue Oct 13 09:54:24 2020 +0200
@@ -10,6 +10,10 @@
 msgid "Company"
 msgstr ""
 
+msgctxt "field:account.statement,currency:"
+msgid "Currency"
+msgstr ""
+
 msgctxt "field:account.statement,currency_digits:"
 msgid "Currency Digits"
 msgstr ""
@@ -126,6 +130,14 @@
 msgid "Company"
 msgstr ""
 
+msgctxt "field:account.statement.line,currency:"
+msgid "Currency"
+msgstr ""
+
+msgctxt "field:account.statement.line,currency_digits:"
+msgid "Currency Digits"
+msgstr ""
+
 msgctxt "field:account.statement.line,date:"
 msgid "Date"
 msgstr ""
@@ -210,6 +222,14 @@
 msgid "Company"
 msgstr ""
 
+msgctxt "field:account.statement.origin,currency:"
+msgid "Currency"
+msgstr ""
+
+msgctxt "field:account.statement.origin,currency_digits:"
+msgid "Currency Digits"
+msgstr ""
+
 msgctxt "field:account.statement.origin,date:"
 msgid "Date"
 msgstr ""
diff -r 5b6c155029ca -r 59ff3cbdcb6b templates/account_stock_landed_cost.pot
--- a/templates/account_stock_landed_cost.pot   Mon Oct 12 18:32:25 2020 +0200
+++ b/templates/account_stock_landed_cost.pot   Tue Oct 13 09:54:24 2020 +0200
@@ -23,6 +23,10 @@
 msgid "Allocation Method"
 msgstr ""
 
+msgctxt "field:account.landed_cost,categories:"
+msgid "Categories"
+msgstr ""
+
 msgctxt "field:account.landed_cost,company:"
 msgid "Company"
 msgstr ""
@@ -39,6 +43,10 @@
 msgid "Posted Date"
 msgstr ""
 
+msgctxt "field:account.landed_cost,products:"
+msgid "Products"
+msgstr ""
+
 msgctxt "field:account.landed_cost,shipments:"
 msgid "Shipments"
 msgstr ""
@@ -47,6 +55,22 @@
 msgid "State"
 msgstr ""
 
+msgctxt "field:account.landed_cost-product.category,category:"
+msgid "Category"
+msgstr ""
+
+msgctxt "field:account.landed_cost-product.category,landed_cost:"
+msgid "Landed Cost"
+msgstr ""
+
+msgctxt "field:account.landed_cost-product.product,landed_cost:"
+msgid "Landed Cost"
+msgstr ""
+
+msgctxt "field:account.landed_cost-product.product,product:"
+msgid "Product"
+msgstr ""
+
 msgctxt "field:account.landed_cost-stock.shipment.in,landed_cost:"
 msgid "Landed Cost"
 msgstr ""
@@ -67,6 +91,14 @@
 msgid "Unit Landed Cost"
 msgstr ""
 
+msgctxt "help:account.landed_cost,categories:"
+msgid "Apply only to products of these categories."
+msgstr ""
+
+msgctxt "help:account.landed_cost,products:"
+msgid "Apply only to these products."
+msgstr ""
+
 msgctxt "model:account.configuration.landed_cost_sequence,name:"
 msgid "Account Configuration Landed Cost Sequence"
 msgstr ""
@@ -75,6 +107,14 @@
 msgid "Landed Cost"
 msgstr ""
 
+msgctxt "model:account.landed_cost-product.category,name:"
+msgid "Landed Cost - Product Category"
+msgstr ""
+
+msgctxt "model:account.landed_cost-product.product,name:"
+msgid "Landed Cost - Product"
+msgstr ""
+
 msgctxt "model:account.landed_cost-stock.shipment.in,name:"
 msgid "Landed Cost - Shipment"
 msgstr ""
@@ -83,6 +123,10 @@
 msgid "Landed Costs"
 msgstr ""
 
+msgctxt "model:ir.action,name:act_landed_cost_form_shipment"
+msgid "Landed Costs"
+msgstr ""
+
 msgctxt ""
 "model:ir.action.act_window.domain,name:act_landed_cost_form_domain_all"
 msgid "All"
@@ -98,8 +142,16 @@
 msgid "Posted"
 msgstr ""
 
-msgctxt "model:ir.model.button,confirm:landed_cost_post_button"
-msgid "Are you sure you want to post the landed cost?"
+msgctxt "model:ir.message,text:msg_landed_cost_post_no_stock_move"
+msgid "The posted landed cost \"%(landed_cost)s\" has no stock move."
+msgstr ""
+
+msgctxt "model:ir.message,text:msg_landed_cost_unused_category"
+msgid "The category \"%(category)s\" on landed cost \"%(landed_cost)s\" is not 
used."
+msgstr ""
+
+msgctxt "model:ir.message,text:msg_landed_cost_unused_product"
+msgid "The product \"%(product)s\" on landed cost \"%(landed_cost)s\" is not 
used."
 msgstr ""
 
 msgctxt "model:ir.model.button,string:landed_cost_cancel_button"
diff -r 5b6c155029ca -r 59ff3cbdcb6b templates/ir.pot
--- a/templates/ir.pot  Mon Oct 12 18:32:25 2020 +0200
+++ b/templates/ir.pot  Tue Oct 13 09:54:24 2020 +0200
@@ -2,10 +2,6 @@
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
-msgctxt "field:ir.action,groups:"
-msgid "Groups"
-msgstr ""
-
 msgctxt "field:ir.action,icon:"
 msgid "Icon"
 msgstr ""
@@ -58,10 +54,6 @@
 msgid "Domains"
 msgstr ""
 
-msgctxt "field:ir.action.act_window,groups:"
-msgid "Groups"
-msgstr ""
-
 msgctxt "field:ir.action.act_window,icon:"
 msgid "Icon"
 msgstr ""
@@ -146,10 +138,6 @@
 msgid "Action"
 msgstr ""
 
-msgctxt "field:ir.action.keyword,groups:"
-msgid "Groups"
-msgstr ""
-
 msgctxt "field:ir.action.keyword,keyword:"
 msgid "Keyword"
 msgstr ""
@@ -170,10 +158,6 @@
 msgid "Extension"
 msgstr ""
 
-msgctxt "field:ir.action.report,groups:"
-msgid "Groups"
-msgstr ""
-
 msgctxt "field:ir.action.report,icon:"
 msgid "Icon"
 msgstr ""
@@ -246,10 +230,6 @@
 msgid "Action"
 msgstr ""
 
-msgctxt "field:ir.action.url,groups:"
-msgid "Groups"
-msgstr ""
-
 msgctxt "field:ir.action.url,icon:"
 msgid "Icon"
 msgstr ""
@@ -278,10 +258,6 @@
 msgid "Action"
 msgstr ""
 
-msgctxt "field:ir.action.wizard,groups:"
-msgid "Groups"
-msgstr ""
-
 msgctxt "field:ir.action.wizard,icon:"
 msgid "Icon"
 msgstr ""
@@ -506,10 +482,22 @@
 msgid "Hidden Recipients"
 msgstr ""
 
+msgctxt "field:ir.email.template,recipients_hidden_pyson:"
+msgid "Hidden Recipients"
+msgstr ""
+
+msgctxt "field:ir.email.template,recipients_pyson:"
+msgid "Recipients"
+msgstr ""
+
 msgctxt "field:ir.email.template,recipients_secondary:"
 msgid "Secondary Recipients"
 msgstr ""
 
+msgctxt "field:ir.email.template,recipients_secondary_pyson:"
+msgid "Secondary Recipients"
+msgstr ""
+
 msgctxt "field:ir.email.template,reports:"
 msgid "Reports"
 msgstr ""
@@ -1452,10 +1440,28 @@
 msgid "The field that contains the secondary recipient(s)."
 msgstr ""
 
+msgctxt "help:ir.email.template,recipients_hidden_pyson:"
+msgid ""
+"A PYSON expression that generates a list of hidden recipientswith the record"
+" represented by \"self\"."
+msgstr ""
+
+msgctxt "help:ir.email.template,recipients_pyson:"
+msgid ""
+"A PYSON expression that generates a list of recipientswith the record "
+"represented by \"self\"."
+msgstr ""
+
 msgctxt "help:ir.email.template,recipients_secondary:"
 msgid "The field that contains the secondary recipient(s)."
 msgstr ""
 
+msgctxt "help:ir.email.template,recipients_secondary_pyson:"
+msgid ""
+"A PYSON expression that generates a list of secondary recipientswith the "
+"record represented by \"self\"."
+msgstr ""
+
 msgctxt "help:ir.lang,code:"
 msgid "RFC 4646 tag: http://tools.ietf.org/html/rfc4646";
 msgstr ""
@@ -2312,6 +2318,18 @@
 "\"%(exception)s\""
 msgstr ""
 
+msgctxt "model:ir.message,text:msg_email_template_invalid_field_pyson"
+msgid ""
+"Invalid PYSON %(field)s in e-mail template \"%(template)s\" with exception "
+"\"%(exception)s\"."
+msgstr ""
+
+msgctxt "model:ir.message,text:msg_email_template_invalid_field_pyson_type"
+msgid ""
+"The PYSON %(field)s in e-mail template \"%(template)s\" must generate a "
+"list."
+msgstr ""
+
 msgctxt "model:ir.message,text:msg_email_template_invalid_subject"
 msgid ""
 "Invalid subject in e-mail template \"%(template)s\" with exception "
@@ -3185,6 +3203,18 @@
 msgid "Run Once"
 msgstr ""
 
+msgctxt "view:ir.email.template:"
+msgid "Hidden Recipients:"
+msgstr ""
+
+msgctxt "view:ir.email.template:"
+msgid "Recipients:"
+msgstr ""
+
+msgctxt "view:ir.email.template:"
+msgid "Secondary Recipients:"
+msgstr ""
+
 msgctxt "view:ir.lang.config.start:"
 msgid "You can now load aditional translations to the system."
 msgstr ""
diff -r 5b6c155029ca -r 59ff3cbdcb6b templates/production.pot
--- a/templates/production.pot  Mon Oct 12 18:32:25 2020 +0200
+++ b/templates/production.pot  Tue Oct 13 09:54:24 2020 +0200
@@ -259,6 +259,14 @@
 msgid "Production"
 msgstr ""
 
+msgctxt "field:stock.location,production_output_location:"
+msgid "Proudction Output"
+msgstr ""
+
+msgctxt "field:stock.location,production_picking_location:"
+msgid "Production Picking"
+msgstr ""
+
 msgctxt "field:stock.move,production_cost_price_updated:"
 msgid "Cost Price Updated"
 msgstr ""
@@ -271,6 +279,18 @@
 msgid "Production Output"
 msgstr ""
 
+msgctxt "help:stock.location,production_output_location:"
+msgid ""
+"Where the produced goods are stored.\n"
+"Leave empty to use the warehouse storage location."
+msgstr ""
+
+msgctxt "help:stock.location,production_picking_location:"
+msgid ""
+"Where the production components are picked from.\n"
+"Leave empty to use the warehouse storage location."
+msgstr ""
+
 msgctxt "model:ir.action,name:act_bom_form"
 msgid "BOM"
 msgstr ""
@@ -476,6 +496,10 @@
 msgstr ""
 
 msgctxt "selection:ir.cron,method:"
+msgid "Reschedule Productions"
+msgstr ""
+
+msgctxt "selection:ir.cron,method:"
 msgid "Set Cost from Moves"
 msgstr ""
 
diff -r 5b6c155029ca -r 59ff3cbdcb6b templates/production_work.pot
--- a/templates/production_work.pot     Mon Oct 12 18:32:25 2020 +0200
+++ b/templates/production_work.pot     Tue Oct 13 09:54:24 2020 +0200
@@ -14,6 +14,10 @@
 msgid "Work Center Category"
 msgstr ""
 
+msgctxt "field:production.work,active_cycles:"
+msgid "Active Cycles"
+msgstr ""
+
 msgctxt "field:production.work,company:"
 msgid "Company"
 msgstr ""
@@ -160,6 +164,14 @@
 msgid "Run"
 msgstr ""
 
+msgctxt "model:ir.model.button,string:work_start_button"
+msgid "Start"
+msgstr ""
+
+msgctxt "model:ir.model.button,string:work_stop_button"
+msgid "Stop"
+msgstr ""
+
 msgctxt "model:ir.rule.group,name:rule_group_work"
 msgid "User in company"
 msgstr ""
diff -r 5b6c155029ca -r 59ff3cbdcb6b templates/project_revenue.pot
--- a/templates/project_revenue.pot     Mon Oct 12 18:32:25 2020 +0200
+++ b/templates/project_revenue.pot     Tue Oct 13 09:54:24 2020 +0200
@@ -6,6 +6,10 @@
 msgid "Cost"
 msgstr ""
 
+msgctxt "field:project.work,currency:"
+msgid "Currency"
+msgstr ""
+
 msgctxt "field:project.work,currency_digits:"
 msgid "Currency Digits"
 msgstr ""
diff -r 5b6c155029ca -r 59ff3cbdcb6b templates/purchase.pot
--- a/templates/purchase.pot    Mon Oct 12 18:32:25 2020 +0200
+++ b/templates/purchase.pot    Tue Oct 13 09:54:24 2020 +0200
@@ -111,6 +111,10 @@
 msgid "Company"
 msgstr ""
 
+msgctxt "field:purchase.line,currency:"
+msgid "Currency"
+msgstr ""
+
 msgctxt "field:purchase.line,delivery_date:"
 msgid "Delivery Date"
 msgstr ""
@@ -267,6 +271,14 @@
 msgid "Product"
 msgstr ""
 
+msgctxt "field:purchase.product_supplier,uom:"
+msgid "UOM"
+msgstr ""
+
+msgctxt "field:purchase.product_supplier.price,currency:"
+msgid "Currency"
+msgstr ""
+
 msgctxt "field:purchase.product_supplier.price,product_supplier:"
 msgid "Supplier"
 msgstr ""
@@ -279,6 +291,10 @@
 msgid "Unit Price"
 msgstr ""
 
+msgctxt "field:purchase.product_supplier.price,uom:"
+msgid "UOM"
+msgstr ""
+
 msgctxt "field:purchase.purchase,comment:"
 msgid "Comment"
 msgstr ""
@@ -479,6 +495,10 @@
 msgid "Minimal quantity."
 msgstr ""
 
+msgctxt "help:purchase.product_supplier.price,uom:"
+msgid "The unit in which the quantity is specified."
+msgstr ""
+
 msgctxt "help:purchase.purchase,delivery_date:"
 msgid "The default delivery date for each line."
 msgstr ""
diff -r 5b6c155029ca -r 59ff3cbdcb6b templates/purchase_request.pot
--- a/templates/purchase_request.pot    Mon Oct 12 18:32:25 2020 +0200
+++ b/templates/purchase_request.pot    Tue Oct 13 09:54:24 2020 +0200
@@ -18,6 +18,10 @@
 msgid "Computed UOM"
 msgstr ""
 
+msgctxt "field:purchase.request,default_uom:"
+msgid "Default UOM"
+msgstr ""
+
 msgctxt "field:purchase.request,default_uom_digits:"
 msgid "Default UOM Digits"
 msgstr ""
diff -r 5b6c155029ca -r 59ff3cbdcb6b templates/purchase_requisition.pot
--- a/templates/purchase_requisition.pot        Mon Oct 12 18:32:25 2020 +0200
+++ b/templates/purchase_requisition.pot        Tue Oct 13 09:54:24 2020 +0200
@@ -70,6 +70,10 @@
 msgid "Amount"
 msgstr ""
 
+msgctxt "field:purchase.requisition.line,currency:"
+msgid "Currency"
+msgstr ""
+
 msgctxt "field:purchase.requisition.line,description:"
 msgid "Description"
 msgstr ""
diff -r 5b6c155029ca -r 59ff3cbdcb6b templates/res.pot
--- a/templates/res.pot Mon Oct 12 18:32:25 2020 +0200
+++ b/templates/res.pot Tue Oct 13 09:54:24 2020 +0200
@@ -2,6 +2,10 @@
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
+msgctxt "field:ir.action,groups:"
+msgid "Groups"
+msgstr ""
+
 msgctxt "field:ir.action-res.group,action:"
 msgid "Action"
 msgstr ""
@@ -10,6 +14,26 @@
 msgid "Group"
 msgstr ""
 
+msgctxt "field:ir.action.act_window,groups:"
+msgid "Groups"
+msgstr ""
+
+msgctxt "field:ir.action.keyword,groups:"
+msgid "Groups"
+msgstr ""
+
+msgctxt "field:ir.action.report,groups:"
+msgid "Groups"
+msgstr ""
+
+msgctxt "field:ir.action.url,groups:"
+msgid "Groups"
+msgstr ""
+
+msgctxt "field:ir.action.wizard,groups:"
+msgid "Groups"
+msgstr ""
+
 msgctxt "field:ir.export,groups:"
 msgid "Groups"
 msgstr ""
diff -r 5b6c155029ca -r 59ff3cbdcb6b templates/sale.pot
--- a/templates/sale.pot        Mon Oct 12 18:32:25 2020 +0200
+++ b/templates/sale.pot        Tue Oct 13 09:54:24 2020 +0200
@@ -126,6 +126,10 @@
 msgid "Company"
 msgstr ""
 
+msgctxt "field:sale.line,currency:"
+msgid "Currency"
+msgstr ""
+
 msgctxt "field:sale.line,description:"
 msgid "Description"
 msgstr ""
@@ -776,6 +780,10 @@
 msgid "Company"
 msgstr ""
 
+msgctxt "model:ir.message,text:msg_sale_reporting_currency"
+msgid "Currency"
+msgstr ""
+
 msgctxt "model:ir.message,text:msg_sale_reporting_currency_digits"
 msgid "Currency Digits"
 msgstr ""
diff -r 5b6c155029ca -r 59ff3cbdcb6b templates/sale_discount.pot
--- a/templates/sale_discount.pot       Mon Oct 12 18:32:25 2020 +0200
+++ b/templates/sale_discount.pot       Tue Oct 13 09:54:24 2020 +0200
@@ -0,0 +1,27 @@
+#
+msgid ""
+msgstr "Content-Type: text/plain; charset=utf-8\n"
+
+msgctxt "field:sale.line,base_price:"
+msgid "Base Price"
+msgstr ""
+
+msgctxt "field:sale.line,discount:"
+msgid "Discount"
+msgstr ""
+
+msgctxt "field:sale.line,discount_amount:"
+msgid "Discount Amount"
+msgstr ""
+
+msgctxt "field:sale.line,discount_rate:"
+msgid "Discount Rate"
+msgstr ""
+
+msgctxt "view:sale.line:"
+msgid "%"
+msgstr ""
+
+msgctxt "view:sale.line:"
+msgid "Discount"
+msgstr ""
diff -r 5b6c155029ca -r 59ff3cbdcb6b templates/sale_subscription.pot
--- a/templates/sale_subscription.pot   Mon Oct 12 18:32:25 2020 +0200
+++ b/templates/sale_subscription.pot   Tue Oct 13 09:54:24 2020 +0200
@@ -106,6 +106,10 @@
 msgid "Consumption Recurrence"
 msgstr ""
 
+msgctxt "field:sale.subscription.line,currency:"
+msgid "Currency"
+msgstr ""
+
 msgctxt "field:sale.subscription.line,description:"
 msgid "Description"
 msgstr ""
diff -r 5b6c155029ca -r 59ff3cbdcb6b templates/sao.pot
--- a/templates/sao.pot Mon Oct 12 18:32:25 2020 +0200
+++ b/templates/sao.pot Tue Oct 13 09:54:24 2020 +0200
@@ -1,4 +1,4 @@
-# Generated by grunt-xgettext on Thu Oct 01 2020 02:14:11 GMT+0200 (Central 
European Summer Time)
+# Generated by grunt-xgettext on Tue Oct 13 2020 09:52:12 GMT+0200 (Central 
European Summer Time)
 
 msgid "Are your sure to leave?"
 msgstr ""
@@ -474,7 +474,7 @@
 msgid "Report Bug"
 msgstr ""
 
-msgid "Processing..."
+msgid "Processing"
 msgstr ""
 
 msgid "Search..."
diff -r 5b6c155029ca -r 59ff3cbdcb6b templates/stock.pot
--- a/templates/stock.pot       Mon Oct 12 18:32:25 2020 +0200
+++ b/templates/stock.pot       Tue Oct 13 09:54:24 2020 +0200
@@ -226,6 +226,14 @@
 msgid "Inventory"
 msgstr ""
 
+msgctxt "field:stock.inventory.line,inventory_date:"
+msgid "Date"
+msgstr ""
+
+msgctxt "field:stock.inventory.line,inventory_location:"
+msgid "Location"
+msgstr ""
+
 msgctxt "field:stock.inventory.line,inventory_state:"
 msgid "Inventory State"
 msgstr ""
@@ -322,6 +330,14 @@
 msgid "Warehouse"
 msgstr ""
 
+msgctxt "field:stock.location,waste_locations:"
+msgid "Waste Locations"
+msgstr ""
+
+msgctxt "field:stock.location,waste_warehouses:"
+msgid "Waste Warehouses"
+msgstr ""
+
 msgctxt "field:stock.location.lead_time,lead_time:"
 msgid "Lead Time"
 msgstr ""
@@ -334,6 +350,14 @@
 msgid "Warehouse To"
 msgstr ""
 
+msgctxt "field:stock.location.waste,location:"
+msgid "Waste Location"
+msgstr ""
+
+msgctxt "field:stock.location.waste,warehouse:"
+msgid "Warehouse"
+msgstr ""
+
 msgctxt "field:stock.move,assignation_required:"
 msgid "Assignation Required"
 msgstr ""
@@ -718,10 +742,6 @@
 msgid "Transit Location"
 msgstr ""
 
-msgctxt "field:stock.shipment.out,assigned_by:"
-msgid "Assigned By"
-msgstr ""
-
 msgctxt "field:stock.shipment.out,company:"
 msgid "Company"
 msgstr ""
@@ -770,6 +790,10 @@
 msgid "Packed By"
 msgstr ""
 
+msgctxt "field:stock.shipment.out,picked_by:"
+msgid "Picked By"
+msgstr ""
+
 msgctxt "field:stock.shipment.out,planned_date:"
 msgid "Planned Date"
 msgstr ""
@@ -976,7 +1000,7 @@
 msgstr ""
 
 msgctxt "help:stock.inventory,empty_quantity:"
-msgid "How lines without quantity are handled."
+msgid "How lines without a quantity are handled."
 msgstr ""
 
 msgctxt "help:stock.inventory,location:"
@@ -1073,6 +1097,14 @@
 msgid "The top level location where stock is stored."
 msgstr ""
 
+msgctxt "help:stock.location,waste_locations:"
+msgid "The locations used for waste products from the warehouse."
+msgstr ""
+
+msgctxt "help:stock.location,waste_warehouses:"
+msgid "The warehouses that use the location for waste products."
+msgstr ""
+
 msgctxt "help:stock.location.lead_time,lead_time:"
 msgid "The time it takes to move stock between the warehouses."
 msgstr ""
@@ -1398,6 +1430,10 @@
 msgid "Inventories"
 msgstr ""
 
+msgctxt "model:ir.action,name:act_inventory_line_relate"
+msgid "Inventory Lines"
+msgstr ""
+
 msgctxt "model:ir.action,name:act_location_form"
 msgid "Locations"
 msgstr ""
@@ -1640,6 +1676,11 @@
 msgstr ""
 
 msgctxt ""
+"model:ir.action.act_window.domain,name:act_shipment_out_form_domain_picked"
+msgid "Picked"
+msgstr ""
+
+msgctxt ""
 "model:ir.action.act_window.domain,name:act_shipment_out_form_domain_waiting"
 msgid "Waiting"
 msgstr ""
@@ -1675,6 +1716,10 @@
 msgid "No existing line found for \"%(search)s\"."
 msgstr ""
 
+msgctxt "model:ir.message,text:msg_inventory_date_in_the_future"
+msgid "The inventories \"%(inventories)s\" have dates in the future."
+msgstr ""
+
 msgctxt "model:ir.message,text:msg_inventory_delete_cancel"
 msgid "To delete inventory \"%(inventory)s\" you must cancel it."
 msgstr ""
@@ -1727,6 +1772,10 @@
 "draft."
 msgstr ""
 
+msgctxt "model:ir.message,text:msg_move_effective_date_in_the_future"
+msgid "The moves \"%(moves)s\" have effective dates in the future."
+msgstr ""
+
 msgctxt "model:ir.message,text:msg_move_from_to_location"
 msgid "The source and destination of stock move must be different."
 msgstr ""
@@ -1942,7 +1991,11 @@
 msgstr ""
 
 msgctxt "model:ir.model.button,string:shipment_out_pack_button"
-msgid "Make shipment"
+msgid "Pack"
+msgstr ""
+
+msgctxt "model:ir.model.button,string:shipment_out_pick_button"
+msgid "Pick"
 msgstr ""
 
 msgctxt "model:ir.model.button,string:shipment_out_return_cancel_button"
@@ -2210,6 +2263,10 @@
 msgid "Location Lead Time"
 msgstr ""
 
+msgctxt "model:stock.location.waste,name:"
+msgid "Warehouse Waste Location"
+msgstr ""
+
 msgctxt "model:stock.move,name:"
 msgid "Stock Move"
 msgstr ""
@@ -2494,6 +2551,18 @@
 msgid "Recompute Cost Price from Moves"
 msgstr ""
 
+msgctxt "selection:ir.cron,method:"
+msgid "Reschedule Customer Shipments"
+msgstr ""
+
+msgctxt "selection:ir.cron,method:"
+msgid "Reschedule Internal Shipments"
+msgstr ""
+
+msgctxt "selection:ir.cron,method:"
+msgid "Reschedule Supplier Return Shipments"
+msgstr ""
+
 msgctxt "selection:stock.inventory,empty_quantity:"
 msgid "Empty"
 msgstr ""
@@ -2663,6 +2732,10 @@
 msgstr ""
 
 msgctxt "selection:stock.shipment.out,state:"
+msgid "Picked"
+msgstr ""
+
+msgctxt "selection:stock.shipment.out,state:"
 msgid "Waiting"
 msgstr ""
 
diff -r 5b6c155029ca -r 59ff3cbdcb6b templates/stock_assign_manual.pot
--- a/templates/stock_assign_manual.pot Mon Oct 12 18:32:25 2020 +0200
+++ b/templates/stock_assign_manual.pot Tue Oct 13 09:54:24 2020 +0200
@@ -22,6 +22,10 @@
 msgid "Skipped"
 msgstr ""
 
+msgctxt "field:stock.shipment.assign.manual.show,unit:"
+msgid "Unit"
+msgstr ""
+
 msgctxt "field:stock.shipment.assign.manual.show,unit_digits:"
 msgid "Unit Digits"
 msgstr ""
diff -r 5b6c155029ca -r 59ff3cbdcb6b templates/stock_inventory_location.pot
--- a/templates/stock_inventory_location.pot    Mon Oct 12 18:32:25 2020 +0200
+++ b/templates/stock_inventory_location.pot    Tue Oct 13 09:54:24 2020 +0200
@@ -6,14 +6,30 @@
 msgid "Company"
 msgstr ""
 
+msgctxt "field:stock.inventory.create.start,complete_lines:"
+msgid "Complete"
+msgstr ""
+
 msgctxt "field:stock.inventory.create.start,date:"
 msgid "Date"
 msgstr ""
 
+msgctxt "field:stock.inventory.create.start,empty_quantity:"
+msgid "Empty Quantity"
+msgstr ""
+
 msgctxt "field:stock.inventory.create.start,locations:"
 msgid "Locations"
 msgstr ""
 
+msgctxt "help:stock.inventory.create.start,complete_lines:"
+msgid "Add an inventory line for each missing product."
+msgstr ""
+
+msgctxt "help:stock.inventory.create.start,empty_quantity:"
+msgid "How lines without a quantity are handled."
+msgstr ""
+
 msgctxt "model:ir.action,name:wizard_create_inventory"
 msgid "Create Inventories"
 msgstr ""
diff -r 5b6c155029ca -r 59ff3cbdcb6b templates/stock_lot.pot
--- a/templates/stock_lot.pot   Mon Oct 12 18:32:25 2020 +0200
+++ b/templates/stock_lot.pot   Tue Oct 13 09:54:24 2020 +0200
@@ -38,6 +38,22 @@
 msgid "At Date"
 msgstr ""
 
+msgctxt "field:stock.lots_by_warehouse.context,forecast_date:"
+msgid "At Date"
+msgstr ""
+
+msgctxt "field:stock.lots_by_warehouse.context,locations:"
+msgid "Locations"
+msgstr ""
+
+msgctxt "field:stock.lots_by_warehouse.context,stock_date_end:"
+msgid "At Date"
+msgstr ""
+
+msgctxt "field:stock.lots_by_warehouse.context,warehouse:"
+msgid "Warehouse"
+msgstr ""
+
 msgctxt "field:stock.move,lot:"
 msgid "Lot"
 msgstr ""
@@ -81,6 +97,21 @@
 "* A date in the past will provide historical values."
 msgstr ""
 
+msgctxt "help:stock.lots_by_warehouse.context,forecast_date:"
+msgid ""
+"Allow to compute expected stock quantities for this date.\n"
+"* An empty value is an infinite date in the future.\n"
+"* A date in the past will provide historical values."
+msgstr ""
+
+msgctxt "model:ir.action,name:act_location_quantity_list"
+msgid "Locations List Quantity"
+msgstr ""
+
+msgctxt "model:ir.action,name:act_location_quantity_tree"
+msgid "Locations Tree Quantity"
+msgstr ""
+
 msgctxt "model:ir.action,name:act_lot_form"
 msgid "Lots"
 msgstr ""
@@ -89,6 +120,10 @@
 msgid "Lots"
 msgstr ""
 
+msgctxt "model:ir.action,name:act_lots_by_warehouse"
+msgid "Lots By Warehouse"
+msgstr ""
+
 msgctxt "model:ir.action,name:act_move_form_relate_lot"
 msgid "Moves"
 msgstr ""
@@ -117,6 +152,10 @@
 msgid "Lot by Location"
 msgstr ""
 
+msgctxt "model:stock.lots_by_warehouse.context,name:"
+msgid "Lot by Warehouse"
+msgstr ""
+
 msgctxt "model:stock.period.cache.lot,name:"
 msgid "Stock Period Cache per Lot"
 msgstr ""
diff -r 5b6c155029ca -r 59ff3cbdcb6b templates/web_shop.pot
--- a/templates/web_shop.pot    Mon Oct 12 18:32:25 2020 +0200
+++ b/templates/web_shop.pot    Tue Oct 13 09:54:24 2020 +0200
@@ -0,0 +1,201 @@
+#
+msgid ""
+msgstr "Content-Type: text/plain; charset=utf-8\n"
+
+msgctxt "field:product.attribute,web_shops:"
+msgid "Web Shops"
+msgstr ""
+
+msgctxt "field:product.category,web_shops:"
+msgid "Web Shops"
+msgstr ""
+
+msgctxt "field:product.product,web_shops:"
+msgid "Web Shops"
+msgstr ""
+
+msgctxt "field:sale.sale,web_id:"
+msgid "Web ID"
+msgstr ""
+
+msgctxt "field:sale.sale,web_shop:"
+msgid "Web Shop"
+msgstr ""
+
+msgctxt "field:web.shop,attributes:"
+msgid "Attributes"
+msgstr ""
+
+msgctxt "field:web.shop,attributes_removed:"
+msgid "Attributes Removed"
+msgstr ""
+
+msgctxt "field:web.shop,categories:"
+msgid "Categories"
+msgstr ""
+
+msgctxt "field:web.shop,categories_removed:"
+msgid "Categories Removed"
+msgstr ""
+
+msgctxt "field:web.shop,company:"
+msgid "Company"
+msgstr ""
+
+msgctxt "field:web.shop,currency:"
+msgid "Currency"
+msgstr ""
+
+msgctxt "field:web.shop,guest_party:"
+msgid "Guest Party"
+msgstr ""
+
+msgctxt "field:web.shop,language:"
+msgid "Language"
+msgstr ""
+
+msgctxt "field:web.shop,name:"
+msgid "Name"
+msgstr ""
+
+msgctxt "field:web.shop,products:"
+msgid "Products"
+msgstr ""
+
+msgctxt "field:web.shop,products_removed:"
+msgid "Products Removed"
+msgstr ""
+
+msgctxt "field:web.shop,type:"
+msgid "Type"
+msgstr ""
+
+msgctxt "field:web.shop,warehouses:"
+msgid "Warehouses"
+msgstr ""
+
+msgctxt "field:web.shop-product.attribute,attribute:"
+msgid "Attribute"
+msgstr ""
+
+msgctxt "field:web.shop-product.attribute,shop:"
+msgid "Shop"
+msgstr ""
+
+msgctxt "field:web.shop-product.category,category:"
+msgid "Category"
+msgstr ""
+
+msgctxt "field:web.shop-product.category,shop:"
+msgid "Shop"
+msgstr ""
+
+msgctxt "field:web.shop-product.product,product:"
+msgid "Product"
+msgstr ""
+
+msgctxt "field:web.shop-product.product,shop:"
+msgid "Shop"
+msgstr ""
+
+msgctxt "field:web.shop-stock.location,shop:"
+msgid "Shop"
+msgstr ""
+
+msgctxt "field:web.shop-stock.location,warehouse:"
+msgid "Warehouse"
+msgstr ""
+
+msgctxt "field:web.user,invoice_address:"
+msgid "Invoice Address"
+msgstr ""
+
+msgctxt "field:web.user,shipment_address:"
+msgid "Shipment Address"
+msgstr ""
+
+msgctxt "help:product.attribute,web_shops:"
+msgid "The list of web shops on which the attribute is published."
+msgstr ""
+
+msgctxt "help:product.category,web_shops:"
+msgid "The list of web shops on which the category is published."
+msgstr ""
+
+msgctxt "help:product.product,web_shops:"
+msgid "The list of web shops on which the product is published."
+msgstr ""
+
+msgctxt "help:web.shop,attributes:"
+msgid "The list of attributes to publish."
+msgstr ""
+
+msgctxt "help:web.shop,attributes_removed:"
+msgid "The list of attributes to unpublish."
+msgstr ""
+
+msgctxt "help:web.shop,categories:"
+msgid "The list of categories to publish."
+msgstr ""
+
+msgctxt "help:web.shop,categories_removed:"
+msgid "The list of categories to unpublish."
+msgstr ""
+
+msgctxt "help:web.shop,products:"
+msgid "The list of products to publish."
+msgstr ""
+
+msgctxt "help:web.shop,products_removed:"
+msgid "The list of products to unpublish."
+msgstr ""
+
+msgctxt "help:web.shop,type:"
+msgid "The front-end used for the web shop."
+msgstr ""
+
+msgctxt "model:ir.action,name:act_shop"
+msgid "Web Shops"
+msgstr ""
+
+msgctxt "model:ir.message,text:msg_sale_invalid_party"
+msgid ""
+"To process the sale \"%(sale)s\" you must select another party instead of "
+"the guest \"%(party)s\"."
+msgstr ""
+
+msgctxt "model:ir.message,text:msg_sale_web_id_unique"
+msgid "The web ID on the sale must be unique."
+msgstr ""
+
+msgctxt "model:ir.message,text:msg_shop_name_unique"
+msgid "The web shop name must be unique."
+msgstr ""
+
+msgctxt "model:ir.ui.menu,name:menu_shop"
+msgid "Web Shops"
+msgstr ""
+
+msgctxt "model:web.shop,name:"
+msgid "Web Shop"
+msgstr ""
+
+msgctxt "model:web.shop-product.attribute,name:"
+msgid "Web Shop - Attribute"
+msgstr ""
+
+msgctxt "model:web.shop-product.category,name:"
+msgid "Web Shop - Product Category"
+msgstr ""
+
+msgctxt "model:web.shop-product.product,name:"
+msgid "Web Shop - Product"
+msgstr ""
+
+msgctxt "model:web.shop-stock.location,name:"
+msgid "Web Shop - Warehouse"
+msgstr ""
+
+msgctxt "view:web.shop:"
+msgid "Products"
+msgstr ""
diff -r 5b6c155029ca -r 59ff3cbdcb6b templates/web_shop_vue_storefront.pot
--- a/templates/web_shop_vue_storefront.pot     Mon Oct 12 18:32:25 2020 +0200
+++ b/templates/web_shop_vue_storefront.pot     Tue Oct 13 09:54:24 2020 +0200
@@ -0,0 +1,79 @@
+#
+msgid ""
+msgstr "Content-Type: text/plain; charset=utf-8\n"
+
+msgctxt "field:party.address,vsf_telephone:"
+msgid "Telephone"
+msgstr ""
+
+msgctxt "field:product.product,vsf_sku:"
+msgid "SKU"
+msgstr ""
+
+msgctxt "field:product.template,vsf_sku:"
+msgid "SKU"
+msgstr ""
+
+msgctxt "field:web.shop,vsf_elasticsearch_index:"
+msgid "Elasticsearch Index"
+msgstr ""
+
+msgctxt "field:web.shop,vsf_elasticsearch_url:"
+msgid "Elasticsearch URL"
+msgstr ""
+
+msgctxt "field:web.shop.vsf_identifier,record:"
+msgid "Record"
+msgstr ""
+
+msgctxt "model:ir.message,text:msg_grand_total"
+msgid "Grand Total"
+msgstr ""
+
+msgctxt "model:ir.message,text:msg_identifier_record_unique"
+msgid "The Vue Storefront identifier must be unique for each record."
+msgstr ""
+
+msgctxt "model:ir.message,text:msg_invalid_tax_identifier"
+msgid "The number \"%(code)s\" is not a valid tax identifier."
+msgstr ""
+
+msgctxt "model:ir.message,text:msg_login_wrong"
+msgid "You did not sign in correctly or your account is temporarily disabled."
+msgstr ""
+
+msgctxt "model:ir.message,text:msg_shipping"
+msgid "Shipping"
+msgstr ""
+
+msgctxt "model:ir.message,text:msg_subtotal"
+msgid "Subtotal"
+msgstr ""
+
+msgctxt "model:ir.message,text:msg_tax"
+msgid "Tax"
+msgstr ""
+
+msgctxt "model:ir.message,text:msg_unknown_country_code"
+msgid "The country code \"%(code)s\" is not known."
+msgstr ""
+
+msgctxt "model:ir.message,text:msg_vsf_identifier"
+msgid "Vue Storefront Identifier"
+msgstr ""
+
+msgctxt "model:web.shop.vsf_identifier,name:"
+msgid "Web Shop Vue Storefront Identifier"
+msgstr ""
+
+msgctxt "selection:ir.cron,method:"
+msgid "Update Vue Storefront"
+msgstr ""
+
+msgctxt "selection:web.shop,type:"
+msgid "Vue Storefront"
+msgstr ""
+
+msgctxt "view:web.shop:"
+msgid "Vue Storefront"
+msgstr ""
diff -r 5b6c155029ca -r 59ff3cbdcb6b 
templates/web_shop_vue_storefront_stripe.pot
--- a/templates/web_shop_vue_storefront_stripe.pot      Mon Oct 12 18:32:25 
2020 +0200
+++ b/templates/web_shop_vue_storefront_stripe.pot      Tue Oct 13 09:54:24 
2020 +0200
@@ -0,0 +1,7 @@
+#
+msgid ""
+msgstr "Content-Type: text/plain; charset=utf-8\n"
+
+msgctxt "field:web.shop,stripe_journal:"
+msgid "Stripe Journal"
+msgstr ""
diff -r 5b6c155029ca -r 59ff3cbdcb6b templates/web_user.pot
--- a/templates/web_user.pot    Mon Oct 12 18:32:25 2020 +0200
+++ b/templates/web_user.pot    Tue Oct 13 09:54:24 2020 +0200
@@ -34,6 +34,18 @@
 msgid "Reset Password Token Expire"
 msgstr ""
 
+msgctxt "field:web.user,secondary_parties:"
+msgid "Secondary Parties"
+msgstr ""
+
+msgctxt "field:web.user-party.party.secondary,party:"
+msgid "Party"
+msgstr ""
+
+msgctxt "field:web.user-party.party.secondary,user:"
+msgid "User"
+msgstr ""
+
 msgctxt "field:web.user.authenticate.attempt,ip_address:"
 msgid "IP Address"
 msgstr ""
@@ -90,6 +102,10 @@
 msgid "Web User"
 msgstr ""
 
+msgctxt "model:web.user-party.party.secondary,name:"
+msgid "Web User - Secondary Party"
+msgstr ""
+
 msgctxt "model:web.user.authenticate.attempt,name:"
 msgid "Web User Authenticate Attempt"
 msgstr ""

Reply via email to