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

[16.0][MIG] account_payment_multi_deduction #641

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
85fff46
[12.0][ADD] account_payment_multi_deduction
kittiu May 5, 2019
1fca756
[UPD] Update account_payment_multi_deduction.pot
oca-travis Jan 22, 2020
2d2f6ba
[UPD] README.rst
OCA-git-bot Jan 22, 2020
83fbc50
[IMP] : black, isort
kittiu Jan 27, 2020
624214b
[13.0][MIG] account_payment_multi_deduction
kittiu Jan 27, 2020
b8be4ed
[UPD] Update account_payment_multi_deduction.pot
oca-travis Mar 11, 2020
f3868e5
[UPD] README.rst
OCA-git-bot Mar 11, 2020
7fce690
pre-commit update
OCA-git-bot Mar 14, 2020
e5c3ab3
[FIX] account_payment_multi_deduction: Add groups_id in view
victoralmau Sep 22, 2020
1b42381
[13.0][IMP] account_payment_multi_deduction, add hook when create ded…
kittiu Oct 3, 2020
57bdc45
account_payment_multi_deduction 13.0.1.0.2
OCA-git-bot Oct 3, 2020
fe53454
[13.0][IMP] account_payment_multi_deduction, ability to multi deduct …
kittiu Oct 3, 2020
9ef8844
[UPD] Update account_payment_multi_deduction.pot
oca-travis Oct 12, 2020
d08e356
account_payment_multi_deduction 13.0.1.1.0
OCA-git-bot Oct 12, 2020
f716253
[FIX] account_payment_multi_deduction: Proper development_status
pedrobaeza Nov 6, 2020
25ef131
[FIX] register payment with multi invoice - Expected singleton
Saran440 Oct 14, 2020
f222e82
[IMP] account_payment_multi_deduction : black, isort, prettier
Saran440 Nov 21, 2020
3655380
[14.0][MIG] account_payment_multi_deduction
Saran440 Nov 21, 2020
4293849
[UPD] Update account_payment_multi_deduction.pot
oca-travis Jul 19, 2021
6d13d73
[UPD] README.rst
OCA-git-bot Jul 19, 2021
4e6e557
[FIX] account_payment_multi_deduction: bump version
gurneyalex Sep 1, 2021
8a390e8
[FIX] not overwrite context on register payment multi
Saran440 Oct 26, 2021
bb8f8ef
account_payment_multi_deduction 14.0.1.0.2
OCA-git-bot Nov 7, 2021
30b26d8
[FIX] account_payment_multi_deduct: edit register payment view
ps-tubtim Dec 8, 2021
4895862
account_payment_multi_deduction 14.0.1.1.0
OCA-git-bot Mar 18, 2022
232d7a5
[IMP] update dotfiles [ci skip]
OCA-git-bot Mar 30, 2022
6c36a67
[15.0][MIG] account_payment_multi_deduction
Saran440 Nov 25, 2022
1fd14c1
[ENH] add analytic on payment register wizard
Saran440 Mar 4, 2022
3cae112
[FIX] account_payment_multi_deduction - allow edit move multi write-off
Saran440 Mar 14, 2023
de0bede
[UPD] Update account_payment_multi_deduction.pot
May 1, 2023
37abeb0
[UPD] README.rst
OCA-git-bot May 1, 2023
45d86bd
[FIX] account_payment_multi_deduction: can't edit payment draft
Saran440 Sep 28, 2023
9b3fb8b
[IMP] account_payment_multi_deduction: pre-commit stuff
TITUS6304658 Jun 15, 2023
7a0078d
[MIG] account_payment_multi_deduction: Migration to 16.0
TITUS6304658 Jun 15, 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
[FIX] account_payment_multi_deduction: Add groups_id in view
  • Loading branch information
victoralmau authored and Saran440 committed Nov 29, 2023
commit e5c3ab3a818954fd47784fd92d7bc075ed12667b
2 changes: 1 addition & 1 deletion account_payment_multi_deduction/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "Payment Register with Multiple Deduction",
"version": "13.0.1.0.0",
"version": "13.0.1.0.1",
"author": "Ecosoft,Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/account-payment/",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<field name="name">view.account.payment.form</field>
<field name="model">account.payment</field>
<field name="inherit_id" ref="account.view_account_payment_form" />
<field name="groups_id" eval="[(4, ref('account.group_account_invoice'))]" />
<field name="arch" type="xml">
<xpath
expr="/form/sheet/group/group[@name='payment_difference']/div/div"
Expand Down