Skip to content

Commit

Permalink
[FIX] purchase_ux, purchase_stock_ux: bug in relation to purchase_sto…
Browse files Browse the repository at this point in the history
…ck and change in translations
  • Loading branch information
vib-adhoc committed Feb 9, 2023
1 parent c1b52af commit ed4641b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion purchase_stock_ux/__manifest__.py
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Purchase Stock UX',
'version': "16.0.1.0.0",
'version': "16.0.1.1.0",
'category': 'Purchases',
'sequence': 14,
'summary': '',
Expand Down
2 changes: 1 addition & 1 deletion purchase_stock_ux/views/purchase_order_views.xml
Expand Up @@ -46,7 +46,7 @@
<record id="purchase_order_view_tree" model="ir.ui.view">
<field name="name">purchase.order.tree</field>
<field name="model">purchase.order</field>
<field name="inherit_id" ref="purchase.purchase_order_view_tree"/>
<field name="inherit_id" ref="purchase.purchase_order_kpis_tree"/>
<field name="arch" type="xml">
<tree>
<field name="delivery_status"/>
Expand Down
2 changes: 1 addition & 1 deletion purchase_ux/__manifest__.py
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Purchase UX',
'version': "16.0.1.0.0",
'version': "16.0.1.1.0",
'category': 'Purchases',
'sequence': 14,
'summary': '',
Expand Down
6 changes: 6 additions & 0 deletions purchase_ux/i18n/es.po
Expand Up @@ -401,3 +401,9 @@ msgstr "o"
#: model:ir.model,name:purchase_ux.model_purchase_order_line_add_to_invoice
msgid "purchase.order.line.add_to_invoice"
msgstr ""

#. module: purchase
#: model:ir.actions.act_window,name:purchase.purchase_rfq
#: model:ir.ui.menu,name:purchase.menu_purchase_rfq
msgid "Purchase Orders"
msgstr "Pedidos de compra"
5 changes: 4 additions & 1 deletion purchase_ux/views/purchase_order_views.xml
Expand Up @@ -31,7 +31,10 @@
<button name="update_prices" string="Update Prices" help="Actualiza los precios de las líneas con los precios del proveedor definidos en los productos" type="object" states="draft,sent"/>
<button name="update_prices_with_supplier_cost" string="Update Supplier Prices" type="object" confirm="By accepting they will update (or create prices) for this provider and all products loaded on the order. Are you sure you wish to continue?"/>
</field>
<field name="currency_id" position="replace">
<field name="currency_id" position="attributes">
<attribute name="invisible">1</attribute>
</field>
<field name="currency_id" position="after">
<label for="currency_id" groups="base.group_multi_currency"/>
<div groups="base.group_multi_currency">
<field name="currency_id" class="oe_inline"/>
Expand Down

0 comments on commit ed4641b

Please sign in to comment.