Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0][MIG] partner_employee_quantity: Migration to 17.0 #1950

Open
wants to merge 27 commits into
base: 17.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
f037b69
Rename to partner_employee_quantity.
yajo Dec 21, 2015
4c01b9b
Improve metadata.
yajo Dec 22, 2015
c7c7ecc
Move group of fields outside unrelated Sales & Purchases tab.
yajo Dec 22, 2015
3d8e1fb
OCA Transbot updated translations from Transifex
oca-transbot Jan 9, 2016
02314f0
[FIX] remove en.po that was erroneously created by transbot
sbidoul Aug 15, 2016
12c6b0f
OCA Transbot updated translations from Transifex
oca-transbot Feb 25, 2017
2478f9c
[UPD] Update partner_employee_quantity.pot
oca-travis Jun 23, 2018
0855b52
Translated using Weblate (Spanish)
mvrodriguez Mar 1, 2019
b4c0a52
Translated using Weblate (Italian)
francesco-ooops Jan 2, 2023
0017a8f
partner_employee_quantity: Migration to 10.0
chienandalu May 29, 2017
b584baf
partner_employee_quantity: Migration to 11.0
pedrobaeza Nov 16, 2018
707176d
[MIG] partner_employee_quantity v11 to v12
Nikul-Chaudhary Jan 21, 2019
5fdbc29
[IMP] partner_employee_quantity: black, isort
newtratip Mar 17, 2020
ac133c8
[13.0][MIG] partner_employee_quantity
newtratip Mar 18, 2020
6e9c4a4
[MIG] partner_employee_quantity: Migration to 14.0
newtratip Dec 14, 2020
2e0f2bc
[MIG] partner_employee_quantity: Migration to 15.0
cesar-tecnativa Jul 5, 2022
f90b9ca
[UPD] Update partner_employee_quantity.pot
Jul 11, 2022
7a3b24b
[UPD] README.rst
OCA-git-bot Jul 11, 2022
2fc7fce
Translated using Weblate (Italian)
francesco-ooops Mar 20, 2023
f1e1f6d
Translated using Weblate (Slovenian)
sysadminmatmoz Mar 31, 2023
cab1266
[MIG] partner_employee_quantity: Migration to 16.0
May 22, 2023
9b6c45e
[MIG] partner_employee_quantity: Migration to 16.0
edlopen Mar 4, 2024
199b8a9
[UPD] Update partner_employee_quantity.pot
Mar 13, 2024
0a81ec8
[BOT] post-merge updates
OCA-git-bot Mar 13, 2024
85e9a12
Translated using Weblate (Italian)
mymage Mar 18, 2024
466b514
[IMP] partner_employee_quantity: pre-commit auto fixes
juancarlosonate-tecnativa Jan 7, 2025
f9cbdba
[MIG] partner_employee_quantity: Migration to 17.0
juancarlosonate-tecnativa Jan 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[MIG] partner_employee_quantity: Migration to 17.0
  • Loading branch information
juancarlosonate-tecnativa committed Jan 8, 2025
commit f9cbdbab70ea3fe448689c45ee7d52cef85c787d
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="not is_company"
>
<field name="employee_quantity" />
<field name="employee_quantity_range_id" />
Expand Down
Loading