forked from OCA/purchase-workflow
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1659 from OCA/17.0
Syncing from upstream OCA/purchase-workflow (17.0)
- Loading branch information
Showing
30 changed files
with
1,617 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg | ||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
|
||
================================= | ||
Purchase Free-Of-Payment shipping | ||
================================= | ||
|
||
This module allows to define a Free-Of-Payment (FOP) shipping on supplier. | ||
FOP shipping is a min purchase order amount to got shipping free from supplier. | ||
User can force confirm purchase order if he/she wishes. | ||
|
||
Configuration | ||
============= | ||
|
||
To configure this module, you need to: | ||
Define an amount of FOP shipping for suppliers | ||
|
||
Usage | ||
===== | ||
|
||
#. Go to ... | ||
|
||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas | ||
:alt: Try me on Runbot | ||
:target: https://runbot.odoo-community.org/runbot/142/10.0 | ||
|
||
.. repo_id is available in https://github.com/OCA/maintainer-tools/blob/master/tools/repos_with_ids.txt | ||
.. branch is "8.0" for example | ||
Known issues / Roadmap | ||
====================== | ||
|
||
* By upgrading the module you could have to re-configure all your FOP minimum amount on suppliers | ||
as this information is now company-related. | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues | ||
<https://github.com/OCA/purchase-workflow/issues>`_. In case of trouble, please | ||
check there if your issue has already been reported. If you spotted it first, | ||
help us smash it by providing detailed and welcomed feedback. | ||
|
||
Credits | ||
======= | ||
|
||
Images | ||
------ | ||
|
||
* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_. | ||
|
||
Contributors | ||
------------ | ||
|
||
* Mourad EL HADJ MIMOUNE <[email protected]> | ||
* Dhara Solanki <[email protected]> | ||
|
||
Funders | ||
------- | ||
|
||
The development of this module has been financially supported by: | ||
|
||
* Asler Diffusion | ||
|
||
Maintainer | ||
---------- | ||
|
||
.. image:: https://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: https://odoo-community.org | ||
|
||
This module is maintained by the OCA. | ||
|
||
OCA, or the Odoo Community Association, is a nonprofit organization whose | ||
mission is to support the collaborative development of Odoo features and | ||
promote its widespread use. | ||
|
||
To contribute to this module, please visit https://odoo-community.org. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# © 2017 Akretion (http://www.akretion.com) Payment | ||
# @author Mourad EL HADJ MIMOUNE <[email protected]> | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
|
||
{ | ||
"name": "Purchase Free-Of-Payment shipping", | ||
"version": "17.0.1.0.1", | ||
"author": "Akretion,Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/purchase-workflow", | ||
"maintainer": "Akretion", | ||
"license": "AGPL-3", | ||
"category": "Purchase", | ||
"depends": ["purchase"], | ||
"data": [ | ||
"security/res_groups.xml", | ||
"views/purchase_order.xml", | ||
"views/res_partner.xml", | ||
], | ||
"installable": True, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * purchase_fop_shipping | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-03-03 03:41+0000\n" | ||
"PO-Revision-Date: 2017-03-03 03:41+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>, 2017\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" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:ir.model.fields,field_description:purchase_fop_shipping.field_purchase_order__force_order_under_fop | ||
msgid "Confirm under FOP" | ||
msgstr "" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:ir.model,name:purchase_fop_shipping.model_res_partner | ||
msgid "Contact" | ||
msgstr "" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:ir.model.fields,field_description:purchase_fop_shipping.field_purchase_order__fop_reached | ||
msgid "FOP reached" | ||
msgstr "" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:ir.model.fields,field_description:purchase_fop_shipping.field_purchase_order__fop_shipping | ||
#: model:ir.model.fields,field_description:purchase_fop_shipping.field_res_partner__fop_shipping | ||
#: model:ir.model.fields,field_description:purchase_fop_shipping.field_res_users__fop_shipping | ||
msgid "FOP shipping" | ||
msgstr "" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:res.groups,name:purchase_fop_shipping.group_fop_shipping_purchase_manager | ||
msgid "FOP shipping Manager" | ||
msgstr "" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:ir.model.fields,help:purchase_fop_shipping.field_purchase_order__force_order_under_fop | ||
msgid "Force confirm purchase order under Free-Of-Payment shipping" | ||
msgstr "" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:ir.model.fields,help:purchase_fop_shipping.field_purchase_order__fop_reached | ||
msgid "Free-Of-Payment shipping reached" | ||
msgstr "" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:ir.model.fields,help:purchase_fop_shipping.field_res_partner__fop_shipping | ||
#: model:ir.model.fields,help:purchase_fop_shipping.field_res_users__fop_shipping | ||
msgid "Min purchase order amount for FOP shipping" | ||
msgstr "" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:ir.model.fields,help:purchase_fop_shipping.field_purchase_order__fop_shipping | ||
msgid "Min purchase order amount for Free-Of-Payment shipping" | ||
msgstr "" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:ir.model,name:purchase_fop_shipping.model_purchase_order | ||
msgid "Purchase Order" | ||
msgstr "Bestellauftrag" | ||
|
||
#. module: purchase_fop_shipping | ||
#. odoo-python | ||
#: code:addons/purchase_fop_shipping/models/purchase.py:0 | ||
#, python-format | ||
msgid "" | ||
"You cannot confirm a purchase order with amount under FOP shipping. To force " | ||
"confirm you must belongs to \"FOP shipping Manager\"." | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * purchase_fop_shipping | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-05-18 07:33+0000\n" | ||
"PO-Revision-Date: 2023-10-12 16:36+0000\n" | ||
"Last-Translator: Ivorra78 <[email protected]>\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 4.17\n" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:ir.model.fields,field_description:purchase_fop_shipping.field_purchase_order__force_order_under_fop | ||
msgid "Confirm under FOP" | ||
msgstr "Confirmar bajo FOP" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:ir.model,name:purchase_fop_shipping.model_res_partner | ||
msgid "Contact" | ||
msgstr "Contacto" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:ir.model.fields,field_description:purchase_fop_shipping.field_purchase_order__fop_reached | ||
msgid "FOP reached" | ||
msgstr "FOP alcanzado" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:ir.model.fields,field_description:purchase_fop_shipping.field_purchase_order__fop_shipping | ||
#: model:ir.model.fields,field_description:purchase_fop_shipping.field_res_partner__fop_shipping | ||
#: model:ir.model.fields,field_description:purchase_fop_shipping.field_res_users__fop_shipping | ||
msgid "FOP shipping" | ||
msgstr "Envío FOP" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:res.groups,name:purchase_fop_shipping.group_fop_shipping_purchase_manager | ||
msgid "FOP shipping Manager" | ||
msgstr "Gestor de envíos FOP" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:ir.model.fields,help:purchase_fop_shipping.field_purchase_order__force_order_under_fop | ||
msgid "Force confirm purchase order under Free-Of-Payment shipping" | ||
msgstr "Forzar la confirmación de la orden de compra en envío Gratuito" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:ir.model.fields,help:purchase_fop_shipping.field_purchase_order__fop_reached | ||
msgid "Free-Of-Payment shipping reached" | ||
msgstr "Envío gratuito alcanzado" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:ir.model.fields,help:purchase_fop_shipping.field_res_partner__fop_shipping | ||
#: model:ir.model.fields,help:purchase_fop_shipping.field_res_users__fop_shipping | ||
msgid "Min purchase order amount for FOP shipping" | ||
msgstr "Importe mínimo de pedido para el envío FOP" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:ir.model.fields,help:purchase_fop_shipping.field_purchase_order__fop_shipping | ||
msgid "Min purchase order amount for Free-Of-Payment shipping" | ||
msgstr "Importe mínimo de pedido para el envío gratuito" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:ir.model,name:purchase_fop_shipping.model_purchase_order | ||
msgid "Purchase Order" | ||
msgstr "Orden de Compra" | ||
|
||
#. module: purchase_fop_shipping | ||
#. odoo-python | ||
#: code:addons/purchase_fop_shipping/models/purchase.py:0 | ||
#, python-format | ||
msgid "" | ||
"You cannot confirm a purchase order with amount under FOP shipping. To force " | ||
"confirm you must belongs to \"FOP shipping Manager\"." | ||
msgstr "" | ||
"No se puede confirmar una orden de compra con importe por debajo del envío " | ||
"FOP. Para forzar la confirmación debe pertenecer a \"FOP shipping Manager\"." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * purchase_fop_shipping | ||
# | ||
# Translators: | ||
# Henry Garcia <[email protected]>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-07-15 06:42+0000\n" | ||
"PO-Revision-Date: 2017-07-15 06:42+0000\n" | ||
"Last-Translator: Henry Garcia <[email protected]>, 2017\n" | ||
"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/" | ||
"es_PE/)\n" | ||
"Language: es_PE\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" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:ir.model.fields,field_description:purchase_fop_shipping.field_purchase_order__force_order_under_fop | ||
msgid "Confirm under FOP" | ||
msgstr "Confirmar bajo libre de pago" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:ir.model,name:purchase_fop_shipping.model_res_partner | ||
msgid "Contact" | ||
msgstr "" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:ir.model.fields,field_description:purchase_fop_shipping.field_purchase_order__fop_reached | ||
msgid "FOP reached" | ||
msgstr "Libre de pago alcanzado" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:ir.model.fields,field_description:purchase_fop_shipping.field_purchase_order__fop_shipping | ||
#: model:ir.model.fields,field_description:purchase_fop_shipping.field_res_partner__fop_shipping | ||
#: model:ir.model.fields,field_description:purchase_fop_shipping.field_res_users__fop_shipping | ||
msgid "FOP shipping" | ||
msgstr "Envío libre de pago" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:res.groups,name:purchase_fop_shipping.group_fop_shipping_purchase_manager | ||
msgid "FOP shipping Manager" | ||
msgstr "" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:ir.model.fields,help:purchase_fop_shipping.field_purchase_order__force_order_under_fop | ||
msgid "Force confirm purchase order under Free-Of-Payment shipping" | ||
msgstr "Forzar la orden de compra bajo el envio de libre de pago" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:ir.model.fields,help:purchase_fop_shipping.field_purchase_order__fop_reached | ||
msgid "Free-Of-Payment shipping reached" | ||
msgstr "Envío libre de pago alcanzado" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:ir.model.fields,help:purchase_fop_shipping.field_res_partner__fop_shipping | ||
#: model:ir.model.fields,help:purchase_fop_shipping.field_res_users__fop_shipping | ||
msgid "Min purchase order amount for FOP shipping" | ||
msgstr "Cantidad mìnima de pedido para envío libre de pago" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:ir.model.fields,help:purchase_fop_shipping.field_purchase_order__fop_shipping | ||
msgid "Min purchase order amount for Free-Of-Payment shipping" | ||
msgstr "Mínima cantidad de orden de compra para envío libre de pago" | ||
|
||
#. module: purchase_fop_shipping | ||
#: model:ir.model,name:purchase_fop_shipping.model_purchase_order | ||
msgid "Purchase Order" | ||
msgstr "Orden de compra" | ||
|
||
#. module: purchase_fop_shipping | ||
#. odoo-python | ||
#: code:addons/purchase_fop_shipping/models/purchase.py:0 | ||
#, python-format | ||
msgid "" | ||
"You cannot confirm a purchase order with amount under FOP shipping. To force " | ||
"confirm you must belongs to \"FOP shipping Manager\"." | ||
msgstr "" | ||
"No puede confirmar una orden de compra con un importe bajo el envío libre de " | ||
"pago. Para confirmar la confirmación, debe pertenecer a \"Administrar envio " | ||
"Libre de pago\"." | ||
|
||
#~ msgid "Partner" | ||
#~ msgstr "Socio" |
Oops, something went wrong.