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] agreement: Migration to 18.0 #50

Merged
merged 24 commits into from
Dec 20, 2024
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
c451495
[MIG] agreement: Migration to 12.0
ygol Mar 19, 2019
76f2946
FIX security issue + details
bealdav Apr 5, 2019
daab839
[FIX] Missing newline
max3903 May 7, 2019
de751bb
[IMP] move some notions from agreement_legal to agreement
liweijie0812 Sep 3, 2019
44a5365
[IMP] agreement,agreement_legal: support activities
Mar 6, 2020
c9b639d
[IMP] agreement: Minor improvements
sergio-teruel Apr 27, 2020
3d91e62
Re-introduce module agreement_account
alexis-via May 21, 2020
bc2ecf5
[IMP] agreement: black, isort, prettier
sergio-teruel Feb 14, 2021
cfd087b
[MIG] agreement: Migration to 13.0
sergio-teruel Feb 14, 2021
fdd101c
[IMP] agreement: black, isort, prettier
newtratip Feb 16, 2021
431342e
[MIG] agreement: Migration to 14.0
newtratip Feb 16, 2021
e4ed39d
[IMP] agreement: black, isort, prettier
etobella Jul 13, 2022
04d2b70
[MIG] agreement: Migration to 15.0
olgamarcocb May 11, 2022
36f089a
[IMP] agreement: Change menus structure to make it easy to adapt
Jan 26, 2023
f7979f1
[MIG] agreement: Migration to 16.0
FrancoMaxime Feb 23, 2023
822041b
[IMP] agreement - Change domain field into computed store field inste…
FrancoMaxime Feb 23, 2023
eaf62dd
[IMP] agreement: pre-commit auto fixes
ramiadavid May 14, 2024
2813e3a
[MIG] agreement: Migration to 17.0
ramiadavid May 14, 2024
7b18d17
Update agreement/models/agreement.py
max3903 Sep 21, 2024
9fd6dba
Translated using Weblate (Italian)
mymage Sep 26, 2024
3123c62
Translated using Weblate (Italian)
mymage Oct 25, 2024
105a9fd
Translated using Weblate (Italian)
mymage Nov 20, 2024
4053a8e
[IMP] agreement: pre-commit execution
Dec 12, 2024
933cea7
[MIG] agreement: Migration to 18.0
Dec 12, 2024
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] agreement: Migration to 17.0
ramiadavid authored and Lukas Tran committed Dec 12, 2024
commit 2813e3ab1e28e96835151c0e99f27f8a1ec0d268
2 changes: 1 addition & 1 deletion agreement/__manifest__.py
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
{
"name": "Agreement",
"summary": "Adds an agreement object",
"version": "16.0.1.0.0",
"version": "17.0.1.0.0",
"category": "Contract",
"author": "Akretion, "
"Yves Goldberg (Ygol Internetwork), "
13 changes: 3 additions & 10 deletions agreement/views/agreement.xml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
name="web_ribbon"
title="Archived"
bg_color="bg-danger"
attrs="{'invisible': [('active', '=', True)]}"
invisible="active"
/>
<field name="active" invisible="1" />
<div class="oe_title">
@@ -32,10 +32,7 @@
<group name="left">
<field name="code" />
<field name="is_template" invisible="1" />
<field
name="partner_id"
attrs="{'required': [('is_template', '=', False)]}"
/>
<field name="partner_id" required="not is_template" />
<field
name="agreement_type_id"
groups="agreement.group_use_agreement_type"
@@ -57,11 +54,7 @@
</group>
</group>
<notebook>
<page
name="config"
string="Configuration"
attrs="{'invisible': True}"
/>
<page name="config" string="Configuration" invisible="True" />
</notebook>
</sheet>
<div class="oe_chatter">
2 changes: 1 addition & 1 deletion agreement/views/agreement_type.xml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
name="web_ribbon"
title="Archived"
bg_color="bg-danger"
attrs="{'invisible': [('active', '=', True)]}"
invisible="active"
/>
<field name="active" invisible="1" />
<div class="oe_title">