Skip to content

Commit

Permalink
[MIG] partner_employee_quantity: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlosonate-tecnativa committed Jan 7, 2025
1 parent 81a43bc commit 28eed5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion partner_employee_quantity/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"name": "Employee quantity in partners",
"summary": "Know how many employees a partner has",
"version": "16.0.1.0.1",
"version": "17.0.1.0.0",
"category": "Customer Relationship Management",
"author": "Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
Expand Down
2 changes: 1 addition & 1 deletion partner_employee_quantity/views/res_partner_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<group
name="employee_quantity"
string="Employee quantity"
attrs="{'invisible': [('is_company', '=', False)]}"
invisible="is_company == False"
>
<field name="employee_quantity" />
<field name="employee_quantity_range_id" />
Expand Down

0 comments on commit 28eed5e

Please sign in to comment.