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

[18.0][MIG] product_contract_variable_quantity #1145

Draft
wants to merge 31 commits into
base: 18.0
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
151eda8
[ADD] - new module Product Contract Variable Quantity
sbejaoui Nov 6, 2018
8728730
[FIX] - fix onchange
sbejaoui Nov 29, 2018
e3be5d5
[IMP] - get contract line default data onchange product_id
sbejaoui Dec 4, 2018
8911469
[IMP] - improve sale order line view
sbejaoui Jan 24, 2019
6b20598
[FIX] - Fix unit tests
sbejaoui Feb 1, 2019
85428f4
[12.0][REF] - Product Contract Variable quantity: split from analytic…
sbejaoui Sep 30, 2019
44682d5
fix pylint
sbejaoui Sep 30, 2019
f2def4d
[12.0][FIX] - Fix unit tests
sbejaoui Oct 1, 2019
7bda144
[IMP] - Improve unit tests
sbejaoui Oct 1, 2019
a7900b9
[UPD] Update product_contract_variable_quantity.pot
oca-travis Oct 31, 2019
d7084ce
[UPD] README.rst
OCA-git-bot Oct 31, 2019
0c643ed
Added translation using Weblate (Italian)
Feb 4, 2020
a0a505a
Translated using Weblate (Italian)
Feb 4, 2020
4a4e0f3
Added translation using Weblate (Portuguese (Brazil))
marcelsavegnago Feb 12, 2020
a02ac30
Translated using Weblate (Portuguese (Brazil))
marcelsavegnago Feb 12, 2020
5856236
Added translation using Weblate (Portuguese)
pedrocs-exo Feb 17, 2020
2f0574c
Translated using Weblate (Portuguese)
pedrocs-exo Feb 17, 2020
2ea97a7
Translated using Weblate (Portuguese)
pedrocs-exo Mar 1, 2020
c7429fe
[FIX] product_contract_variable_quantity: use property_contract_templ…
Feb 26, 2020
87a1e0d
[UPD] README.rst
OCA-git-bot Mar 25, 2020
edaedd5
[UPD] README.rst
OCA-git-bot Mar 25, 2020
fa73784
Translated using Weblate (Portuguese (Brazil))
fcolus Aug 10, 2020
bd38da5
[FIX] - remvoe unnecessary utf8 coding comment
sbejaoui Nov 13, 2020
0d824b1
product_contract_variable_quantity 12.0.1.0.1
OCA-git-bot Nov 13, 2020
84a0e21
Added translation using Weblate (French)
remi-filament Jan 4, 2021
fd9629b
Translated using Weblate (French)
remi-filament Jan 4, 2021
3759b13
Translated using Weblate (Italian)
francesco-ooops Jan 18, 2023
b0aca9e
[UPD] README.rst
OCA-git-bot Sep 3, 2023
c908085
Update translation files
weblate Oct 9, 2023
d2ef0c6
Translated using Weblate (Italian)
mymage Oct 29, 2023
faf0bd8
[18.0][MIG] product_contract_variable_quantity
sbejaoui Nov 21, 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
Prev Previous commit
Next Next commit
Added translation using Weblate (Portuguese (Brazil))
marcelsavegnago authored and sbejaoui committed Nov 21, 2024
commit 4a4e0f37b980ded1d20f0ea118f3f8096b91a780
56 changes: 56 additions & 0 deletions product_contract_variable_quantity/i18n/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"
"Last-Translator: Automatically generated\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"

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

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

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

#. 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 ""

#. 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 ""

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

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