We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d8a261 commit 5c77cd2Copy full SHA for 5c77cd2
1 file changed
partner_sales_abc/models/res_partner.py
@@ -9,3 +9,4 @@
9
class partner(models.Model):
10
_inherit = "res.partner"
11
abc_sales_amount = fields.Char("ABC Sales amount")
12
+ test = fields.Char()
0 commit comments