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

[18.0][MIG] crm_operating_unit: Migration to 18.0 #731

Open
wants to merge 32 commits into
base: 18.0
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
8473a2e
[ADD] migrated crm-operating-unit to 9.0
SerpentCS Aug 23, 2016
8cbe7fb
[ADD] added Readme file and minor fixes
SerpentCS Aug 29, 2016
ea8d0a8
[IMP] Added Copyrights in xml files and made minor changes.
SerpentCS Sep 14, 2016
21fa2ea
[IMP]Style issues and change field position in view
AaronHForgeFlow Sep 15, 2016
fa2c06e
[IMP] added domain to see only OUs form that company.
AaronHForgeFlow Sep 15, 2016
28b74e4
[FIX] PEP8 issues
AaronHForgeFlow Sep 15, 2016
2c55ec6
[MIG] Make modules uninstallable
pedrobaeza Oct 6, 2016
07259e8
[MIG] Rename manifest files
pedrobaeza Oct 6, 2016
b90040a
[MIG] crm_operating_unit to v10.0
LoisRForgeFlow Jan 26, 2017
5475eec
[MIG] Migrate crm_operating_unit to v12
AdriaGForgeFlow Jan 22, 2019
40ca0d3
[IMP] crm_operating_unit: black, isort
alan196 Feb 12, 2020
5916aaa
[MIG] crm_operating_unit: Migration to V13
alan196 Feb 12, 2020
4b53cfb
Added translation using Weblate (Spanish)
alan196 Feb 15, 2020
411e244
Added translation using Weblate (Spanish (Mexico))
alan196 Feb 15, 2020
b4ee4a8
Translated using Weblate (Spanish (Mexico))
alan196 Feb 15, 2020
f96ce45
pre-commit update
OCA-git-bot Mar 14, 2020
44f226e
[IMP] crm_operating_unit: black, isort, prettier
alan196 Oct 10, 2020
0563fc8
[MIG] crm_operating_unit: Migration to 14.0
alan196 Oct 10, 2020
63c2b26
[IMP] update dotfiles [ci skip]
OCA-git-bot Mar 31, 2022
77ccb21
Added translation using Weblate (French)
kh-badep Jun 28, 2022
40597b6
Translated using Weblate (French)
kh-badep Jun 28, 2022
b82ec03
[MIG] Migreted crm_operating_unit in v15
Rajan-SCS Jan 13, 2023
eec4aff
Update translation files
weblate Oct 9, 2023
9719cc2
Translated using Weblate (Spanish)
Ivorra78 Nov 2, 2023
db96363
[IMP] crm_operating_unit: pre-commit auto fixes
traitrantrobz Jun 20, 2024
ee95dae
[MIG] crm_operating_unit: Migration to 17.0
traitrantrobz Jun 26, 2024
fc007d7
[UPD] Update crm_operating_unit.pot
Aug 6, 2024
573ce2f
[BOT] post-merge updates
OCA-git-bot Aug 6, 2024
b66947d
Added translation using Weblate (Italian)
mymage Aug 7, 2024
c9cbff1
Translated using Weblate (Italian)
mymage Aug 7, 2024
d64b564
[IMP] crm_operating_unit: pre-commit auto fixes
HeliconiaSolutions Jan 8, 2025
cc0e48e
[MIG] crm_operating_unit: Migration to 18.0
HeliconiaSolutions Jan 8, 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
Next Next commit
[MIG] Make modules uninstallable
pedrobaeza authored and HeliconiaSolutions committed Jan 8, 2025
commit 2c55ec6a5cc0acd24e638fc938fa6fd50ee33300
2 changes: 1 addition & 1 deletion crm_operating_unit/__openerp__.py
Original file line number Diff line number Diff line change
@@ -18,5 +18,5 @@
"views/crm_lead_view.xml",
"security/crm_security.xml",
],
'installable': True,
'installable': False,
}