mirror of
https://github.com/bringout/oca-ocb-l10n_me-africa.git
synced 2026-04-28 06:22:05 +02:00
19.0 vanilla
This commit is contained in:
parent
c5006a6999
commit
80293571e7
420 changed files with 21812 additions and 44297 deletions
14
odoo-bringout-oca-ocb-l10n_ke/l10n_ke/models/account_move.py
Normal file
14
odoo-bringout-oca-ocb-l10n_ke/l10n_ke/models/account_move.py
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
from odoo import models, fields
|
||||
|
||||
|
||||
class AccountMove(models.Model):
|
||||
_inherit = 'account.move'
|
||||
|
||||
l10n_ke_wh_certificate_number = fields.Char(
|
||||
string="Withholding Certificate Number",
|
||||
help="Customer withholding certificate number",
|
||||
)
|
||||
|
||||
l10n_ke_wh_certificate_date = fields.Date(
|
||||
string="Date of Certificate",
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue