diff --git a/joint_buying_product/data/ir_config_parameter.xml b/joint_buying_product/data/ir_config_parameter.xml index 49d3f685..3688e7ea 100644 --- a/joint_buying_product/data/ir_config_parameter.xml +++ b/joint_buying_product/data/ir_config_parameter.xml @@ -17,9 +17,4 @@ 60 - - joint_buying_product.supplier_document_url - http://framabook.org/docs/NRC/Numerique_ReprendreLeControle_CC-By.pdf - - diff --git a/joint_buying_product/data/mail_template.xml b/joint_buying_product/data/mail_template.xml index f9bc807e..87958c05 100644 --- a/joint_buying_product/data/mail_template.xml +++ b/joint_buying_product/data/mail_template.xml @@ -24,7 +24,6 @@
If you see in this document, incorrect informations (product not for sale or out of stock, incorrect price, etc. ...) please contact your pivot activity ${object.pivot_company_id.name} as soon as possible.

- You can download the packing instructions by clicking on this link. Have a nice day.

diff --git a/joint_buying_product/i18n/fr.po b/joint_buying_product/i18n/fr.po index 4b1e5af2..ebd112e9 100644 --- a/joint_buying_product/i18n/fr.po +++ b/joint_buying_product/i18n/fr.po @@ -46,7 +46,6 @@ msgid "
\n" "
\n" " If you see in this document, incorrect informations (product not for sale or out of stock, incorrect price, etc. ...) please contact your pivot activity ${object.pivot_company_id.name} as soon as possible.\n" "

\n" -" You can download the packing instructions by clicking on this link.\n" " Have a nice day.\n" "

\n" "
\n" @@ -65,7 +64,6 @@ msgstr "
\n" "
\n" " Si vous voyez dans ce document des informations incorrectes (articles indisponibles, en rupture de stock, avec un prix incorrect, etc...) Veuillez contacter votre activité pivot ${object.pivot_company_id.name} le plus rapidement possible.\n" "

\n" -" Vous pouvez télécharger les consignes de livraison en cliquant sur ce lien.\n" " Passez une bonne journée.\n" "

\n" "
\n" diff --git a/joint_buying_product/models/res_config_settings.py b/joint_buying_product/models/res_config_settings.py index 12cd5bbb..9cff14bd 100644 --- a/joint_buying_product/models/res_config_settings.py +++ b/joint_buying_product/models/res_config_settings.py @@ -29,14 +29,6 @@ class ResConfigSettings(models.TransientModel): help="Number of days after which a product will no longer be marked as new.", ) - joint_buying_supplier_document_url = fields.Char( - string="Supplier Document URL", - required=True, - config_parameter="joint_buying_product.supplier_document_url", - help="URL of the online document that will be added to the email" - " send to the supplier.", - ) - joint_buying_send_pivot_email_in_progress = fields.Boolean( string="Send email when opening Grouped Order", related="company_id.joint_buying_send_pivot_email_in_progress", diff --git a/joint_buying_product/views/view_res_config_settings.xml b/joint_buying_product/views/view_res_config_settings.xml index 0a52e80c..3ada223a 100644 --- a/joint_buying_product/views/view_res_config_settings.xml +++ b/joint_buying_product/views/view_res_config_settings.xml @@ -42,18 +42,10 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -
-
-
- -
-
+