Skip to content

Commit

Permalink
[17.0][UPD] deltatech_alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
VoicuStefan2001 committed Feb 3, 2025
1 parent b614a59 commit e5119ae
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ addon | version | maintainers | summary | price
[deltatech_account_restrict_date](deltatech_account_restrict_date/) | 17.0.1.0.1 | [![danila12](https://github.com/danila12.png?size=30px)](https://github.com/danila12) | Restrict certain operations depending on date | Free
[deltatech_actions](deltatech_actions/) | 17.0.0.0.2 | | Cleaning and other actions | Free
[deltatech_agreement_management](deltatech_agreement_management/) | 17.0.0.0.3 | [![danila12](https://github.com/danila12.png?size=30px)](https://github.com/danila12) | Manage agreements numbers, date, state | Free
[deltatech_alternative](deltatech_alternative/) | 17.0.2.0.8 | [![dhongu](https://github.com/dhongu.png?size=30px)](https://github.com/dhongu) | Alternative product codes | Free
[deltatech_alternative](deltatech_alternative/) | 17.0.2.0.9 | [![dhongu](https://github.com/dhongu.png?size=30px)](https://github.com/dhongu) | Alternative product codes | Free
[deltatech_alternative_website](deltatech_alternative_website/) | 17.0.1.0.6 | [![dhongu](https://github.com/dhongu.png?size=30px)](https://github.com/dhongu) | Show alternative code in website | Free
[deltatech_auto_reorder_rule](deltatech_auto_reorder_rule/) | 17.0.0.0.1 | | Auto create reorder rule | Free
[deltatech_average_payment_period](deltatech_average_payment_period/) | 17.0.1.0.0 | [![dhongu](https://github.com/dhongu.png?size=30px)](https://github.com/dhongu) | Computes average duration of cash accounting | Free
Expand Down
2 changes: 1 addition & 1 deletion deltatech_alternative/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
"name": "Products Alternative",
"version": "17.0.2.0.8",
"version": "17.0.2.0.9",
"author": "Terrabit, Dorin Hongu",
"website": "https://www.terrabit.ro",
"summary": "Alternative product codes",
Expand Down
11 changes: 11 additions & 0 deletions deltatech_alternative/views/sale_order_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@
<xpath expr="//field[@name='order_line']/tree/field[@name='product_id']" position="after">
<field name="alternative_code" optional="hide" />
</xpath>
<xpath expr="//kanban[@class='o_kanban_mobile']" position="inside">
<field name="alternative_code" />
</xpath>
<xpath expr="//div[@class='row'][2]" position="after">
<div class="row">
<div class="col-12 text-muted">
Alternative Code:
<t t-out="record.alternative_code.value" />
</div>
</div>
</xpath>
</field>
</record>

Expand Down

0 comments on commit e5119ae

Please sign in to comment.