Skip to content

Commit

Permalink
[ADD][pos_credit_card_installment]: Updating card installment pos.
Browse files Browse the repository at this point in the history
  • Loading branch information
devodoo88 committed Nov 27, 2023
1 parent 6ce12b1 commit 3d66bfd
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 42 deletions.
2 changes: 0 additions & 2 deletions pos_credit_card_installment/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
"depends": ['card_installment'],
"data": [
"views/pos_payment_method.xml",
"views/account_card.xml",
"views/product_product_views.xml",
],
'assets': {
'point_of_sale.assets': [
Expand Down
1 change: 0 additions & 1 deletion pos_credit_card_installment/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
from . import pos_payment
from . import pos_session
from . import pos_order
from . import product_product
from . import account_card_installment
from . import account_card
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ class AccountCardInstallment(models.Model):
[("credit", "credit"), ("debit", "debit")], related="card_id.card_type"
)

financial_surcharge = fields.Float(string='Financial charge')

10 changes: 0 additions & 10 deletions pos_credit_card_installment/models/product_product.py

This file was deleted.

13 changes: 0 additions & 13 deletions pos_credit_card_installment/views/account_card.xml

This file was deleted.

15 changes: 0 additions & 15 deletions pos_credit_card_installment/views/product_product_views.xml

This file was deleted.

0 comments on commit 3d66bfd

Please sign in to comment.