Skip to content

Commit 5c77cd2

Browse files
authored
Add test field to partner model
1 parent 1d8a261 commit 5c77cd2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

partner_sales_abc/models/res_partner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
class partner(models.Model):
1010
_inherit = "res.partner"
1111
abc_sales_amount = fields.Char("ABC Sales amount")
12+
test = fields.Char()

0 commit comments

Comments
 (0)