forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] converted query to orm in get_receivable_line_ids() [IMP] check if split payment with related field [FIX] missing contributor name [ADD] depends to _compute_amount()
- Loading branch information
1 parent
386bdf3
commit e7a3ec3
Showing
2 changed files
with
9 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# Copyright 2015 Davide Corio <[email protected]> | ||
# Copyright 2015-2018 Lorenzo Battistini - Agile Business Group | ||
# Copyright 2016 Alessio Gerace - Agile Business Group | ||
# Copyright 2018 Ruben Tonetto (Associazione PNLUG - Gruppo Odoo) | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
||
{ | ||
|
@@ -10,7 +11,8 @@ | |
'summary': 'Split Payment', | ||
'author': 'Abstract, Agile Business Group, ' | ||
'Odoo Community Association (OCA)', | ||
'website': 'https://github.com/OCA/l10n-italy/tree/11.0/l10n_it_split_payment', | ||
'website': 'https://github.com/OCA/l10n-italy/tree/11.0/' | ||
'l10n_it_split_payment', | ||
'license': 'AGPL-3', | ||
'depends': [ | ||
'account', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters