mirror of
https://github.com/bringout/oca-ocb-l10n_asia-pacific.git
synced 2026-04-27 23:22:07 +02:00
8 lines
335 B
Python
8 lines
335 B
Python
from odoo import fields, models
|
|
|
|
|
|
class ResCompany(models.Model):
|
|
_inherit = "res.company"
|
|
|
|
l10n_au_is_gst_registered = fields.Boolean(string="Australia GST registered", help="Enable if your company is registered for GST.")
|
|
l10n_au_trading_name = fields.Char(string="Trading Name", help="The trading name of the company.")
|