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

[16.0][MIG] product_contract_variable_quantity: Migration to 16.0 #1122

Open
wants to merge 11 commits into
base: 16.0
Choose a base branch
from
Open
77 changes: 77 additions & 0 deletions product_contract_variable_quantity/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
==================================
Product Contract Variable Quantity
==================================

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

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |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%2Fcontract-lightgray.png?logo=github
:target: https://github.com/OCA/contract/tree/16.0/product_contract_variable_quantity
:alt: OCA/contract
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/contract-16-0/contract-16-0-product_contract_variable_quantity
: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/contract&target_branch=16.0
:alt: Try me on Runboat

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

This module add default values to contract products for variable
quantity formula.

**Table of contents**

.. contents::
:local:

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/contract/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/contract/issues/new?body=module:%20product_contract_variable_quantity%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
-------

* ACSONE SA/NV

Contributors
------------

- Souheil Bejaoui [email protected]

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/contract <https://github.com/OCA/contract/tree/16.0/product_contract_variable_quantity>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions product_contract_variable_quantity/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
14 changes: 14 additions & 0 deletions product_contract_variable_quantity/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright 2018 ACSONE SA/NV.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

{
"name": "Product Contract Variable Quantity",
"summary": """
Product contract with variable quantity""",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/contract",
"depends": ["sale_management", "contract_variable_quantity", "product_contract"],
"data": ["views/product_template.xml", "views/sale_order.xml"],
}
56 changes: 56 additions & 0 deletions product_contract_variable_quantity/l18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_contract_variable_quantity
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-01-04 11:44+0000\n"
"Last-Translator: Rémi <[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.3.2\n"

#. module: product_contract_variable_quantity
#: model:ir.model,name:product_contract_variable_quantity.model_contract_line
msgid "Contract Line"
msgstr "Ligne de Contrat"

#. module: product_contract_variable_quantity
#: selection:product.template,qty_type:0 selection:sale.order.line,qty_type:0
msgid "Fixed quantity"
msgstr "Quantité fixe"

#. module: product_contract_variable_quantity
#: model:ir.model,name:product_contract_variable_quantity.model_product_template
msgid "Product Template"
msgstr "Modèle d'article"

#. module: product_contract_variable_quantity
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_product_product__qty_formula_id
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_product_template__qty_formula_id
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_sale_order_line__qty_formula_id
msgid "Qty. formula"
msgstr "Formule de Quantité"

#. module: product_contract_variable_quantity
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_product_product__qty_type
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_product_template__qty_type
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_sale_order_line__qty_type
msgid "Qty. type"
msgstr "Type de quantité"

#. module: product_contract_variable_quantity
#: model:ir.model,name:product_contract_variable_quantity.model_sale_order_line
msgid "Sales Order Line"
msgstr "Ligne de commande"

#. module: product_contract_variable_quantity
#: selection:product.template,qty_type:0 selection:sale.order.line,qty_type:0
msgid "Variable quantity"
msgstr "Quantité variable"
56 changes: 56 additions & 0 deletions product_contract_variable_quantity/l18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_contract_variable_quantity
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-10-29 17:40+0000\n"
"Last-Translator: mymage <[email protected]>\n"
"Language-Team: none\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"
"X-Generator: Weblate 4.17\n"

#. module: product_contract_variable_quantity
#: model:ir.model,name:product_contract_variable_quantity.model_contract_line
msgid "Contract Line"
msgstr "Riga di contratto"

#. module: product_contract_variable_quantity
#: selection:product.template,qty_type:0 selection:sale.order.line,qty_type:0
msgid "Fixed quantity"
msgstr "Quantità fissa"

#. module: product_contract_variable_quantity
#: model:ir.model,name:product_contract_variable_quantity.model_product_template
msgid "Product Template"
msgstr "Modello prodotto"

#. module: product_contract_variable_quantity
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_product_product__qty_formula_id
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_product_template__qty_formula_id
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_sale_order_line__qty_formula_id
msgid "Qty. formula"
msgstr "Q.tà formula"

#. module: product_contract_variable_quantity
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_product_product__qty_type
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_product_template__qty_type
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_sale_order_line__qty_type
msgid "Qty. type"
msgstr "Q.tà tipo"

#. module: product_contract_variable_quantity
#: model:ir.model,name:product_contract_variable_quantity.model_sale_order_line
msgid "Sales Order Line"
msgstr "Riga ordine di vendita"

#. module: product_contract_variable_quantity
#: selection:product.template,qty_type:0 selection:sale.order.line,qty_type:0
msgid "Variable quantity"
msgstr "Quantità variabile"
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_contract_variable_quantity
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-10-29 17:40+0000\n"
"Last-Translator: mymage <[email protected]>\n"
"Language-Team: none\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"
"X-Generator: Weblate 4.17\n"

#. module: product_contract_variable_quantity
#: model:ir.model,name:product_contract_variable_quantity.model_contract_line
msgid "Contract Line"
msgstr "Riga di contratto"

#. module: product_contract_variable_quantity
#: selection:product.template,qty_type:0 selection:sale.order.line,qty_type:0
msgid "Fixed quantity"
msgstr "Quantità fissa"

#. module: product_contract_variable_quantity
#: model:ir.model,name:product_contract_variable_quantity.model_product_template
msgid "Product Template"
msgstr "Modello prodotto"

#. module: product_contract_variable_quantity
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_product_product__qty_formula_id
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_product_template__qty_formula_id
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_sale_order_line__qty_formula_id
msgid "Qty. formula"
msgstr "Q.tà formula"

#. module: product_contract_variable_quantity
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_product_product__qty_type
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_product_template__qty_type
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_sale_order_line__qty_type
msgid "Qty. type"
msgstr "Q.tà tipo"

#. module: product_contract_variable_quantity
#: model:ir.model,name:product_contract_variable_quantity.model_sale_order_line
msgid "Sales Order Line"
msgstr "Riga ordine di vendita"

#. module: product_contract_variable_quantity
#: selection:product.template,qty_type:0 selection:sale.order.line,qty_type:0
msgid "Variable quantity"
msgstr "Quantità variabile"
56 changes: 56 additions & 0 deletions product_contract_variable_quantity/l18n/pt.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_contract_variable_quantity
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2020-03-01 18:13+0000\n"
"Last-Translator: Pedro Castro Silva <[email protected]>\n"
"Language-Team: none\n"
"Language: pt\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"

#. module: product_contract_variable_quantity
#: model:ir.model,name:product_contract_variable_quantity.model_contract_line
msgid "Contract Line"
msgstr "Linha de Contrato"

#. module: product_contract_variable_quantity
#: selection:product.template,qty_type:0 selection:sale.order.line,qty_type:0
msgid "Fixed quantity"
msgstr "Quantidade fixa"

#. module: product_contract_variable_quantity
#: model:ir.model,name:product_contract_variable_quantity.model_product_template
msgid "Product Template"
msgstr "Modelo de Artigo"

#. module: product_contract_variable_quantity
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_product_product__qty_formula_id
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_product_template__qty_formula_id
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_sale_order_line__qty_formula_id
msgid "Qty. formula"
msgstr "Fórmula de Qtd"

#. module: product_contract_variable_quantity
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_product_product__qty_type
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_product_template__qty_type
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_sale_order_line__qty_type
msgid "Qty. type"
msgstr "Tipo de Qtd."

#. module: product_contract_variable_quantity
#: model:ir.model,name:product_contract_variable_quantity.model_sale_order_line
msgid "Sales Order Line"
msgstr "Linha de Encomenda de Venda"

#. module: product_contract_variable_quantity
#: selection:product.template,qty_type:0 selection:sale.order.line,qty_type:0
msgid "Variable quantity"
msgstr "Quantidade variável"
56 changes: 56 additions & 0 deletions product_contract_variable_quantity/l18n/pt_BR.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_contract_variable_quantity
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2020-08-10 16:59+0000\n"
"Last-Translator: Fernando Colus <[email protected]>\n"
"Language-Team: none\n"
"Language: pt_BR\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"

#. module: product_contract_variable_quantity
#: model:ir.model,name:product_contract_variable_quantity.model_contract_line
msgid "Contract Line"
msgstr "Linha de Contrato"

#. module: product_contract_variable_quantity
#: selection:product.template,qty_type:0 selection:sale.order.line,qty_type:0
msgid "Fixed quantity"
msgstr "Quantidade Fixa"

#. module: product_contract_variable_quantity
#: model:ir.model,name:product_contract_variable_quantity.model_product_template
msgid "Product Template"
msgstr "Modelo de Produto"

#. module: product_contract_variable_quantity
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_product_product__qty_formula_id
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_product_template__qty_formula_id
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_sale_order_line__qty_formula_id
msgid "Qty. formula"
msgstr "Fórmula da Quantidade"

#. module: product_contract_variable_quantity
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_product_product__qty_type
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_product_template__qty_type
#: model:ir.model.fields,field_description:product_contract_variable_quantity.field_sale_order_line__qty_type
msgid "Qty. type"
msgstr "Tipo de Quantidade"

#. module: product_contract_variable_quantity
#: model:ir.model,name:product_contract_variable_quantity.model_sale_order_line
msgid "Sales Order Line"
msgstr "Linha do Pedido de Venda"

#. module: product_contract_variable_quantity
#: selection:product.template,qty_type:0 selection:sale.order.line,qty_type:0
msgid "Variable quantity"
msgstr "Quantidade Variável"
6 changes: 6 additions & 0 deletions product_contract_variable_quantity/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Copyright 2018 ACSONE SA/NV.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

from . import contract_line
from . import product_template
from . import sale_order_line
Loading
Loading