Created
June 26, 2017 12:01
-
-
Save rvalyi/a3aefbbade6dd9bbc3dc2d201b5fde4c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
diff --git a/l10n_br_account_payment_mode/models/payment_mode.py b/l10n_br_account_payment_mode/models/payment_mode.py | |
index 8c25c5f..6bf678a 100644 | |
--- a/l10n_br_account_payment_mode/models/payment_mode.py | |
+++ b/l10n_br_account_payment_mode/models/payment_mode.py | |
@@ -26,10 +26,10 @@ from openerp import models, fields | |
class PaymentMode(models.Model): | |
_inherit = 'payment.mode' | |
- payment_order_type = fields.Selection( | |
- selection_add=[ | |
- ('cobranca', u'Cobrança'), | |
- ]) | |
+# payment_order_type = fields.Selection( | |
+# selection_add=[ | |
+# ('zzzzzzcobranca', u'Cobrança'), | |
+# ]) | |
type_sale_payment = fields.Selection( | |
[('00', u'00 - Duplicata'), | |
('01', u'01 - Cheque'), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment