diff --git a/sale_automatic_workflow/README.rst b/sale_automatic_workflow/README.rst index e08fe6b..26cbe91 100644 --- a/sale_automatic_workflow/README.rst +++ b/sale_automatic_workflow/README.rst @@ -2,10 +2,13 @@ Sale Automatic Workflow ======================= -.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:07794bae9b25ef888a04c32a3899585470a77ddd72ca41a4ea461c479e314641 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status @@ -19,11 +22,11 @@ Sale Automatic Workflow .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png :target: https://translation.odoo-community.org/projects/sale-workflow-15-0/sale-workflow-15-0-sale_automatic_workflow :alt: Translate me on Weblate -.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/167/15.0 - :alt: Try me on Runbot +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=15.0 + :alt: Try me on Runboat -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| Create workflows with more or less automatization and apply it on sales orders. @@ -41,6 +44,7 @@ A workflow can: - Apply automatic actions: * Validate the order (only if paid, always, never) + * Send order confirmation mail (only when order confirmed) * Create an invoice * Validate the invoice * Confirm the picking @@ -58,7 +62,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. -If you spotted it first, help us smashing it by providing a detailed and welcomed +If you spotted it first, help us to smash it by providing a detailed and welcomed `feedback `_. Do not contact contributors directly about support or help with technical issues. diff --git a/sale_automatic_workflow/data/automatic_workflow_data.xml b/sale_automatic_workflow/data/automatic_workflow_data.xml index 46da5ce..d016c54 100644 --- a/sale_automatic_workflow/data/automatic_workflow_data.xml +++ b/sale_automatic_workflow/data/automatic_workflow_data.xml @@ -42,10 +42,19 @@ >[('state', '=', 'sale'),('invoice_status','=','invoiced')] + + Automatic Workflow Payment Filter + account.move + [('state', '=', 'posted'), ('move_type', '=', 'out_invoice'), ('payment_state','!=','paid')] + + Automatic one + + + Be careful, if you save the order with this setting, it could be auto-confirmed, even if you are editing it. @@ -84,6 +95,8 @@ /> + + Automatic Workflow Job diff --git a/sale_automatic_workflow/i18n/am.po b/sale_automatic_workflow/i18n/am.po index 840a69e..0473a31 100644 --- a/sale_automatic_workflow/i18n/am.po +++ b/sale_automatic_workflow/i18n/am.po @@ -49,6 +49,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -124,6 +129,11 @@ msgstr "" msgid "Display Name" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -155,7 +165,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -206,6 +216,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -223,7 +243,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -250,6 +272,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -300,6 +327,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/ar.po b/sale_automatic_workflow/i18n/ar.po index f434232..ffa14f9 100644 --- a/sale_automatic_workflow/i18n/ar.po +++ b/sale_automatic_workflow/i18n/ar.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "اسم العرض" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/bg.po b/sale_automatic_workflow/i18n/bg.po index d3d51e9..d6b46c8 100644 --- a/sale_automatic_workflow/i18n/bg.po +++ b/sale_automatic_workflow/i18n/bg.po @@ -49,6 +49,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -124,6 +129,11 @@ msgstr "" msgid "Display Name" msgstr "Име за показване" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -155,7 +165,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -206,6 +216,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -223,7 +243,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -250,6 +272,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -300,6 +327,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/bs.po b/sale_automatic_workflow/i18n/bs.po index 276b579..864e15e 100644 --- a/sale_automatic_workflow/i18n/bs.po +++ b/sale_automatic_workflow/i18n/bs.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "Prikaži naziv" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/ca.po b/sale_automatic_workflow/i18n/ca.po index a10e55e..12005e9 100644 --- a/sale_automatic_workflow/i18n/ca.po +++ b/sale_automatic_workflow/i18n/ca.po @@ -50,6 +50,11 @@ msgstr "Feina de flux de treball automàtic" msgid "Automatic Workflow Order Filter" msgstr "Filtre automàtic de comandes de flux de treball" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -127,6 +132,11 @@ msgstr "Entregueu cada producte quan estigui disponible" msgid "Display Name" msgstr "Mostrar Nom" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -162,8 +172,8 @@ msgstr "Servei de facturació al lliurament" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" -msgstr "Entrades de diari" +msgid "Journal Entry" +msgstr "" #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_automatic_workflow_job____last_update @@ -213,6 +223,16 @@ msgstr "Filtre de recollida" msgid "Picking Filter Domain" msgstr "Selecció del domini del filtre" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -230,7 +250,9 @@ msgstr "Venda Fet el domini del filtre" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "Procés de flux de treball de venda" @@ -256,8 +278,13 @@ msgid "" "Scheduler that will play automatically the validation of invoices, " "pickings..." msgstr "" -"Programador que reproduirà automàticament la validació de factures, pickings " -"..." +"Programador que reproduirà automàticament la validació de factures, " +"pickings ..." + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id @@ -309,6 +336,13 @@ msgstr "Validar la comanda" msgid "Warning Message" msgstr "Missatge d'advertència" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" @@ -326,5 +360,8 @@ msgstr "Opcions de flux de treball" msgid "Workflow Warning" msgstr "Advertiment de flux de treball" +#~ msgid "Journal Entries" +#~ msgstr "Entrades de diari" + #~ msgid "Invoice" #~ msgstr "Factura" diff --git a/sale_automatic_workflow/i18n/ca_ES.po b/sale_automatic_workflow/i18n/ca_ES.po index ea469cf..ec6f504 100644 --- a/sale_automatic_workflow/i18n/ca_ES.po +++ b/sale_automatic_workflow/i18n/ca_ES.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/cs.po b/sale_automatic_workflow/i18n/cs.po index 1dab4be..a64f5f9 100644 --- a/sale_automatic_workflow/i18n/cs.po +++ b/sale_automatic_workflow/i18n/cs.po @@ -49,6 +49,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -124,6 +129,11 @@ msgstr "" msgid "Display Name" msgstr "Zobrazovaný název" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -155,7 +165,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -206,6 +216,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -223,7 +243,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -250,6 +272,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -300,6 +327,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/da.po b/sale_automatic_workflow/i18n/da.po index e560f14..70ddb65 100644 --- a/sale_automatic_workflow/i18n/da.po +++ b/sale_automatic_workflow/i18n/da.po @@ -49,6 +49,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -124,6 +129,11 @@ msgstr "" msgid "Display Name" msgstr "Vist navn" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -155,7 +165,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -206,6 +216,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -223,7 +243,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -250,6 +272,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -300,6 +327,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/de.po b/sale_automatic_workflow/i18n/de.po index 1ca9d26..0c16f3c 100644 --- a/sale_automatic_workflow/i18n/de.po +++ b/sale_automatic_workflow/i18n/de.po @@ -10,14 +10,15 @@ msgstr "" "Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-02 10:22+0000\n" -"PO-Revision-Date: 2018-03-02 10:22+0000\n" -"Last-Translator: Rudolf Schnapka , 2018\n" +"PO-Revision-Date: 2023-10-09 07:53+0000\n" +"Last-Translator: jans23 \n" "Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.17\n" #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_order__all_qty_delivered @@ -50,6 +51,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -127,6 +133,11 @@ msgstr "Jedes Produkt bei Verfügbarkeit liefern" msgid "Display Name" msgstr "Anzeigename" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -158,7 +169,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -209,6 +220,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -226,7 +247,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "Verkaufs-Workflow" @@ -254,6 +277,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -282,7 +310,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__validate_invoice msgid "Validate Invoice" -msgstr "KommissionierscheiPrüfe Rechnung" +msgstr "Prüfe Rechnung" #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__validate_invoice_filter_id @@ -304,6 +332,13 @@ msgstr "Prüfe Auftrag" msgid "Warning Message" msgstr "Hinweismeldung" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/el_GR.po b/sale_automatic_workflow/i18n/el_GR.po index 2d0545e..e96de71 100644 --- a/sale_automatic_workflow/i18n/el_GR.po +++ b/sale_automatic_workflow/i18n/el_GR.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/en_GB.po b/sale_automatic_workflow/i18n/en_GB.po index 36acb3a..5a7f733 100644 --- a/sale_automatic_workflow/i18n/en_GB.po +++ b/sale_automatic_workflow/i18n/en_GB.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "Display Name" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/es.po b/sale_automatic_workflow/i18n/es.po index 779e0bd..499eeab 100644 --- a/sale_automatic_workflow/i18n/es.po +++ b/sale_automatic_workflow/i18n/es.po @@ -9,15 +9,15 @@ msgstr "" "Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-02 10:22+0000\n" -"PO-Revision-Date: 2020-07-27 10:19+0000\n" -"Last-Translator: Daniel Martinez Vila \n" +"PO-Revision-Date: 2023-07-25 11:09+0000\n" +"Last-Translator: Ivorra78 \n" "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.10\n" +"X-Generator: Weblate 4.17\n" #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_order__all_qty_delivered @@ -50,6 +50,11 @@ msgstr "Trabajo de flujo de trabajo automático" msgid "Automatic Workflow Order Filter" msgstr "Filtro de flujo automático de pedido" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "Filtro automático de pagos de los flujos de trabajo" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -127,6 +132,11 @@ msgstr "Enviar cada producto cuando esté disponible" msgid "Display Name" msgstr "Nombre mostrado" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "Dominio" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -163,8 +173,8 @@ msgstr "Facturar servicios en la entrega" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" -msgstr "Entradas de diario" +msgid "Journal Entry" +msgstr "Entrada Diaria" #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_automatic_workflow_job____last_update @@ -214,6 +224,16 @@ msgstr "Filtro de albarán" msgid "Picking Filter Domain" msgstr "Dominio del filtro de albarán" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "Registrar Pago" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "Filtro de registro de facturas de pago" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -231,7 +251,9 @@ msgstr "Dominio del filtro para finalización de pedidos" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "Proceso del flujo de venta" @@ -260,6 +282,11 @@ msgstr "" "Programador que reproducirá automáticamente la validación de facturas, " "pickings..." +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "Enviar correo de confirmación del Pedido" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -310,6 +337,15 @@ msgstr "Validar pedido" msgid "Warning Message" msgstr "Mensaje de advertencia" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" +"Si está marcada, tras la confirmación del pedido se enviará un correo " +"electrónico de confirmación (si no se ha enviado ya)." + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" @@ -328,6 +364,9 @@ msgstr "Opciones del flujo" msgid "Workflow Warning" msgstr "Aviso del flujo" +#~ msgid "Journal Entries" +#~ msgstr "Entradas de diario" + #~ msgid "Invoice" #~ msgstr "Factura" diff --git a/sale_automatic_workflow/i18n/es_AR.po b/sale_automatic_workflow/i18n/es_AR.po index 36b91a6..9e29ace 100644 --- a/sale_automatic_workflow/i18n/es_AR.po +++ b/sale_automatic_workflow/i18n/es_AR.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "Mostrar Nombre" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/es_CL.po b/sale_automatic_workflow/i18n/es_CL.po index 15c57f7..694ecce 100644 --- a/sale_automatic_workflow/i18n/es_CL.po +++ b/sale_automatic_workflow/i18n/es_CL.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "Nombre mostrado" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/es_CO.po b/sale_automatic_workflow/i18n/es_CO.po index 4352486..dd1afcc 100644 --- a/sale_automatic_workflow/i18n/es_CO.po +++ b/sale_automatic_workflow/i18n/es_CO.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "Nombre Público" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/es_CR.po b/sale_automatic_workflow/i18n/es_CR.po index 9385193..1ebb4b7 100644 --- a/sale_automatic_workflow/i18n/es_CR.po +++ b/sale_automatic_workflow/i18n/es_CR.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/es_DO.po b/sale_automatic_workflow/i18n/es_DO.po index 62d1b7c..0fab150 100644 --- a/sale_automatic_workflow/i18n/es_DO.po +++ b/sale_automatic_workflow/i18n/es_DO.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "Nombre mostrado" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/es_EC.po b/sale_automatic_workflow/i18n/es_EC.po index 0529620..822894b 100644 --- a/sale_automatic_workflow/i18n/es_EC.po +++ b/sale_automatic_workflow/i18n/es_EC.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "Nombre mostrado" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/es_ES.po b/sale_automatic_workflow/i18n/es_ES.po index 353f397..d119ce0 100644 --- a/sale_automatic_workflow/i18n/es_ES.po +++ b/sale_automatic_workflow/i18n/es_ES.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/es_MX.po b/sale_automatic_workflow/i18n/es_MX.po index 4383235..8b971ee 100644 --- a/sale_automatic_workflow/i18n/es_MX.po +++ b/sale_automatic_workflow/i18n/es_MX.po @@ -51,6 +51,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -126,6 +131,11 @@ msgstr "" msgid "Display Name" msgstr "Nombre desplegado" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -157,7 +167,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -208,6 +218,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -225,7 +245,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -252,6 +274,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -302,6 +329,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/es_PE.po b/sale_automatic_workflow/i18n/es_PE.po index c41d88f..72e4df7 100644 --- a/sale_automatic_workflow/i18n/es_PE.po +++ b/sale_automatic_workflow/i18n/es_PE.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "Nombre a Mostrar" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/es_PY.po b/sale_automatic_workflow/i18n/es_PY.po index 8110d8c..946c3b3 100644 --- a/sale_automatic_workflow/i18n/es_PY.po +++ b/sale_automatic_workflow/i18n/es_PY.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/es_VE.po b/sale_automatic_workflow/i18n/es_VE.po index c158637..33801a0 100644 --- a/sale_automatic_workflow/i18n/es_VE.po +++ b/sale_automatic_workflow/i18n/es_VE.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "Mostrar nombre" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/et.po b/sale_automatic_workflow/i18n/et.po index 9ac6b36..0026464 100644 --- a/sale_automatic_workflow/i18n/et.po +++ b/sale_automatic_workflow/i18n/et.po @@ -49,6 +49,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -124,6 +129,11 @@ msgstr "" msgid "Display Name" msgstr "Näidatav nimi" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -155,7 +165,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -206,6 +216,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -223,7 +243,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -250,6 +272,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -300,6 +327,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/eu.po b/sale_automatic_workflow/i18n/eu.po index 060ddb1..1a63ab0 100644 --- a/sale_automatic_workflow/i18n/eu.po +++ b/sale_automatic_workflow/i18n/eu.po @@ -49,6 +49,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -124,6 +129,11 @@ msgstr "" msgid "Display Name" msgstr "Izena erakutsi" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -155,7 +165,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -206,6 +216,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -223,7 +243,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -250,6 +272,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -300,6 +327,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/fa.po b/sale_automatic_workflow/i18n/fa.po index 409cbf4..83cbabd 100644 --- a/sale_automatic_workflow/i18n/fa.po +++ b/sale_automatic_workflow/i18n/fa.po @@ -49,6 +49,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -124,6 +129,11 @@ msgstr "" msgid "Display Name" msgstr "نام نمایشی" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -155,7 +165,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -206,6 +216,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -223,7 +243,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -250,6 +272,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -300,6 +327,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/fi.po b/sale_automatic_workflow/i18n/fi.po index 1a83bb8..483dd42 100644 --- a/sale_automatic_workflow/i18n/fi.po +++ b/sale_automatic_workflow/i18n/fi.po @@ -49,6 +49,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -124,6 +129,11 @@ msgstr "" msgid "Display Name" msgstr "Nimi" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -155,7 +165,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -206,6 +216,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -223,7 +243,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -250,6 +272,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -300,6 +327,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/fr.po b/sale_automatic_workflow/i18n/fr.po index 57cb6b0..5c18dbe 100644 --- a/sale_automatic_workflow/i18n/fr.po +++ b/sale_automatic_workflow/i18n/fr.po @@ -10,14 +10,15 @@ msgstr "" "Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-02 10:22+0000\n" -"PO-Revision-Date: 2018-03-02 10:22+0000\n" -"Last-Translator: Quentin THEURET , 2018\n" +"PO-Revision-Date: 2024-07-19 17:58+0000\n" +"Last-Translator: PaoloYam \n" "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 5.6.2\n" #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_order__all_qty_delivered @@ -50,6 +51,11 @@ msgstr "Job du workflow automatique" msgid "Automatic Workflow Order Filter" msgstr "Flux de travail automatique Créant un filtre sur les commandes" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -128,6 +134,11 @@ msgstr "Livrer chaque article dès disponibilité" msgid "Display Name" msgstr "Afficher le nom" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -163,7 +174,7 @@ msgstr "Comptabilisation de la facture à la livraison" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -214,6 +225,16 @@ msgstr "Filtre de préparation de commande" msgid "Picking Filter Domain" msgstr "Domaine du filtre de préparation de commande" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -231,7 +252,9 @@ msgstr "Domaine du filtre des ventes réalisées" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "Flux automatique de vente" @@ -259,6 +282,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "Envoyer la confirmation par mail" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -309,6 +337,13 @@ msgstr "Confirmer les commandes" msgid "Warning Message" msgstr "Message d'avertissement" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/fr_CA.po b/sale_automatic_workflow/i18n/fr_CA.po index b1d7133..8d85718 100644 --- a/sale_automatic_workflow/i18n/fr_CA.po +++ b/sale_automatic_workflow/i18n/fr_CA.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "Afficher le nom" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/fr_CH.po b/sale_automatic_workflow/i18n/fr_CH.po index f27576d..c24dfed 100644 --- a/sale_automatic_workflow/i18n/fr_CH.po +++ b/sale_automatic_workflow/i18n/fr_CH.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "Nom affiché" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/gl.po b/sale_automatic_workflow/i18n/gl.po index 9f785ea..db7d651 100644 --- a/sale_automatic_workflow/i18n/gl.po +++ b/sale_automatic_workflow/i18n/gl.po @@ -49,6 +49,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -124,6 +129,11 @@ msgstr "" msgid "Display Name" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -155,7 +165,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -206,6 +216,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -223,7 +243,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -250,6 +272,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -300,6 +327,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/gl_ES.po b/sale_automatic_workflow/i18n/gl_ES.po index 9c2a67f..4f604ba 100644 --- a/sale_automatic_workflow/i18n/gl_ES.po +++ b/sale_automatic_workflow/i18n/gl_ES.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/he.po b/sale_automatic_workflow/i18n/he.po index 1badaa3..bc66263 100644 --- a/sale_automatic_workflow/i18n/he.po +++ b/sale_automatic_workflow/i18n/he.po @@ -49,6 +49,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -124,6 +129,11 @@ msgstr "" msgid "Display Name" msgstr "השם המוצג" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -155,7 +165,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -206,6 +216,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -223,7 +243,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -250,6 +272,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -300,6 +327,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/hr.po b/sale_automatic_workflow/i18n/hr.po index 039e9fb..5ec07c3 100644 --- a/sale_automatic_workflow/i18n/hr.po +++ b/sale_automatic_workflow/i18n/hr.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "Naziv za prikaz" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/hr_HR.po b/sale_automatic_workflow/i18n/hr_HR.po index 298cbc4..d6352c2 100644 --- a/sale_automatic_workflow/i18n/hr_HR.po +++ b/sale_automatic_workflow/i18n/hr_HR.po @@ -51,6 +51,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -126,6 +131,11 @@ msgstr "" msgid "Display Name" msgstr "Naziv" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -157,7 +167,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -208,6 +218,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -225,7 +245,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -252,6 +274,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -302,6 +329,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/hu.po b/sale_automatic_workflow/i18n/hu.po index 1223359..d83f7be 100644 --- a/sale_automatic_workflow/i18n/hu.po +++ b/sale_automatic_workflow/i18n/hu.po @@ -49,6 +49,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -124,6 +129,11 @@ msgstr "" msgid "Display Name" msgstr "Név megjelenítése" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -155,7 +165,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -206,6 +216,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -223,7 +243,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -250,6 +272,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -300,6 +327,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/id.po b/sale_automatic_workflow/i18n/id.po index fd2787f..134b320 100644 --- a/sale_automatic_workflow/i18n/id.po +++ b/sale_automatic_workflow/i18n/id.po @@ -49,6 +49,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -124,6 +129,11 @@ msgstr "" msgid "Display Name" msgstr "Nama Tampilan" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -155,7 +165,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -206,6 +216,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -223,7 +243,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -250,6 +272,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -300,6 +327,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/it.po b/sale_automatic_workflow/i18n/it.po index 3266eaa..372b576 100644 --- a/sale_automatic_workflow/i18n/it.po +++ b/sale_automatic_workflow/i18n/it.po @@ -9,14 +9,15 @@ msgstr "" "Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-02 10:22+0000\n" -"PO-Revision-Date: 2018-03-02 10:22+0000\n" -"Last-Translator: OCA Transbot , 2018\n" +"PO-Revision-Date: 2023-05-18 17:38+0000\n" +"Last-Translator: Francesco Foresti \n" "Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.16.4\n" #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_order__all_qty_delivered @@ -49,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -84,7 +90,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__create_invoice msgid "Create Invoice" -msgstr "Crea Fattura" +msgstr "Crea fattura" #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__create_invoice_filter_id @@ -122,7 +128,12 @@ msgstr "" #: model:ir.model.fields,field_description:sale_automatic_workflow.field_automatic_workflow_job__display_name #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__display_name msgid "Display Name" -msgstr "Nome da visualizzare" +msgstr "Nome visualizzato" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date @@ -155,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -206,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -223,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -250,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -263,12 +291,12 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__picking_policy msgid "Shipping Policy" -msgstr "Politica Spedizione" +msgstr "Politica di spedizione" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_stock_move msgid "Stock Move" -msgstr "Movimenti magazzino" +msgstr "Movimento di magazzino" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_stock_picking @@ -300,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/ja.po b/sale_automatic_workflow/i18n/ja.po index f6d88a5..564449e 100644 --- a/sale_automatic_workflow/i18n/ja.po +++ b/sale_automatic_workflow/i18n/ja.po @@ -49,6 +49,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -124,6 +129,11 @@ msgstr "" msgid "Display Name" msgstr "表示名" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -155,7 +165,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -206,6 +216,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -223,7 +243,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -250,6 +272,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -300,6 +327,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/ko.po b/sale_automatic_workflow/i18n/ko.po index 23aacce..8ce1c19 100644 --- a/sale_automatic_workflow/i18n/ko.po +++ b/sale_automatic_workflow/i18n/ko.po @@ -49,6 +49,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -124,6 +129,11 @@ msgstr "" msgid "Display Name" msgstr "표시 이름" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -155,7 +165,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -206,6 +216,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -223,7 +243,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -250,6 +272,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -300,6 +327,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/lt.po b/sale_automatic_workflow/i18n/lt.po index f8dca5b..1159a8c 100644 --- a/sale_automatic_workflow/i18n/lt.po +++ b/sale_automatic_workflow/i18n/lt.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "Vaizduojamas pavadinimas" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/lt_LT.po b/sale_automatic_workflow/i18n/lt_LT.po index f559c0b..a67a0b3 100644 --- a/sale_automatic_workflow/i18n/lt_LT.po +++ b/sale_automatic_workflow/i18n/lt_LT.po @@ -51,6 +51,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -126,6 +131,11 @@ msgstr "" msgid "Display Name" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -157,7 +167,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -208,6 +218,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -225,7 +245,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -252,6 +274,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -302,6 +329,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/lv.po b/sale_automatic_workflow/i18n/lv.po index 084ad0e..746d135 100644 --- a/sale_automatic_workflow/i18n/lv.po +++ b/sale_automatic_workflow/i18n/lv.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/mk.po b/sale_automatic_workflow/i18n/mk.po index a32d409..be9c3c8 100644 --- a/sale_automatic_workflow/i18n/mk.po +++ b/sale_automatic_workflow/i18n/mk.po @@ -49,6 +49,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -124,6 +129,11 @@ msgstr "" msgid "Display Name" msgstr "Прикажи име" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -155,7 +165,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -206,6 +216,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -223,7 +243,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -250,6 +272,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -300,6 +327,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/mn.po b/sale_automatic_workflow/i18n/mn.po index 472d205..a02c246 100644 --- a/sale_automatic_workflow/i18n/mn.po +++ b/sale_automatic_workflow/i18n/mn.po @@ -49,6 +49,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -124,6 +129,11 @@ msgstr "" msgid "Display Name" msgstr "Дэлгэцийн Нэр" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -155,7 +165,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -206,6 +216,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -223,7 +243,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -250,6 +272,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -300,6 +327,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/nb.po b/sale_automatic_workflow/i18n/nb.po index f9a57f4..6736083 100644 --- a/sale_automatic_workflow/i18n/nb.po +++ b/sale_automatic_workflow/i18n/nb.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "Visnings navn" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/nb_NO.po b/sale_automatic_workflow/i18n/nb_NO.po index 711a6e8..62da4ca 100644 --- a/sale_automatic_workflow/i18n/nb_NO.po +++ b/sale_automatic_workflow/i18n/nb_NO.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "Vis navn" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/nl.po b/sale_automatic_workflow/i18n/nl.po index e751d52..3e02f5f 100644 --- a/sale_automatic_workflow/i18n/nl.po +++ b/sale_automatic_workflow/i18n/nl.po @@ -49,6 +49,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -124,6 +129,11 @@ msgstr "" msgid "Display Name" msgstr "Te tonen naam" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -155,7 +165,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -206,6 +216,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -223,7 +243,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -250,6 +272,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -300,6 +327,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/nl_BE.po b/sale_automatic_workflow/i18n/nl_BE.po index e9ff5ae..a20e030 100644 --- a/sale_automatic_workflow/i18n/nl_BE.po +++ b/sale_automatic_workflow/i18n/nl_BE.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "Schermnaam" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/nl_NL.po b/sale_automatic_workflow/i18n/nl_NL.po index bae2f98..789c9b6 100644 --- a/sale_automatic_workflow/i18n/nl_NL.po +++ b/sale_automatic_workflow/i18n/nl_NL.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "Weergavenaam" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -252,6 +274,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -302,6 +329,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/pl.po b/sale_automatic_workflow/i18n/pl.po index 1cebf17..f3f34d9 100644 --- a/sale_automatic_workflow/i18n/pl.po +++ b/sale_automatic_workflow/i18n/pl.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "Wyświetlana nazwa " +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/pt.po b/sale_automatic_workflow/i18n/pt.po index 16ab462..09dcfd2 100644 --- a/sale_automatic_workflow/i18n/pt.po +++ b/sale_automatic_workflow/i18n/pt.po @@ -49,6 +49,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -124,6 +129,11 @@ msgstr "" msgid "Display Name" msgstr "Nome a Apresentar" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -155,7 +165,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -206,6 +216,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -223,7 +243,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -250,6 +272,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -300,6 +327,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/pt_BR.po b/sale_automatic_workflow/i18n/pt_BR.po index cf98f55..3151867 100644 --- a/sale_automatic_workflow/i18n/pt_BR.po +++ b/sale_automatic_workflow/i18n/pt_BR.po @@ -11,8 +11,8 @@ msgstr "" "POT-Creation-Date: 2018-03-02 10:22+0000\n" "PO-Revision-Date: 2020-12-06 05:36+0000\n" "Last-Translator: Eder Brito \n" -"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/" -"23907/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" +"teams/23907/pt_BR/)\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -51,6 +51,11 @@ msgstr "Job de Workflow Automático" msgid "Automatic Workflow Order Filter" msgstr "Filtro de Workflow para Criar Pedido" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -128,6 +133,11 @@ msgstr "Entregar cada produto quando disponível" msgid "Display Name" msgstr "Nome de Exibição" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -163,8 +173,8 @@ msgstr "Faturar Serviço na Entrega" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" -msgstr "Entradas de Diário" +msgid "Journal Entry" +msgstr "" #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_automatic_workflow_job____last_update @@ -214,6 +224,16 @@ msgstr "Filtro de Separação" msgid "Picking Filter Domain" msgstr "Domínio do Filtro de Separação" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -231,7 +251,9 @@ msgstr "Domínio do Filtro de Conclusão da Venda" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "Processo de Workflow de Venda" @@ -259,6 +281,11 @@ msgid "" msgstr "" "Agendador que executará automaticamente a validação de faturas, separações..." +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -309,6 +336,13 @@ msgstr "Validar Pedido" msgid "Warning Message" msgstr "Mensagem de Aviso" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" @@ -325,6 +359,9 @@ msgstr "Opções de Workflow" msgid "Workflow Warning" msgstr "Aviso de Workflow" +#~ msgid "Journal Entries" +#~ msgstr "Entradas de Diário" + #~ msgid "Invoice" #~ msgstr "Fatura" diff --git a/sale_automatic_workflow/i18n/pt_PT.po b/sale_automatic_workflow/i18n/pt_PT.po index 42c516d..c473b3c 100644 --- a/sale_automatic_workflow/i18n/pt_PT.po +++ b/sale_automatic_workflow/i18n/pt_PT.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "Nome a Apresentar" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/ro.po b/sale_automatic_workflow/i18n/ro.po index 0a38c75..c81f384 100644 --- a/sale_automatic_workflow/i18n/ro.po +++ b/sale_automatic_workflow/i18n/ro.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "Nume Afişat" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/ru.po b/sale_automatic_workflow/i18n/ru.po index 99d1d0e..4ff4112 100644 --- a/sale_automatic_workflow/i18n/ru.po +++ b/sale_automatic_workflow/i18n/ru.po @@ -51,6 +51,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -126,6 +131,11 @@ msgstr "" msgid "Display Name" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -157,7 +167,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -208,6 +218,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -225,7 +245,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -252,6 +274,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -302,6 +329,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/sale_automatic_workflow.pot b/sale_automatic_workflow/i18n/sale_automatic_workflow.pot new file mode 100644 index 0000000..5b187c2 --- /dev/null +++ b/sale_automatic_workflow/i18n/sale_automatic_workflow.pot @@ -0,0 +1,346 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_automatic_workflow +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 15.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_order__all_qty_delivered +msgid "All quantities delivered" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.actions.act_window,name:sale_automatic_workflow.act_sale_workflow_process_form +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_order__workflow_process_id +#: model:ir.ui.menu,name:sale_automatic_workflow.menu_act_sale_workflow_process_form +#: model:ir.ui.menu,name:sale_automatic_workflow.menu_sale_workflow_parent +#: model_terms:ir.ui.view,arch_db:sale_automatic_workflow.sale_workflow_process_view_form +msgid "Automatic Workflow" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_create_invoice_filter +msgid "Automatic Workflow Create Invoice Filter" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.actions.server,name:sale_automatic_workflow.ir_cron_automatic_workflow_job_ir_actions_server +#: model:ir.cron,cron_name:sale_automatic_workflow.ir_cron_automatic_workflow_job +#: model:ir.cron,name:sale_automatic_workflow.ir_cron_automatic_workflow_job +msgid "Automatic Workflow Job" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_order_filter +msgid "Automatic Workflow Order Filter" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter +msgid "Automatic Workflow Picking Filter" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_sale_done_filter +msgid "Automatic Workflow Sale Done Filter" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_validate_invoice_filter +msgid "Automatic Workflow Validate Invoice Filter" +msgstr "" + +#. module: sale_automatic_workflow +#: model_terms:ir.ui.view,arch_db:sale_automatic_workflow.sale_order_view_form +msgid "Automation Information" +msgstr "" + +#. module: sale_automatic_workflow +#: model:sale.workflow.process,warning:sale_automatic_workflow.automatic_validation +msgid "" +"Be careful, if you save the order with this setting, it could be auto-" +"confirmed, even if you are editing it." +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__validate_picking +msgid "Confirm and Transfer Picking" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__create_invoice +msgid "Create Invoice" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__create_invoice_filter_id +msgid "Create Invoice Filter" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__create_invoice_filter_domain +msgid "Create Invoice Filter Domain" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_automatic_workflow_job__create_uid +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__create_uid +msgid "Created by" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_automatic_workflow_job__create_date +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__create_date +msgid "Created on" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields.selection,name:sale_automatic_workflow.selection__sale_workflow_process__picking_policy__one +msgid "Deliver all products at once" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields.selection,name:sale_automatic_workflow.selection__sale_workflow_process__picking_policy__direct +msgid "Deliver each product when available" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_automatic_workflow_job__display_name +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__display_name +msgid "Display Name" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date +msgid "Force Invoice Date" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_automatic_workflow_job__id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__id +msgid "ID" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__warning +msgid "" +"If set, displays the message when an userselects the process on a sale order" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_service_delivery +msgid "" +"If this box is checked, when the first invoice is created The service sale " +"order lines will be included and will be marked as delivered" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_service_delivery +msgid "Invoice Service on delivery" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model,name:sale_automatic_workflow.model_account_move +msgid "Journal Entry" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_automatic_workflow_job____last_update +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process____last_update +msgid "Last Modified on" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_automatic_workflow_job__write_uid +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_automatic_workflow_job__write_date +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__write_date +msgid "Last Updated on" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__name +msgid "Name" +msgstr "" + +#. module: sale_automatic_workflow +#: model_terms:ir.ui.view,arch_db:sale_automatic_workflow.sale_workflow_process_view_form +msgid "Order Configuration" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__order_filter_id +msgid "Order Filter" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__order_filter_domain +msgid "Order Filter Domain" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__picking_filter_id +msgid "Picking Filter" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__picking_filter_domain +msgid "Picking Filter Domain" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done +msgid "Sale Done" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done_filter_id +msgid "Sale Done Filter" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done_filter_domain +msgid "Sale Done Filter Domain" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id +msgid "Sale Workflow Process" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__property_journal_id +msgid "Sales Journal" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model,name:sale_automatic_workflow.model_sale_order +msgid "Sales Order" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__team_id +msgid "Sales Team" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model,name:sale_automatic_workflow.model_automatic_workflow_job +msgid "" +"Scheduler that will play automatically the validation of invoices, " +"pickings..." +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id +msgid "Set default journal to use on invoice" +msgstr "" + +#. module: sale_automatic_workflow +#: model_terms:ir.ui.view,arch_db:sale_automatic_workflow.sale_workflow_process_view_form +msgid "Set selection based on a search filter:" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__picking_policy +msgid "Shipping Policy" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model,name:sale_automatic_workflow.model_stock_move +msgid "Stock Move" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model,name:sale_automatic_workflow.model_stock_picking +msgid "Transfer" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__validate_invoice +msgid "Validate Invoice" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__validate_invoice_filter_id +msgid "Validate Invoice Filter" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__validate_invoice_filter_domain +msgid "Validate Invoice Filter Domain" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__validate_order +msgid "Validate Order" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__warning +msgid "Warning Message" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date +msgid "When checked, the invoice date will be the same than the order's date" +msgstr "" + +#. module: sale_automatic_workflow +#: model_terms:ir.ui.view,arch_db:sale_automatic_workflow.sale_workflow_process_view_form +msgid "Workflow Options" +msgstr "" + +#. module: sale_automatic_workflow +#: code:addons/sale_automatic_workflow/models/sale_order.py:0 +#, python-format +msgid "Workflow Warning" +msgstr "" diff --git a/sale_automatic_workflow/i18n/sk.po b/sale_automatic_workflow/i18n/sk.po index 6702377..184f2b4 100644 --- a/sale_automatic_workflow/i18n/sk.po +++ b/sale_automatic_workflow/i18n/sk.po @@ -49,6 +49,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -124,6 +129,11 @@ msgstr "" msgid "Display Name" msgstr "Zobraziť meno" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -155,7 +165,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -206,6 +216,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -223,7 +243,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -250,6 +272,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -300,6 +327,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/sk_SK.po b/sale_automatic_workflow/i18n/sk_SK.po index 2adae83..37cc98c 100644 --- a/sale_automatic_workflow/i18n/sk_SK.po +++ b/sale_automatic_workflow/i18n/sk_SK.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/sl.po b/sale_automatic_workflow/i18n/sl.po index 9892a41..bfa2176 100644 --- a/sale_automatic_workflow/i18n/sl.po +++ b/sale_automatic_workflow/i18n/sl.po @@ -9,15 +9,16 @@ msgstr "" "Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-02 10:22+0000\n" -"PO-Revision-Date: 2018-03-02 10:22+0000\n" -"Last-Translator: OCA Transbot , 2018\n" +"PO-Revision-Date: 2023-03-31 21:25+0000\n" +"Last-Translator: Matjaz Mozetic \n" "Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" "Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3;\n" +"X-Generator: Weblate 4.14.1\n" #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_order__all_qty_delivered @@ -50,6 +51,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,7 +131,12 @@ msgstr "Dobavi vsak proizvod, ko je na voljo" #: model:ir.model.fields,field_description:sale_automatic_workflow.field_automatic_workflow_job__display_name #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__display_name msgid "Display Name" -msgstr "Prikazni naziv" +msgstr "Prikazani naziv" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date @@ -158,7 +169,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -209,6 +220,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -226,7 +247,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "Proces prodajnega delotoka" @@ -254,6 +277,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -304,6 +332,13 @@ msgstr "Potrdi nalog" msgid "Warning Message" msgstr "Opozorilno sporočilo" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/sl_SI.po b/sale_automatic_workflow/i18n/sl_SI.po index 550cc4d..49277d9 100644 --- a/sale_automatic_workflow/i18n/sl_SI.po +++ b/sale_automatic_workflow/i18n/sl_SI.po @@ -51,6 +51,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -126,6 +131,11 @@ msgstr "" msgid "Display Name" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -157,7 +167,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -208,6 +218,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -225,7 +245,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -252,6 +274,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -302,6 +329,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/sr.po b/sale_automatic_workflow/i18n/sr.po index f90e273..f25b36f 100644 --- a/sale_automatic_workflow/i18n/sr.po +++ b/sale_automatic_workflow/i18n/sr.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/sr@latin.po b/sale_automatic_workflow/i18n/sr@latin.po index caf775f..64797f0 100644 --- a/sale_automatic_workflow/i18n/sr@latin.po +++ b/sale_automatic_workflow/i18n/sr@latin.po @@ -51,6 +51,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -126,6 +131,11 @@ msgstr "" msgid "Display Name" msgstr "Ime za prikaz" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -157,7 +167,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -208,6 +218,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -225,7 +245,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -252,6 +274,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -302,6 +329,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/sv.po b/sale_automatic_workflow/i18n/sv.po index 7d0ee70..c3a4e3f 100644 --- a/sale_automatic_workflow/i18n/sv.po +++ b/sale_automatic_workflow/i18n/sv.po @@ -49,6 +49,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -124,6 +129,11 @@ msgstr "" msgid "Display Name" msgstr "Visa namn" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -155,7 +165,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -206,6 +216,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -223,7 +243,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -250,6 +272,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -300,6 +327,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/th.po b/sale_automatic_workflow/i18n/th.po index 61c999e..6fa6f71 100644 --- a/sale_automatic_workflow/i18n/th.po +++ b/sale_automatic_workflow/i18n/th.po @@ -49,6 +49,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -124,6 +129,11 @@ msgstr "" msgid "Display Name" msgstr "ชื่อที่ใช้แสดง" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -155,7 +165,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -206,6 +216,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -223,7 +243,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -250,6 +272,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -300,6 +327,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/tr.po b/sale_automatic_workflow/i18n/tr.po index ea11b45..c6cf90e 100644 --- a/sale_automatic_workflow/i18n/tr.po +++ b/sale_automatic_workflow/i18n/tr.po @@ -49,6 +49,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -124,6 +129,11 @@ msgstr "" msgid "Display Name" msgstr "Görünen İsim" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -155,7 +165,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -206,6 +216,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -223,7 +243,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -250,6 +272,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -300,6 +327,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/tr_TR.po b/sale_automatic_workflow/i18n/tr_TR.po index ad60f8c..107975e 100644 --- a/sale_automatic_workflow/i18n/tr_TR.po +++ b/sale_automatic_workflow/i18n/tr_TR.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -127,6 +132,11 @@ msgstr "Her ürünü uygun olduğunda teslim et" msgid "Display Name" msgstr "Görünen ad" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -158,7 +168,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -209,6 +219,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -226,7 +246,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "Satış iş akışı süreci" @@ -254,6 +276,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -304,6 +331,13 @@ msgstr "Siparişi onayla" msgid "Warning Message" msgstr "Uyarı mesajı" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/uk.po b/sale_automatic_workflow/i18n/uk.po index 60ac519..a4e4c1a 100644 --- a/sale_automatic_workflow/i18n/uk.po +++ b/sale_automatic_workflow/i18n/uk.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "Назва для відображення" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/vi.po b/sale_automatic_workflow/i18n/vi.po index f3450b2..ae2bf74 100644 --- a/sale_automatic_workflow/i18n/vi.po +++ b/sale_automatic_workflow/i18n/vi.po @@ -49,6 +49,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -124,6 +129,11 @@ msgstr "" msgid "Display Name" msgstr "Tên hiển thị" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -155,7 +165,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -206,6 +216,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -223,7 +243,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -250,6 +272,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -300,6 +327,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/vi_VN.po b/sale_automatic_workflow/i18n/vi_VN.po index 4061895..511bd33 100644 --- a/sale_automatic_workflow/i18n/vi_VN.po +++ b/sale_automatic_workflow/i18n/vi_VN.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/i18n/zh_CN.po b/sale_automatic_workflow/i18n/zh_CN.po index d207e86..698e053 100644 --- a/sale_automatic_workflow/i18n/zh_CN.po +++ b/sale_automatic_workflow/i18n/zh_CN.po @@ -51,6 +51,11 @@ msgstr "自动化工作流作业" msgid "Automatic Workflow Order Filter" msgstr "自动化工作流订单筛选器" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -126,6 +131,11 @@ msgstr "交付每个可用的产品" msgid "Display Name" msgstr "显示名称" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -158,8 +168,8 @@ msgstr "发货时发票服务" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" -msgstr "日记账" +msgid "Journal Entry" +msgstr "" #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_automatic_workflow_job____last_update @@ -209,6 +219,16 @@ msgstr "拣货筛选器" msgid "Picking Filter Domain" msgstr "拣货筛选域" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -226,7 +246,9 @@ msgstr "销售完成筛选域" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "销售工作流程" @@ -254,6 +276,11 @@ msgid "" "pickings..." msgstr "调度程序将自动验证发票,验证拣货......" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -304,6 +331,13 @@ msgstr "验证订单" msgid "Warning Message" msgstr "警告信息" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" @@ -320,6 +354,9 @@ msgstr "工作流程选项" msgid "Workflow Warning" msgstr "工作流程警告" +#~ msgid "Journal Entries" +#~ msgstr "日记账" + #~ msgid "Invoice" #~ msgstr "发票" diff --git a/sale_automatic_workflow/i18n/zh_TW.po b/sale_automatic_workflow/i18n/zh_TW.po index 775f9df..fa5b085 100644 --- a/sale_automatic_workflow/i18n/zh_TW.po +++ b/sale_automatic_workflow/i18n/zh_TW.po @@ -50,6 +50,11 @@ msgstr "" msgid "Automatic Workflow Order Filter" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_payment_filter +msgid "Automatic Workflow Payment Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.filters,name:sale_automatic_workflow.automatic_workflow_picking_filter msgid "Automatic Workflow Picking Filter" @@ -125,6 +130,11 @@ msgstr "" msgid "Display Name" msgstr "顯示名稱" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_domain +msgid "Domain" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "Force Invoice Date" @@ -156,7 +166,7 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_account_move -msgid "Journal Entries" +msgid "Journal Entry" msgstr "" #. module: sale_automatic_workflow @@ -207,6 +217,16 @@ msgstr "" msgid "Picking Filter Domain" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__register_payment +msgid "Register Payment" +msgstr "" + +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__payment_filter_id +msgid "Register Payment Invoice Filter" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__sale_done msgid "Sale Done" @@ -224,7 +244,9 @@ msgstr "" #. module: sale_automatic_workflow #: model:ir.model,name:sale_automatic_workflow.model_sale_workflow_process +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_bank_statement_line__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_move__workflow_process_id +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_account_payment__workflow_process_id #: model:ir.model.fields,field_description:sale_automatic_workflow.field_stock_picking__workflow_process_id msgid "Sale Workflow Process" msgstr "" @@ -251,6 +273,11 @@ msgid "" "pickings..." msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,field_description:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "Send Order Confirmation Mail" +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__property_journal_id msgid "Set default journal to use on invoice" @@ -301,6 +328,13 @@ msgstr "" msgid "Warning Message" msgstr "" +#. module: sale_automatic_workflow +#: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__send_order_confirmation_mail +msgid "" +"When checked, after order confirmation, a confirmation email will be sent " +"(if not already sent)." +msgstr "" + #. module: sale_automatic_workflow #: model:ir.model.fields,help:sale_automatic_workflow.field_sale_workflow_process__invoice_date_is_order_date msgid "When checked, the invoice date will be the same than the order's date" diff --git a/sale_automatic_workflow/models/automatic_workflow_job.py b/sale_automatic_workflow/models/automatic_workflow_job.py index cb96bce..3324c82 100644 --- a/sale_automatic_workflow/models/automatic_workflow_job.py +++ b/sale_automatic_workflow/models/automatic_workflow_job.py @@ -6,7 +6,7 @@ import logging from contextlib import contextmanager -from odoo import api, models +from odoo import api, fields, models from odoo.tools.safe_eval import safe_eval _logger = logging.getLogger(__name__) @@ -25,16 +25,6 @@ def savepoint(cr): _logger.exception("Error during an automatic workflow action.") -@contextmanager -def force_company(env, company_id): - user_company = env.user.company_id - env.user.update({"company_id": company_id}) - try: - yield - finally: - env.user.update({"company_id": user_company}) - - class AutomaticWorkflowJob(models.Model): """Scheduler that will play automatically the validation of invoices, pickings...""" @@ -54,6 +44,20 @@ def _do_validate_sale_order(self, sale, domain_filter): sale.action_confirm() return "{} {} confirmed successfully".format(sale.display_name, sale) + def _do_send_order_confirmation_mail(self, sale): + """Send order confirmation mail, while filtering to make sure the order is + confirmed with _do_validate_sale_order() function""" + if not self.env["sale.order"].search_count( + [("id", "=", sale.id), ("state", "=", "sale")] + ): + return "{} {} job bypassed".format(sale.display_name, sale) + if sale.user_id: + sale = sale.with_user(sale.user_id) + sale._send_order_confirmation_mail() + return "{} {} send order confirmation mail successfully".format( + sale.display_name, sale + ) + @api.model def _validate_sale_orders(self, order_filter): sale_obj = self.env["sale.order"] @@ -64,6 +68,8 @@ def _validate_sale_orders(self, order_filter): self._do_validate_sale_order( sale.with_company(sale.company_id), order_filter ) + if self.env.context.get("send_order_confirmation_mail"): + self._do_send_order_confirmation_mail(sale) def _do_create_invoice(self, sale, domain_filter): """Create an invoice for a sales order, filter ensure no duplication""" @@ -148,11 +154,54 @@ def _sale_done(self, sale_done_filter): with savepoint(self.env.cr): self._do_sale_done(sale.with_company(sale.company_id), sale_done_filter) + def _prepare_dict_account_payment(self, invoice): + partner_type = ( + invoice.move_type in ("out_invoice", "out_refund") + and "customer" + or "supplier" + ) + return { + "reconciled_invoice_ids": [(6, 0, invoice.ids)], + "amount": invoice.amount_residual, + "partner_id": invoice.partner_id.id, + "partner_type": partner_type, + "date": fields.Date.context_today(self), + } + + @api.model + def _register_payments(self, payment_filter): + invoice_obj = self.env["account.move"] + invoices = invoice_obj.search(payment_filter) + _logger.debug("Invoices to Register Payment: %s", invoices.ids) + for invoice in invoices: + with savepoint(self.env.cr): + self._register_payment_invoice(invoice) + return + + def _register_payment_invoice(self, invoice): + payment = self.env["account.payment"].create( + self._prepare_dict_account_payment(invoice) + ) + payment.action_post() + + domain = [ + ("account_internal_type", "in", ("receivable", "payable")), + ("reconciled", "=", False), + ] + payment_lines = payment.line_ids.filtered_domain(domain) + lines = invoice.line_ids + for account in payment_lines.account_id: + (payment_lines + lines).filtered_domain( + [("account_id", "=", account.id), ("reconciled", "=", False)] + ).reconcile() + @api.model def run_with_workflow(self, sale_workflow): workflow_domain = [("workflow_process_id", "=", sale_workflow.id)] if sale_workflow.validate_order: - self._validate_sale_orders( + self.with_context( + send_order_confirmation_mail=sale_workflow.send_order_confirmation_mail + )._validate_sale_orders( safe_eval(sale_workflow.order_filter_id.domain) + workflow_domain ) if sale_workflow.validate_picking: @@ -174,6 +223,11 @@ def run_with_workflow(self, sale_workflow): safe_eval(sale_workflow.sale_done_filter_id.domain) + workflow_domain ) + if sale_workflow.register_payment: + self._register_payments( + safe_eval(sale_workflow.payment_filter_id.domain) + workflow_domain + ) + @api.model def run(self): """Must be called from ir.cron""" diff --git a/sale_automatic_workflow/models/sale_workflow_process.py b/sale_automatic_workflow/models/sale_workflow_process.py index 2989f95..27209b2 100644 --- a/sale_automatic_workflow/models/sale_workflow_process.py +++ b/sale_automatic_workflow/models/sale_workflow_process.py @@ -37,6 +37,10 @@ def _default_filter(self, xmlid): default="direct", ) validate_order = fields.Boolean() + send_order_confirmation_mail = fields.Boolean( + help="When checked, after order confirmation, a confirmation email will be " + "sent (if not already sent).", + ) order_filter_domain = fields.Text( string="Order Filter Domain", related="order_filter_id.domain" ) @@ -115,3 +119,14 @@ def _default_filter(self, xmlid): "sale_automatic_workflow.automatic_workflow_sale_done_filter" ), ) + payment_filter_id = fields.Many2one( + comodel_name="ir.filters", + string="Register Payment Invoice Filter", + default=lambda self: self._default_filter( + "sale_automatic_workflow.automatic_workflow_payment_filter" + ), + ) + register_payment = fields.Boolean() + payment_filter_domain = fields.Text( + related="payment_filter_id.domain", + ) diff --git a/sale_automatic_workflow/readme/DESCRIPTION.rst b/sale_automatic_workflow/readme/DESCRIPTION.rst index e128c41..d1df9a9 100644 --- a/sale_automatic_workflow/readme/DESCRIPTION.rst +++ b/sale_automatic_workflow/readme/DESCRIPTION.rst @@ -14,6 +14,7 @@ A workflow can: - Apply automatic actions: * Validate the order (only if paid, always, never) + * Send order confirmation mail (only when order confirmed) * Create an invoice * Validate the invoice * Confirm the picking diff --git a/sale_automatic_workflow/static/description/index.html b/sale_automatic_workflow/static/description/index.html index c81d1d3..bf9de41 100644 --- a/sale_automatic_workflow/static/description/index.html +++ b/sale_automatic_workflow/static/description/index.html @@ -1,20 +1,20 @@ - + - + Sale Automatic Workflow