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

[13.0][BKP][ADD]edi_endpoint_oca: rename it to edi_endpoint #1062

Open
wants to merge 41 commits into
base: 13.0
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
9462cac
Add edi_endpoint_oca
simahawk Sep 15, 2021
0e83871
[UPD] Update edi_endpoint_oca.pot
oca-travis Nov 2, 2021
d0f4163
[UPD] README.rst
OCA-git-bot Nov 2, 2021
91c0463
[ADD] icon.png
OCA-git-bot Nov 2, 2021
bd201fc
edi_endpoint_oca 14.0.1.1.0
OCA-git-bot Nov 2, 2021
19ed000
edi_endpoint: fix load demo data
simahawk Nov 10, 2021
10e28de
edi_endpoint_oca 14.0.1.1.1
OCA-git-bot Nov 11, 2021
215acad
edi_endpoint: improve search/tree views
simahawk Nov 12, 2021
19d19c2
edi_endpoint_oca: fix manage endpoints action domain
simahawk Dec 28, 2021
ccde4e1
[UPD] Update edi_endpoint_oca.pot
Jan 12, 2022
11c90a6
edi_endpoint_oca 14.0.1.2.0
OCA-git-bot Jan 12, 2022
121a27c
Misc fix of authorship name
simahawk Jan 14, 2022
3bcc685
edi_endpoint_oca 14.0.1.2.1
OCA-git-bot Jan 14, 2022
c920eb7
[FIX] Fix access right issues when using actions
sebalix Jan 31, 2022
60fb14f
edi_endpoint_oca 14.0.1.2.2
OCA-git-bot Jan 31, 2022
7623d7a
[UPD] Update edi_endpoint_oca.pot
Aug 1, 2022
b81b411
edi_endpoint: prevent backend archive
simahawk Aug 12, 2022
f1f540f
edi_endpoint: improve endpoint count
simahawk Aug 12, 2022
c916530
edi_endpoint: temp fix for tests
simahawk Aug 12, 2022
8668bb2
[UPD] Update edi_endpoint_oca.pot
Aug 17, 2022
bc8f438
edi_endpoint_oca 14.0.1.3.0
OCA-git-bot Aug 17, 2022
0358f1f
[UPD] Update edi_endpoint_oca.pot
May 16, 2023
c1468a9
edi_endpoint: integrate e_route_handler xworker fix
simahawk Jun 15, 2022
f81b8a8
edi_endpoint: trash custom controller
simahawk Apr 21, 2023
43f803d
[UPD] Update edi_endpoint_oca.pot
May 17, 2023
dbe4481
edi_endpoint: dev status = Beta
simahawk Jun 1, 2023
648179c
edi_endpoint: track endpoint on exchange record
simahawk May 29, 2023
e20618f
[UPD] Update edi_endpoint_oca.pot
Jun 1, 2023
1fc68af
[UPD] README.rst
OCA-git-bot Jun 1, 2023
86bffaa
edi_endpoint_oca 14.0.1.5.0
OCA-git-bot Jun 1, 2023
cb583ca
[UPD] README.rst
OCA-git-bot Sep 3, 2023
6c67762
Added translation using Weblate (Spanish)
Ivorra78 Nov 22, 2023
ccead65
Translated using Weblate (Spanish)
Ivorra78 Nov 22, 2023
619b707
Translated using Weblate (Spanish)
Ivorra78 Nov 22, 2023
87b1bca
[UPD] Update edi_endpoint_oca.pot
Jul 10, 2024
a7ea5a3
Update translation files
weblate Jul 10, 2024
e32580f
edi_endpoint: fix form view inheritance
simahawk Jul 23, 2024
79dfa64
[BOT] post-merge updates
OCA-git-bot Jul 26, 2024
904a296
[IMP]edi_endpoint_oca: black, isort, prettier
GuillemCForgeFlow Nov 7, 2024
34522eb
[BKP][ADD]edi_endpoint_oca
GuillemCForgeFlow Oct 29, 2024
719c24e
[REF]edi_endpoint_oca: rename module to `edi_endpoint`
GuillemCForgeFlow Oct 29, 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
edi_endpoint: improve search/tree views
simahawk authored and GuillemCForgeFlow committed Nov 7, 2024
commit 215acad743b1b30b0359fd38b90e369c864441e8
20 changes: 19 additions & 1 deletion edi_endpoint_oca/views/edi_endpoint_views.xml
Original file line number Diff line number Diff line change
@@ -35,6 +35,23 @@
<field name="backend_id" />
<field name="backend_type_id" />
<field name="exchange_type_id" />
<group expand="0" string="Group By">
<filter
name="group_by_backend_type_id"
string="Backend type"
context="{'group_by': 'backend_type_id'}"
/>
<filter
name="group_by_backend_id"
string="Backend"
context="{'group_by': 'backend_id'}"
/>
<filter
name="group_by_exchange_type_id"
string="Exchange type"
context="{'group_by': 'exchange_type_id'}"
/>
</group>
</field>
</field>
</record>
@@ -46,6 +63,7 @@
<field name="arch" type="xml">
<field name="exec_mode" position="after">
<field name="backend_id" />
<field name="backend_type_id" />
<field name="exchange_type_id" />
</field>
</field>
@@ -56,7 +74,7 @@
<field name="res_model">edi.endpoint</field>
<field name="view_mode">tree,form</field>
<field name="domain">[]</field>
<field name="context">{}</field>
<field name="context">{"search_default_all": 1}</field>
</record>

<record model="ir.ui.menu" id="edi_endpoint_menu">