Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. diff --git a/l10n_br_account_payment_mode/models/payment_mode.py b/l10n_br_account_payment_mode/models/payment_mode.py
  2. index 8c25c5f..6bf678a 100644
  3. --- a/l10n_br_account_payment_mode/models/payment_mode.py
  4. +++ b/l10n_br_account_payment_mode/models/payment_mode.py
  5. @@ -26,10 +26,10 @@ from openerp import models, fields
  6. class PaymentMode(models.Model):
  7. _inherit = 'payment.mode'
  8.  
  9. - payment_order_type = fields.Selection(
  10. - selection_add=[
  11. - ('cobranca', u'Cobrança'),
  12. - ])
  13. +# payment_order_type = fields.Selection(
  14. +# selection_add=[
  15. +# ('zzzzzzcobranca', u'Cobrança'),
  16. +# ])
  17. type_sale_payment = fields.Selection(
  18. [('00', u'00 - Duplicata'),
  19. ('01', u'01 - Cheque'),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement