Revertir cambio: eliminar cálculo duplicado de impuestos

El método _get_price() del addon OCA ya maneja correctamente los impuestos
según la configuración de Odoo. El cálculo adicional con compute_all() estaba
duplicando los impuestos cuando price_include estaba activado.

Cambios:
- Eliminado método _compute_price_with_taxes()
- Revertido eskaera_shop() para usar directamente _get_price()
- Revertido add_to_eskaera_cart() para usar directamente _get_price()

El precio mostrado ahora respeta la configuración de impuestos de Odoo
sin duplicación.
This commit is contained in:
snt 2026-02-11 19:53:30 +01:00
parent 3cb0af6a7b
commit 4d23e98f7b
30 changed files with 3611 additions and 1004 deletions

View file

@ -0,0 +1,32 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_main_seller
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.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: product_main_seller
#: model:ir.model.fields,field_description:product_main_seller.field_product_product__main_seller_id
#: model:ir.model.fields,field_description:product_main_seller.field_product_template__main_seller_id
#: model_terms:ir.ui.view,arch_db:product_main_seller.view_product_template_search
msgid "Main Vendor"
msgstr ""
#. module: product_main_seller
#: model:ir.model,name:product_main_seller.model_product_template
msgid "Product"
msgstr ""
#. module: product_main_seller
#: model:ir.model.fields,help:product_main_seller.field_product_product__main_seller_id
#: model:ir.model.fields,help:product_main_seller.field_product_template__main_seller_id
msgid "Put your supplier info in first position to set as main vendor"
msgstr ""