Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0][MIG] delivery_price_method: Migration to 17.0 #872

Open
wants to merge 23 commits into
base: 17.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
3c6e5f1
[ADD] delivery_price_method
rlizana Jun 30, 2020
ea79fe1
[IMP] delivery_price_method: Make it independent + more compatible
pedrobaeza Jul 16, 2020
8a2dfcf
[ADD] icon.png
OCA-git-bot Jul 17, 2020
b81d33c
[IMP] delivery_price_method: black, isort, prettier
misern2 Sep 19, 2020
ac65e2c
[MIG] delivery_price_method: Migration to 13.0
misern2 Sep 20, 2020
28c484b
[FIX] delivery_price_method: method permissions
chienandalu Sep 6, 2021
8b1b606
[IMP] delivery_*: Promote modules to Stable
pedrobaeza Apr 21, 2022
ecb41aa
Added translation using Weblate (Spanish)
macagua May 24, 2022
a09536b
Added translation using Weblate (Spanish (Chile))
macagua May 24, 2022
37cf258
Added translation using Weblate (Spanish (es_VE))
macagua May 24, 2022
bd214bf
Translated using Weblate (Spanish)
macagua May 24, 2022
881c4b7
Translated using Weblate (Spanish (Chile))
macagua May 24, 2022
5917838
[MIG] delivery_price_method: Migration to 14.0
victoralmau Aug 11, 2022
8d20672
[MIG] delivery_price_method: Migration to 15.0
victoralmau Oct 6, 2022
118fcd2
[MIG] delivery_price_method: Migration to 16.0
chienandalu Nov 9, 2022
dd17e11
[UPD] Update delivery_price_method.pot
Nov 15, 2022
3a168dc
[UPD] README.rst
OCA-git-bot Nov 15, 2022
fcb531e
[UPD] README.rst
OCA-git-bot Sep 3, 2023
dff3abd
Added translation using Weblate (French)
kbentaleb Jan 8, 2024
3668752
Translated using Weblate (French)
kbentaleb Jan 8, 2024
92b94f9
Added translation using Weblate (Italian)
mymage May 7, 2024
6b6b87c
Translated using Weblate (Italian)
mymage May 8, 2024
c9ca9a7
[17.0][MIG] delivery_price_method: Migration to 17.0
Gerloav Jul 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
99 changes: 99 additions & 0 deletions delivery_price_method/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
=====================
Delivery Price Method
=====================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:9e406eb0c466c558727db259162fdbbd504bd03b03bea0d218c2e8d799b55012
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
:target: https://odoo-community.org/page/development-status
:alt: Production/Stable
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fdelivery--carrier-lightgray.png?logo=github
:target: https://github.com/OCA/delivery-carrier/tree/16.0/delivery_price_method
:alt: OCA/delivery-carrier
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/delivery-carrier-16-0/delivery-carrier-16-0-delivery_price_method
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/delivery-carrier&target_branch=16.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module allows to force a local price rate computation for any delivery
method, including those that have been created to query a webservice for
fetching the rate.

It uses the existing fixed price or price based on rules computations.

**Table of contents**

.. contents::
:local:

Usage
=====

#. Go to *Sales > Configuration > Sales Orders > Delivery Methods*.
#. Open or create a new one.
#. On the "Price Method" field, select "Fixed Price" or "Based on Rules".
#. You will see standard fields for selecting the price as if the delivery
method isn't an integration carrier.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/delivery-carrier/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/delivery-carrier/issues/new?body=module:%20delivery_price_method%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* Trey (www.trey.es)

Contributors
~~~~~~~~~~~~

* `Trey <https://www.trey.es>`_:

* Roberto Lizana <[email protected]>

* `Tecnativa <https://www.tecnativa.com>`_:

* Pedro M. Baeza

* `QubiQ 2010 <https://www.quibq.es>`_:

* Marçal Isern

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

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.

This module is part of the `OCA/delivery-carrier <https://github.com/OCA/delivery-carrier/tree/16.0/delivery_price_method>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 3 additions & 0 deletions delivery_price_method/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Copyright 2020 Trey, Kilobytes de Soluciones
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import models
16 changes: 16 additions & 0 deletions delivery_price_method/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright 2020 Trey, Kilobytes de Soluciones
# Copyright 2020 Tecnativa - Pedro M. Baeza
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Delivery Price Method",
"summary": "Provides fields to be able to contemplate the tracking states"
"and also adds a global fields",
"author": "Trey (www.trey.es), " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/delivery-carrier",
"license": "AGPL-3",
"development_status": "Production/Stable",
"category": "Delivery",
"version": "17.0.1.0.0",
"depends": ["stock_delivery"],
"data": ["views/delivery_carrier_views.xml"],
}
44 changes: 44 additions & 0 deletions delivery_price_method/i18n/delivery_price_method.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * delivery_price_method
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.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: delivery_price_method
#: model:ir.model.fields.selection,name:delivery_price_method.selection__delivery_carrier__price_method__base_on_rule
msgid "Based on Rules"
msgstr ""

#. module: delivery_price_method
#: model:ir.model.fields.selection,name:delivery_price_method.selection__delivery_carrier__price_method__carrier
msgid "Carrier obtained price"
msgstr ""

#. module: delivery_price_method
#: model:ir.model.fields.selection,name:delivery_price_method.selection__delivery_carrier__price_method__fixed
msgid "Fixed price"
msgstr ""

#. module: delivery_price_method
#: model:ir.model.fields,field_description:delivery_price_method.field_delivery_carrier__price_method
msgid "Price method"
msgstr ""

#. module: delivery_price_method
#: model_terms:ir.ui.view,arch_db:delivery_price_method.view_delivery_carrier_form
msgid "Pricing"
msgstr ""

#. module: delivery_price_method
#: model:ir.model,name:delivery_price_method.model_delivery_carrier
msgid "Shipping Methods"
msgstr ""
47 changes: 47 additions & 0 deletions delivery_price_method/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * delivery_price_method
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2022-05-24 05:34+0000\n"
"Last-Translator: Leonardo J. Caballero G. <[email protected]>\n"
"Language-Team: none\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.3.2\n"

#. module: delivery_price_method
#: model:ir.model.fields.selection,name:delivery_price_method.selection__delivery_carrier__price_method__base_on_rule
msgid "Based on Rules"
msgstr "Basado en reglas"

#. module: delivery_price_method
#: model:ir.model.fields.selection,name:delivery_price_method.selection__delivery_carrier__price_method__carrier
msgid "Carrier obtained price"
msgstr "Precio obtenido por el transportista"

#. module: delivery_price_method
#: model:ir.model.fields.selection,name:delivery_price_method.selection__delivery_carrier__price_method__fixed
msgid "Fixed price"
msgstr "Precio fijo"

#. module: delivery_price_method
#: model:ir.model.fields,field_description:delivery_price_method.field_delivery_carrier__price_method
msgid "Price method"
msgstr "Método de precio"

#. module: delivery_price_method
#: model_terms:ir.ui.view,arch_db:delivery_price_method.view_delivery_carrier_form
msgid "Pricing"
msgstr "Precios"

#. module: delivery_price_method
#: model:ir.model,name:delivery_price_method.model_delivery_carrier
msgid "Shipping Methods"
msgstr "Métodos de envío"
47 changes: 47 additions & 0 deletions delivery_price_method/i18n/es_CL.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * delivery_price_method
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2022-05-24 05:34+0000\n"
"Last-Translator: Leonardo J. Caballero G. <[email protected]>\n"
"Language-Team: none\n"
"Language: es_CL\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.3.2\n"

#. module: delivery_price_method
#: model:ir.model.fields.selection,name:delivery_price_method.selection__delivery_carrier__price_method__base_on_rule
msgid "Based on Rules"
msgstr "Basado en reglas"

#. module: delivery_price_method
#: model:ir.model.fields.selection,name:delivery_price_method.selection__delivery_carrier__price_method__carrier
msgid "Carrier obtained price"
msgstr "Precio obtenido por el transportista"

#. module: delivery_price_method
#: model:ir.model.fields.selection,name:delivery_price_method.selection__delivery_carrier__price_method__fixed
msgid "Fixed price"
msgstr "Precio fijo"

#. module: delivery_price_method
#: model:ir.model.fields,field_description:delivery_price_method.field_delivery_carrier__price_method
msgid "Price method"
msgstr "Método de precio"

#. module: delivery_price_method
#: model_terms:ir.ui.view,arch_db:delivery_price_method.view_delivery_carrier_form
msgid "Pricing"
msgstr "Precios"

#. module: delivery_price_method
#: model:ir.model,name:delivery_price_method.model_delivery_carrier
msgid "Shipping Methods"
msgstr "Métodos de envío"
45 changes: 45 additions & 0 deletions delivery_price_method/i18n/es_VE.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * delivery_price_method
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: es_VE\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: delivery_price_method
#: model:ir.model.fields.selection,name:delivery_price_method.selection__delivery_carrier__price_method__base_on_rule
msgid "Based on Rules"
msgstr ""

#. module: delivery_price_method
#: model:ir.model.fields.selection,name:delivery_price_method.selection__delivery_carrier__price_method__carrier
msgid "Carrier obtained price"
msgstr ""

#. module: delivery_price_method
#: model:ir.model.fields.selection,name:delivery_price_method.selection__delivery_carrier__price_method__fixed
msgid "Fixed price"
msgstr ""

#. module: delivery_price_method
#: model:ir.model.fields,field_description:delivery_price_method.field_delivery_carrier__price_method
msgid "Price method"
msgstr ""

#. module: delivery_price_method
#: model_terms:ir.ui.view,arch_db:delivery_price_method.view_delivery_carrier_form
msgid "Pricing"
msgstr ""

#. module: delivery_price_method
#: model:ir.model,name:delivery_price_method.model_delivery_carrier
msgid "Shipping Methods"
msgstr ""
47 changes: 47 additions & 0 deletions delivery_price_method/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * delivery_price_method
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-01-08 21:33+0000\n"
"Last-Translator: kbentaleb <[email protected]>\n"
"Language-Team: none\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"
"X-Generator: Weblate 4.17\n"

#. module: delivery_price_method
#: model:ir.model.fields.selection,name:delivery_price_method.selection__delivery_carrier__price_method__base_on_rule
msgid "Based on Rules"
msgstr "Fondé sur des règles"

#. module: delivery_price_method
#: model:ir.model.fields.selection,name:delivery_price_method.selection__delivery_carrier__price_method__carrier
msgid "Carrier obtained price"
msgstr "Prix transmis par le transporteur"

#. module: delivery_price_method
#: model:ir.model.fields.selection,name:delivery_price_method.selection__delivery_carrier__price_method__fixed
msgid "Fixed price"
msgstr "Prix fixe"

#. module: delivery_price_method
#: model:ir.model.fields,field_description:delivery_price_method.field_delivery_carrier__price_method
msgid "Price method"
msgstr "Mode de prix"

#. module: delivery_price_method
#: model_terms:ir.ui.view,arch_db:delivery_price_method.view_delivery_carrier_form
msgid "Pricing"
msgstr "Prix"

#. module: delivery_price_method
#: model:ir.model,name:delivery_price_method.model_delivery_carrier
msgid "Shipping Methods"
msgstr "Modes d'expédition"
Loading
Loading