mirror of
https://github.com/bringout/oca-ocb-l10n_asia-pacific.git
synced 2026-04-27 03:22:05 +02:00
Initial commit: L10N_Asia Pacific packages
This commit is contained in:
commit
54c86b612c
828 changed files with 58224 additions and 0 deletions
11
odoo-bringout-oca-ocb-l10n_sg/l10n_sg/models/account_move.py
Normal file
11
odoo-bringout-oca-ocb-l10n_sg/l10n_sg/models/account_move.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class AccountMove(models.Model):
|
||||
_inherit = 'account.move'
|
||||
|
||||
l10n_sg_permit_number = fields.Char(string="Permit No.")
|
||||
|
||||
l10n_sg_permit_number_date = fields.Date(string="Date of permit number")
|
||||
Loading…
Add table
Add a link
Reference in a new issue