Skip to content

Commit

Permalink
[MIG] : Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yledoare committed Jan 24, 2025
1 parent c2885e8 commit 7be505b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[animal](animal/) | 17.0.1.0.0 | [![yledoare](https://github.com/yledoare.png?size=30px)](https://github.com/yledoare) | Manage animals information
[account_partner_company_group](account_partner_company_group/) | 17.0.1.0.0 | | Adds the possibility to add a company group to a company
[base_country_state_translatable](base_country_state_translatable/) | 17.0.1.0.0 | | Translate Country States
[base_location](base_location/) | 17.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Enhanced zip/npa management system
Expand Down
4 changes: 2 additions & 2 deletions animal/views/animal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<widget
name="web_ribbon"
title="Archived"
bg_color="bg-danger"
attrs="{'invisible': [('active', '=', True)]}"
bg_color="bg-danger"
invisible="active == True"
/>
<field name="active" invisible="1" />
<field name="image" widget='image' class="oe_avatar" />
Expand Down

0 comments on commit 7be505b

Please sign in to comment.