We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61154c1 commit a5c2711Copy full SHA for a5c2711
2 files changed
.vscode/settings.json
@@ -0,0 +1,3 @@
1
+{
2
+ "python.languageServer": "None"
3
+}
l10n_ar_tax_backward_compatibility/models/account_payment.py
@@ -1,10 +1,10 @@
from odoo import fields, models
-
+"prueba 3"
4
class AccountPayment(models.Model):
5
_inherit = "account.payment"
6
7
- is_backward_withholding_payment = fields.Boolean()
+ is_backward_withholding_payments = fields.Boolean()
8
9
# TODO: Este metodo modifica el pago para que utilize el impuesto definido en el regime_tax_id
10
# y cree el asiento al estilo 18
0 commit comments