mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[MIG] base_global_discount: Migration to 12.0
This commit is contained in:
committed by
miguel-S73
parent
d84d5d6fdb
commit
2c0b0fdb86
@@ -14,13 +14,13 @@ Base Global Discount
|
|||||||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
||||||
:alt: License: AGPL-3
|
:alt: License: AGPL-3
|
||||||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--backend-lightgray.png?logo=github
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--backend-lightgray.png?logo=github
|
||||||
:target: https://github.com/OCA/server-backend/tree/11.0/base_global_discount
|
:target: https://github.com/OCA/server-backend/tree/12.0/base_global_discount
|
||||||
:alt: OCA/server-backend
|
:alt: OCA/server-backend
|
||||||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
||||||
:target: https://translation.odoo-community.org/projects/server-backend-11-0/server-backend-11-0-base_global_discount
|
:target: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_global_discount
|
||||||
:alt: Translate me on Weblate
|
:alt: Translate me on Weblate
|
||||||
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
|
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
|
||||||
:target: https://runbot.odoo-community.org/runbot/253/11.0
|
:target: https://runbot.odoo-community.org/runbot/253/12.0
|
||||||
:alt: Try me on Runbot
|
:alt: Try me on Runbot
|
||||||
|
|
||||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||||
@@ -60,7 +60,7 @@ Bug Tracker
|
|||||||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-backend/issues>`_.
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-backend/issues>`_.
|
||||||
In case of trouble, please check there if your issue has already been reported.
|
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 smashing it by providing a detailed and welcomed
|
||||||
`feedback <https://github.com/OCA/server-backend/issues/new?body=module:%20base_global_discount%0Aversion:%2011.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
`feedback <https://github.com/OCA/server-backend/issues/new?body=module:%20base_global_discount%0Aversion:%2012.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.
|
Do not contact contributors directly about support or help with technical issues.
|
||||||
|
|
||||||
@@ -95,6 +95,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|||||||
mission is to support the collaborative development of Odoo features and
|
mission is to support the collaborative development of Odoo features and
|
||||||
promote its widespread use.
|
promote its widespread use.
|
||||||
|
|
||||||
This module is part of the `OCA/server-backend <https://github.com/OCA/server-backend/tree/11.0/base_global_discount>`_ project on GitHub.
|
This module is part of the `OCA/server-backend <https://github.com/OCA/server-backend/tree/12.0/base_global_discount>`_ project on GitHub.
|
||||||
|
|
||||||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
# Copyright 2019 Tecnativa S.L. - David Vidal
|
# Copyright 2019 Tecnativa S.L. - David Vidal
|
||||||
|
# Copyright 2020 Xtendoo - Manuel Calero
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||||
{
|
{
|
||||||
'name': 'Base Global Discount',
|
'name': 'Base Global Discount',
|
||||||
'version': '11.0.1.0.0',
|
'version': '12.0.1.0.0',
|
||||||
'category': 'Base',
|
'category': 'Base',
|
||||||
'author': 'Tecnativa,'
|
'author': 'Tecnativa,'
|
||||||
'Odoo Community Association (OCA)',
|
'Odoo Community Association (OCA)',
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Odoo Server 11.0\n"
|
"Project-Id-Version: Odoo Server 12.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"Last-Translator: <>\n"
|
"Last-Translator: <>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"Plural-Forms: \n"
|
"Plural-Forms: \n"
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount_company_id
|
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__company_id
|
||||||
msgid "Company"
|
msgid "Company"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -24,37 +24,37 @@ msgid "Contact"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount_create_uid
|
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__create_uid
|
||||||
msgid "Created by"
|
msgid "Created by"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount_create_date
|
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__create_date
|
||||||
msgid "Created on"
|
msgid "Created on"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount_discount
|
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__discount
|
||||||
msgid "Discount"
|
msgid "Discount"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount_name
|
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__name
|
||||||
msgid "Discount Name"
|
msgid "Discount Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount_discount_scope
|
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__discount_scope
|
||||||
msgid "Discount Scope"
|
msgid "Discount Scope"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount_display_name
|
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__display_name
|
||||||
msgid "Display Name"
|
msgid "Display Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,help:base_global_discount.field_global_discount_sequence
|
#: model:ir.model.fields,help:base_global_discount.field_global_discount__sequence
|
||||||
msgid "Gives the order to apply discounts"
|
msgid "Gives the order to apply discounts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -66,34 +66,34 @@ msgstr ""
|
|||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.actions.act_window,name:base_global_discount.action_global_discount_tree
|
#: model:ir.actions.act_window,name:base_global_discount.action_global_discount_tree
|
||||||
#: model:ir.ui.menu,name:base_global_discount.menu_global_discount
|
#: model:ir.ui.menu,name:base_global_discount.menu_global_discount
|
||||||
#: model:ir.ui.view,arch_db:base_global_discount.global_discount_view_form
|
#: model_terms:ir.ui.view,arch_db:base_global_discount.global_discount_view_form
|
||||||
#: model:ir.ui.view,arch_db:base_global_discount.global_discount_view_tree
|
#: model_terms:ir.ui.view,arch_db:base_global_discount.global_discount_view_tree
|
||||||
msgid "Global Discounts"
|
msgid "Global Discounts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount_id
|
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__id
|
||||||
msgid "ID"
|
msgid "ID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount___last_update
|
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount____last_update
|
||||||
msgid "Last Modified on"
|
msgid "Last Modified on"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount_write_uid
|
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__write_uid
|
||||||
msgid "Last Updated by"
|
msgid "Last Updated by"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount_write_date
|
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__write_date
|
||||||
msgid "Last Updated on"
|
msgid "Last Updated on"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_res_partner_supplier_global_discount_ids
|
#: model:ir.model.fields,field_description:base_global_discount.field_res_partner__supplier_global_discount_ids
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_res_users_supplier_global_discount_ids
|
#: model:ir.model.fields,field_description:base_global_discount.field_res_users__supplier_global_discount_ids
|
||||||
msgid "Purchase Global Discounts"
|
msgid "Purchase Global Discounts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -103,8 +103,8 @@ msgid "Purchases"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_res_partner_customer_global_discount_ids
|
#: model:ir.model.fields,field_description:base_global_discount.field_res_partner__customer_global_discount_ids
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_res_users_customer_global_discount_ids
|
#: model:ir.model.fields,field_description:base_global_discount.field_res_users__customer_global_discount_ids
|
||||||
msgid "Sale Global Discounts"
|
msgid "Sale Global Discounts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -114,7 +114,7 @@ msgid "Sales"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount_sequence
|
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__sequence
|
||||||
msgid "Sequence"
|
msgid "Sequence"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ msgstr ""
|
|||||||
"Plural-Forms: \n"
|
"Plural-Forms: \n"
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount_company_id
|
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__company_id
|
||||||
msgid "Company"
|
msgid "Company"
|
||||||
msgstr "Compañía"
|
msgstr "Compañía"
|
||||||
|
|
||||||
@@ -27,37 +27,37 @@ msgid "Contact"
|
|||||||
msgstr "Contacto"
|
msgstr "Contacto"
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount_create_uid
|
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__create_uid
|
||||||
msgid "Created by"
|
msgid "Created by"
|
||||||
msgstr "Creado por"
|
msgstr "Creado por"
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount_create_date
|
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__create_date
|
||||||
msgid "Created on"
|
msgid "Created on"
|
||||||
msgstr "Creado el"
|
msgstr "Creado el"
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount_discount
|
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__discount
|
||||||
msgid "Discount"
|
msgid "Discount"
|
||||||
msgstr "Descuento"
|
msgstr "Descuento"
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount_name
|
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__name
|
||||||
msgid "Discount Name"
|
msgid "Discount Name"
|
||||||
msgstr "Nombre del descuento"
|
msgstr "Nombre del descuento"
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount_discount_scope
|
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__discount_scope
|
||||||
msgid "Discount Scope"
|
msgid "Discount Scope"
|
||||||
msgstr "Ámbito del descuento"
|
msgstr "Ámbito del descuento"
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount_display_name
|
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__display_name
|
||||||
msgid "Display Name"
|
msgid "Display Name"
|
||||||
msgstr "Nombre mostrado"
|
msgstr "Nombre mostrado"
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,help:base_global_discount.field_global_discount_sequence
|
#: model:ir.model.fields,help:base_global_discount.field_global_discount__sequence
|
||||||
msgid "Gives the order to apply discounts"
|
msgid "Gives the order to apply discounts"
|
||||||
msgstr "Orden en el que se aplicarán los descuentos"
|
msgstr "Orden en el que se aplicarán los descuentos"
|
||||||
|
|
||||||
@@ -69,34 +69,34 @@ msgstr "Descuento Global"
|
|||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.actions.act_window,name:base_global_discount.action_global_discount_tree
|
#: model:ir.actions.act_window,name:base_global_discount.action_global_discount_tree
|
||||||
#: model:ir.ui.menu,name:base_global_discount.menu_global_discount
|
#: model:ir.ui.menu,name:base_global_discount.menu_global_discount
|
||||||
#: model:ir.ui.view,arch_db:base_global_discount.global_discount_view_form
|
#: model_terms:ir.ui.view,arch_db:base_global_discount.global_discount_view_form
|
||||||
#: model:ir.ui.view,arch_db:base_global_discount.global_discount_view_tree
|
#: model_terms:ir.ui.view,arch_db:base_global_discount.global_discount_view_tree
|
||||||
msgid "Global Discounts"
|
msgid "Global Discounts"
|
||||||
msgstr "Descuentos Globales"
|
msgstr "Descuentos Globales"
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount_id
|
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__id
|
||||||
msgid "ID"
|
msgid "ID"
|
||||||
msgstr "ID"
|
msgstr "ID"
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount___last_update
|
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount____last_update
|
||||||
msgid "Last Modified on"
|
msgid "Last Modified on"
|
||||||
msgstr "Última Modificación en"
|
msgstr "Última Modificación en"
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount_write_uid
|
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__write_uid
|
||||||
msgid "Last Updated by"
|
msgid "Last Updated by"
|
||||||
msgstr "Última Actualización por"
|
msgstr "Última Actualización por"
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount_write_date
|
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__write_date
|
||||||
msgid "Last Updated on"
|
msgid "Last Updated on"
|
||||||
msgstr "Última Actualización el"
|
msgstr "Última Actualización el"
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_res_partner_supplier_global_discount_ids
|
#: model:ir.model.fields,field_description:base_global_discount.field_res_partner__supplier_global_discount_ids
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_res_users_supplier_global_discount_ids
|
#: model:ir.model.fields,field_description:base_global_discount.field_res_users__supplier_global_discount_ids
|
||||||
msgid "Purchase Global Discounts"
|
msgid "Purchase Global Discounts"
|
||||||
msgstr "Descuentos globales de compra"
|
msgstr "Descuentos globales de compra"
|
||||||
|
|
||||||
@@ -106,8 +106,8 @@ msgid "Purchases"
|
|||||||
msgstr "Compras"
|
msgstr "Compras"
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_res_partner_customer_global_discount_ids
|
#: model:ir.model.fields,field_description:base_global_discount.field_res_partner__customer_global_discount_ids
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_res_users_customer_global_discount_ids
|
#: model:ir.model.fields,field_description:base_global_discount.field_res_users__customer_global_discount_ids
|
||||||
msgid "Sale Global Discounts"
|
msgid "Sale Global Discounts"
|
||||||
msgstr "Descuentos de venta globales"
|
msgstr "Descuentos de venta globales"
|
||||||
|
|
||||||
@@ -117,6 +117,6 @@ msgid "Sales"
|
|||||||
msgstr "Ventas"
|
msgstr "Ventas"
|
||||||
|
|
||||||
#. module: base_global_discount
|
#. module: base_global_discount
|
||||||
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount_sequence
|
#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__sequence
|
||||||
msgid "Sequence"
|
msgid "Sequence"
|
||||||
msgstr "Secuencia"
|
msgstr "Secuencia"
|
||||||
|
|||||||
Reference in New Issue
Block a user