Skip to content

Instantly share code, notes, and snippets.

@rvalyi
Created June 26, 2017 12:01
Show Gist options
  • Save rvalyi/a3aefbbade6dd9bbc3dc2d201b5fde4c to your computer and use it in GitHub Desktop.
Save rvalyi/a3aefbbade6dd9bbc3dc2d201b5fde4c to your computer and use it in GitHub Desktop.
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