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

[14.0][MIG] agreement_rebate: Migration to 14.0 #1017

Closed
wants to merge 24 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
8b5c71c
agreement_rebate: New module to manage agreement rebate sales
sergio-teruel May 13, 2020
96a57e6
agreement_rebate: Add active fields in settlements TT34871
carlosdauden Mar 7, 2022
5ec69d6
Add partner_id as deafult _settlement_line_break_fields
sergio-teruel Mar 9, 2022
d3c1544
Add partner_id to settlement lines tree view
sergio-teruel Mar 9, 2022
5a23c5b
agreement_rebate: Set partner_id to settlement lines
sergio-teruel Mar 9, 2022
9502dc7
agreement_rebate: Improvements
carlosdauden Apr 21, 2022
b39eaff
Update agreement_rebate.pot
Jun 18, 2022
a45e52e
agreement_rebate 13.0.1.0.1
OCA-git-bot Jun 18, 2022
5e27d5c
agreement_rebate: black, isort
sergio-teruel Nov 1, 2022
ef56e60
agreement_rebate: Migration to v15.0
sergio-teruel Nov 1, 2022
7220d51
Update agreement_rebate.pot
Dec 16, 2022
aff44ad
README.rst
OCA-git-bot Dec 16, 2022
83442f6
Update translation files
weblate Dec 16, 2022
ad07bd3
agreement: Change menus structure to make it easy to adapt
Jan 26, 2023
ecba1e6
Update agreement_rebate.pot
Jan 26, 2023
c88bc70
agreement_rebate 15.0.1.1.0
OCA-git-bot Jan 26, 2023
c8ec9a3
Update translation files
weblate Jan 26, 2023
71343a5
Translated using Weblate (Spanish)
Ivorra78 Jul 20, 2023
c786423
README.rst
OCA-git-bot Sep 3, 2023
a5c6152
[MIG] agreement_rebate: Migration to 14.0
Latour12 Nov 3, 2023
eff2384
[REM] account_invoice_refund_link: remove account_invoice_refund_link…
Latour12 Nov 4, 2023
93c66de
[FIX] agreement_rebat: fix missed menuitem agreement_setting_menu
Latour12 Nov 4, 2023
21fbdae
[IMP] agreement_rebate: black, isort, prettier
Latour12 Nov 4, 2023
14d54e1
[FIX] agreement_rebate: fix wrong spelling menuitem external ID
Latour12 Nov 4, 2023
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
agreement: Change menus structure to make it easy to adapt
Ernesto Tejeda authored and Latour12 committed Nov 3, 2023
commit ad07bd3decee560771dd40459afc30f305af1a97
10 changes: 2 additions & 8 deletions agreement_rebate/views/agreement_menu_view.xml
Original file line number Diff line number Diff line change
@@ -35,18 +35,12 @@
parent="agreement_rebate_settlement_menu_root"
sequence="70"
/>
<menuitem
id="agreement_rebate_setting_menu_root"
name="Settings"
parent="agreement.agreement_menu_root"
groups="group_use_agreement_rebate"
sequence="10"
/>
<menuitem
id="agreement_rebate_condition_menu"
action="agreement_rebate_condition_action"
name="Rebate conditions"
parent="agreement_rebate_setting_menu_root"
parent="agreement.agreement_setting_menu"
groups="group_use_agreement_rebate"
sequence="10"
/>
</odoo>