mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
IMP sale_payment_deposit Implement flat deposit on Payment Terms and implement functionality on sale order and account invoice.
This commit is contained in:
@@ -5,7 +5,9 @@ class AccountPaymentTerm(models.Model):
|
||||
_inherit = 'account.payment.term'
|
||||
|
||||
deposit_percentage = fields.Float(string='Deposit Percentage',
|
||||
help='Require deposit when paying on the front end.')
|
||||
help='Require Percentage deposit when paying on the front end.')
|
||||
deposit_flat = fields.Float(string='Deposit Flat',
|
||||
help='Require Flat deposit when paying on the front end.')
|
||||
|
||||
|
||||
class PaymentTransaction(models.Model):
|
||||
|
||||
Reference in New Issue
Block a user